ISIS Authentication

1. Intro All IS-IS protocol exchanges can be authenticated to guarantee that only trusted routing devices participate in the autonomous system (AS) routing. By default, IS-IS authentication is disabled on the routing device. We have 2 ISIS Authentication options: 2. ISIS Interface Authentication 3. ISIS Level Authentication External Resources:

3 mins read

ISIS Attached Bit

1. Intro In Junos, the IS-IS Attached Bit (ATT-bit) is a flag automatically set by Level-1/Level-2 (L1/L2) routers in their Level-1 Link State Packets (LSPs). It signals to pure Level-1 (L1) routers in an area that the L1/L2 router is connected to another area or the backbone, allowing the L1 routers to install a default […]

5 mins read

LDP deaggregate

When an LDP egress router advertises multiple prefixes, the prefixes are bound to a single label and aggregated into a single forwarding equivalence class (FEC). By default, LDP maintains this aggregation as the advertisement traverses the network. On a random PE, we can see how multiple prefixes are bound to one single label: Apply the […]

4 mins read

LDP track-igp-metric

1. Intro In this post we will demonstrate the impact of LDP track-igp-metric. The setup is the one from the diagram below, where R1 receives the 3.3.3.0/24 prefix via BGP from R9 and R6. Depending on whether track-igp-metric command is configured or not, R1 will prefer either R9 or R6 to reach 3.3.3.0/24. 2. Initial […]

9 mins read

LDP Synchronization

1. Intro In this post we will look at the LDP Synchronization feature, and the impact it can create in the network. We will work with the following setup, where between R1 and R3, the LDP protocols was not activated in the configuration the R1 router. Because of this, the IGP protocol (OSPF in this […]

4 mins read

OSPF Sham Link

1. Intro We will demonstrate the Sham Link usage with the following setup. We have CE1 and CE2 router that have a backdoor link between them. The main path between CE1 and CE2 should be via the MPLS L3VPN, so we configured a high metric between CE1 and CE2, as depicted in the next figure: […]

7 mins read

OSPF LSA

1. LSA Types OSPF uses different LSA types (Link State Advertisements) to share routing information between routers and build its LSDB (Link State Database). Each LSA type has a specific purpose and flooding scope where it is flooded only within or between areas. Find next more details about the LSA Types: 2. Wireshark First, let’s see the encapsulation of […]

14 mins read

OSPF Cheat Sheet

OSPF – Interior Gateway Protocol (IGP) Type: Link State Algorithm: Dijkstra  Metric: Interface cost is auto-derived from bandwidth unless manually configured. Cost = reference-bandwidth / bandwidth Default reference-bandwidth = 100 000 000 (100 Mbps) External Metrics: Type 1: The sum of the internal costs plus the external cost. Type 2: Only the external cost assigned […]

1 min read

OSPF Virtual Link

1. Intro For backbone areas only, create a virtual link to use in place of an actual physical link. All area border routers and other routing devices on the backbone must be contiguous. If this is not possible and there is a break in OSPF connectivity, use virtual links to create connectivity to the OSPF […]

17 mins read