ISIS
Intermediate System to Intermediate System (IS-IS) is a link-state routing protocol designed for large service provider and enterprise backbone networks to efficiently move data packets.
Explore different ISIS blog posts:
- ISIS – Cheat Sheet
- ISIS PDU – Types and sample packets
- ISIS – Authentication
- ISIS Overload – Learn with a practical example
- ISIS Overload – Testing the timeout knob
- ISIS – Attached Bit
- ISIS – L1/L2 Redistribution and summarization
- ISIS Metric – 1st trap of Narrow and Wide metrics
- ISIS Metric – 2nd trap, the unexpected impact of wide-metrics-only
- ISIS Metric – 3rd trap, the differences between IPv4 and IPv6
Stay tuned for more.
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:
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 […]
ISIS L1/L2 redistribution and summarization
1. Intro We will use the following topology to see the redistribution rules in action. As a reminder, find next the default L1/L2 redistribution rules: Note: with wide-metrics-only configured, the External L1 routes become Internal L1 routes. So, Rule 3 above essentially becomes Rule 1. This use case is fully covered in the wide-metrics-only post. […]
ISIS Cheat Sheet
ISIS – Interior Gateway Protocol (IGP) Type: Link State Algorithm: Dijkstra Metric: 10 for any interface0 for Loopback interface Metric Type: Narrow and Wide by default. But, ISIS silently limits metric to 63.In modern ISIS deployments we should enable wide-metric-only. Preference (AD): 15 / 18 (L1/L2 Internal)160 / 165 (L1/L2 External) PDU Types IIH IS-IS […]
ISIS metric – 3rd trap, the differences between IPv4 and IPv6
1. Intro In this part we will focus on the ISIS IPv6 metric, more specifically, the differences between IPv4 and IPv6. But before that, let’s remind ourselves that this post is part of a 3 part series about the impact of ISIS Narrow and Wide metrics: 2. The test topology The topology is the same, […]
ISIS Metric – 2nd trap, the unexpected impact of wide-metrics-only
1. Intro In this part we will focus on the use unexpected impact of the wide-metrics-only knob. But before that, let’s remind ourselves that this post is part of a 3 part series about the impact of ISIS Narrow and Wide metrics: 2. The test topology We will update our test topology to demonstrate the […]
ISIS Metric – 1st trap of Narrow and Wide metrics
1. Intro The ISIS Metric topic will have 3 parts: 2. The ISIS metric defaults A quick review of the ISIS metric defaults: 3. The unexpected impact of using both Narrow and Wide by default As already mentioned, Junos uses a combination of both Narrow and Wide metrics. But why use both? Well, the advantage […]
ISIS Overload timeout – Testing the timeout knob
1. Intro First of all, lets quickly review the what the official documentation is saying about the ISIS overload timeout knob: You configure or disable overload mode in IS-IS with or without a timeout. Without a timeout, overload mode is set until it is explicitly deleted from the configuration. With a timeout, overload mode is […]
ISIS Overload – Learn with a practical example
1. Intro The Overload statement causes the routing device to continue participating in IS-IS routing, but prevents it from being used for transit traffic. It is useful sometimes to deviate the traffic away from a particular router, so we can avoid traffic being impacted. We typically have 2 scenarios: Bonus scenario: ISIS will make this […]
ISIS PDU – Types and Wireshark sample packets
Intermediate systems send and receive packets and relay (forward) packets. ISO packets are called ISIS Protocol Data Unit packets, or in short ISIS PDU. There are four PDU types and all share a common header. This common header has the same structure and information for all four PDU types, except the ‘PDU Type’ filed as […]