9 mins read

ISIS L1/L2 redistribution and summarization

1. Intro

We will use the following topology to see the redistribution rules in action.

L1/L2 Redistribution and Summarization

As a reminder, find next the default L1/L2 redistribution rules:

  • Rule 1: L1 Internal to L2 are redistributed
  • Rule 2: L2 to L1 are not redistributed
  • Rule 3: L1 External are not redistributed to L2

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.

Note: Rule numbers 1, 2 and 3 have significance only in this post, it will help us to more easily follow the CLI output.

It is also important to see and understand how the configured ISIS areas dictate the L1 and L2 domains.

L1/L2 Redistribution and Summarization

Check the configuration of a few selected routers, nothing too complex, and no L1/L2 redistribution or summarization at this stage:

2. Default Rules

Let us check the CLI output and observe the default redistribution rules in action.

First, let’s check Area 49.0001 internal routes:

If we check the Area 49.0002 internal routes (10.2.x.x/24), the same rules apply, I will not even post the CLI output here.

Next, let’s check Area 49.0001 external routes:

Let’s also check Area 49.0100 external routes (3.3.x.0/24):

On R4, the 10.0.x.x/24 prefixes are L2 routes:

Finally, 4.4.x.0/24 routes on R3, are they L1 or L2? We can see that by default they are redistributed to L1:

3. Change the defaults

Let’s start by changing 4.4.x.0/24 routes on R3,

Ok, external 4.4.x.0/24 routes are now L2, but they do not pass to L1, let’s change that:

Last, but not least, let’s also do some Internal route redistribution on R6.


External Resources:

Leave a Reply

Your email address will not be published. Required fields are marked *