ISIS in an old but one of the strong Routing Protocols. In this Cisco ISIS Configuration example, we will configure an ISIS domain and see how to establish ISIS Routing between Cisco Routers. For our example we will use the below four-routered topology. Here, we will have 3 different area. We are using multi area model to show you the link level configurations.
Let’s start the ISIS Configuration.
Firstly we will create the router ISIS process with the value “1” and we will give a “net” address to each router. After that we will set the router type. By default all routers are Level 1/2 .
By the way, let’s remember ISIS router types quickly;
How about LSDBs?
Router A # config terminal Router A (config) # router isis 1 Router A (config-rtr)# net 49.0000.0000.0000.AAAA.00 Router A (config-rtr)# is-type level-2-only
Router B # config terminal Router B (config) # router isis 1 Router B (config-rtr)# net 50.0000.0000.0000.BBBB.00 Router B (config-rtr)# is-type level-2-only
Router C # config terminal Router C (config) # router isis 1 Router C (config-rtr)# net 51.0000.0000.0000.CCCC.00 Router C (config-rtr)# is-type level-1-2
Router D # config terminal Router D (config) # router isis 1 Router D (config-rtr)# net 51.0000.0000.0000.DDDD.00 Router D (config-rtr)# is-type level-1-2
Leave a Reply