Category: routing

  • Understanding BGP NEXT_HOP and ORIGIN Path Attributes

    Understanding the NEXT_HOP Attribute in BGP In BGP, every route that gets advertised comes with some additional information known as path attributes. One of the most important and commonly seen among them is the NEXT_HOP attribute. This attribute simply tells the router: “If you want to reach this network, send the packet to this IP…

  • Understanding BGP AS_PATH, Split Horizon, and Route Reflectors

    BGP Path Attributes – AS_PATH, Split Horizon, and Route Reflector One of the key features that makes BGP different from other routing protocols is its use of path attributes. These attributes are attached to BGP route advertisements and provide important information that routers use to make decisions – not just for best path selection, but…

  • OSPF Configuration Example 4 : Redistribution Commands

    Configuring Redistribution, E1 Metric, and Route Tags in OSPF In the tutorial “Understanding OSPF Redistribution” , we discussed different concepts in redistribution. In this one, we’ll go through the various OSPF commands related to redistribution. We’ll walk through a step-by-step process to configure redistribution in OSPF, focusing on scenarios like redistributing from Static routes and…

  • OSPF Configuration Example 2: Multi-Area Setup

    Configuring OSPF with Multiple Areas : Earlier, we covered how to configure OSPF with two routers in the same area. In this guide, we’ll walk through an example of configuring OSPF with multiple areas. Using four routers and three areas, we’ll demonstrate the setup process. The objective of this exercise is to help you understand…

  • Understanding OSPF Redistribution

    Table of Contents What is Route Redistribution? Redistribution in OSPF How LSA 4 is used in Redistribution? How LSA 5 is Used in Redistribution? What is “Forwarding Address” in LSA 5? OSPF E1 and E2 Routes Configuring Redistribution Understanding OSPF Route Redistribution and LSA Types OSPF (Open Shortest Path First) Redistribution allows different routing protocols…