Integrated IS-IS IPv6 Configuration

Integrated IS-IS IPv6 Configuration

We will cover following topics:

  • Multiple IS-IS Areas
  • IS-IS Metric Styles – Narrow and Wide
  • IS-IS Single/Multi Topology
  • Route Leak between Areas
  • Route Summarization
  • Redistribution between IS-IS and other routing protocol
Network Topology

You can find Integrated IS-IS IPv4 configuration for same topology at http://www.amolak.net/integrated-is-is-ipv4-configuration/

Tasks
  1. Configure IS-IS Area 49.0001 on R1, R2, R3 & R4.
  2. Configure IS-IS Area 49.0002 on R5, R6 & R7.
  3. Configure IS-IS Area 49.0003 on R8 & R9.
  4. Configure OSPF Area 0 between R1 Fa0/1 and R10 Fa0/1.
  5. Configure R1, R2 & R3 as IS-IS Router type Level-2 only.
  6. Configure all interfaces of R4 as IS-IS circuit type Level-2 only.
  7. R5, R6 & R8 would work in default IS-IS router type, which is L1/L2.
  8. Configure R7 & R9 as IS-IS Router type Level-1.
  9. Configure mutual redistribution between OSPF and IS-IS on R1.
  10. Configure R8 to Leak Level-2 area routes into Level-1 area.
  11. Configure R8 to send summary route 2001:172:16::/48 instead of more specific routes from 2001:172:16:xx network, into Level-1 area.
Configuration
R1

hostname R1
!
ip cef
ipv6 unicast-routing
ipv6 cef
!
interface Loopback0
 ip address 192.168.1.1 255.255.255.255
 ipv6 address 2001:192:168:1::1/128
!
interface FastEthernet0/0
 ip address 10.1.123.1 255.255.255.0
 ip router isis 1
 ipv6 address 2001:10:1:123::1/64
 ipv6 router isis 1
!
interface FastEthernet0/1
 ip address 172.16.110.1 255.255.255.0
 ipv6 address 2001:172:16:110::1/64
 ipv6 ospf 100 area 0
!
router ospf 1
 redistribute isis 1 level-1-2 subnets
 passive-interface default
 no passive-interface FastEthernet0/1
 network 172.16.110.1 0.0.0.0 area 0
 network 192.168.1.1 0.0.0.0 area 0
!
router isis 1
 net 49.0001.1921.6800.1001.00
 is-type level-2-only
 redistribute ospf 1 match internal external 1 external 2
 passive-interface Loopback0
 !
 address-family ipv6
 redistribute ospf 100 match internal external 1 external 2
 exit-address-family
!
ipv6 router ospf 100
 redistribute isis 1 level-1-2
!

R2

hostname R2
!
ip cef
ipv6 unicast-routing
ipv6 cef
!
interface Loopback0
 ip address 192.168.1.2 255.255.255.255
 ipv6 address 2001:192:168:1::2/128
!
interface FastEthernet0/0
 ip address 10.1.123.2 255.255.255.0
 ip router isis 1
 ipv6 address 2001:10:1:123::2/64
 ipv6 router isis 1
!
interface FastEthernet0/1
 ip address 10.1.25.2 255.255.255.0
 ip router isis 1
 ipv6 address 2001:10:1:25::2/64
 ipv6 router isis 1
!
interface FastEthernet1/0
 ip address 10.1.24.2 255.255.255.0
 ip router isis 1
 ipv6 address 2001:10:1:24::2/64
 ipv6 router isis 1
!
router isis 1
 net 49.0001.1921.6800.1002.00
 is-type level-2-only
 passive-interface Loopback0
!

R3

hostname R3
!
ip cef
ipv6 unicast-routing
ipv6 cef
!
interface Loopback0
 ip address 192.168.1.3 255.255.255.255
 ipv6 address 2001:192:168:1::3/128
!
interface FastEthernet0/0
 ip address 10.1.123.3 255.255.255.0
 ip router isis 1
 ipv6 address 2001:10:1:123::3/64
 ipv6 router isis 1
!
interface FastEthernet0/1
 ip address 10.1.38.3 255.255.255.0
 ip router isis 1
 ipv6 address 2001:10:1:38::3/64
 ipv6 router isis 1
!
interface FastEthernet1/0
 ip address 10.1.34.3 255.255.255.0
 ip router isis 1
 ipv6 address 2001:10:1:34::3/64
 ipv6 router isis 1
!
router isis 1
 net 49.0001.1921.6800.1003.00
 is-type level-2-only
 passive-interface Loopback0
!

R4

hostname R4
!
ip cef
ipv6 unicast-routing
ipv6 cef
!
interface Loopback0
 ip address 192.168.1.4 255.255.255.255
 ipv6 address 2001:192:168:1::4/128
!
interface FastEthernet0/0
 ip address 10.1.34.4 255.255.255.0
 ip router isis 1
 ipv6 address 2001:10:1:34::4/64
 ipv6 router isis 1
 isis circuit-type level-2-only
!
interface FastEthernet0/1
 ip address 10.1.46.4 255.255.255.0
 ip router isis 1
 ipv6 address 2001:10:1:46::4/64
 ipv6 router isis 1
 isis circuit-type level-2-only
!
interface FastEthernet1/0
 ip address 10.1.24.4 255.255.255.0
 ip router isis 1
 ipv6 address 2001:10:1:24::4/64
 ipv6 router isis 1
 isis circuit-type level-2-only
!
router isis 1
 net 49.0001.1921.6800.1004.00
 passive-interface Loopback0
!

R5

hostname R5
!
ip cef
ipv6 unicast-routing
ipv6 cef
!
interface Loopback0
 ip address 192.168.1.5 255.255.255.255
 ipv6 address 2001:192:168:1::5/128
!
interface FastEthernet0/0
 ip address 10.1.57.5 255.255.255.0
 ip router isis 1
 ipv6 address 2001:10:1:57::5/64
 ipv6 router isis 1
 isis network point-to-point 
!
interface FastEthernet0/1
 ip address 10.1.25.5 255.255.255.0
 ip router isis 1
 ipv6 address 2001:10:1:25::5/64
 ipv6 router isis 1
!
interface FastEthernet1/0
 ip address 10.1.56.5 255.255.255.0
 ip router isis 1
 ipv6 address 2001:10:1:56::5/64
 ipv6 router isis 1
!
router isis 1
 net 49.0002.1921.6800.1005.00
 passive-interface Loopback0
!

R6

hostname R6
!
ip cef
ipv6 unicast-routing
ipv6 cef
!
interface Loopback0
 ip address 192.168.1.6 255.255.255.255
 ipv6 address 2001:192:168:1::6/128
!
interface FastEthernet0/0
 ip address 10.1.67.6 255.255.255.0
 ip router isis 1
 ipv6 address 2001:10:1:67::6/64
 ipv6 router isis 1
!
interface FastEthernet0/1
 ip address 10.1.46.6 255.255.255.0
 ip router isis 1
 ipv6 address 2001:10:1:46::6/64
 ipv6 router isis 1
!
interface FastEthernet1/0
 ip address 10.1.56.6 255.255.255.0
 ip router isis 1
 ipv6 address 2001:10:1:56::6/64
 ipv6 router isis 1
!
router isis 1
 net 49.0002.1921.6800.1006.00
 passive-interface Loopback0
!

R7

hostname R7
!
ip cef
ipv6 unicast-routing
ipv6 cef
!
interface Loopback0
 ip address 192.168.1.7 255.255.255.255
 ipv6 address 2001:192:168:1::7/128
!
interface FastEthernet0/0
 ip address 10.1.57.7 255.255.255.0
 ip router isis 1
 ipv6 address 2001:10:1:57::7/64
 ipv6 router isis 1
 isis network point-to-point 
 isis ipv6 metric 20
!
interface FastEthernet0/1
 ip address 10.1.67.7 255.255.255.0
 ip router isis 1
 ipv6 address 2001:10:1:67::7/64
 ipv6 router isis 1
 isis metric 20
!
router isis 1
 net 49.0002.1921.6800.1007.00
 is-type level-1
 passive-interface Loopback0
!

R8

hostname R8
!
ip cef
ipv6 unicast-routing
ipv6 cef
!
interface Loopback0
 ip address 192.168.1.8 255.255.255.255
 ipv6 address 2001:192:168:1::8/128
!
interface FastEthernet0/0
 ip address 10.1.89.8 255.255.255.0
 ip router isis 1
 ipv6 address 2001:10:1:89::8/64
 ipv6 router isis 1
!
interface FastEthernet0/1
 ip address 10.1.38.8 255.255.255.0
 ip router isis 1
 ipv6 address 2001:10:1:38::8/64
 ipv6 router isis 1
!
router isis 1
 net 49.0003.1921.6800.1008.00
 summary-address 172.16.0.0 255.255.252.0 level-1
 redistribute isis ip level-2 into level-1 distribute-list 100
 passive-interface Loopback0
 !
 address-family ipv6
 summary-prefix 2001:172:16::/48 level-1
 redistribute isis level-2 into level-1 distribute-list IPv6_L2_PREFIXES
 exit-address-family
!
access-list 100 permit ip any any
!
ipv6 prefix-list IPv6_L2_PREFIXES seq 5 permit ::/0 le 128
!

R9

hostname R9
!
ip cef
ipv6 unicast-routing
ipv6 cef
!
interface Loopback0
 ip address 192.168.1.9 255.255.255.255
 ipv6 address 2001:192:168:1::9/128
!
interface FastEthernet0/0
 ip address 10.1.89.9 255.255.255.0
 ip router isis 1
 ipv6 address 2001:10:1:89::9/64
 ipv6 router isis 1
!
router isis 1
 net 49.0003.1921.6800.1009.00
 is-type level-1
 passive-interface Loopback0
!

R10

hostname R10
!
ip cef
ipv6 unicast-routing
ipv6 cef
!
interface Loopback0
 ip address 192.168.1.10 255.255.255.255
 ipv6 address 2001:192:168:1::10/128
 ipv6 ospf 100 area 0
!
interface Loopback1
 ip address 172.16.0.1 255.255.255.0
 ip ospf network point-to-point
 ipv6 address 2001:172:16::1/64
 ipv6 ospf 100 area 0
 ipv6 ospf network point-to-point
!
interface Loopback2
 ip address 172.16.1.1 255.255.255.0
 ip ospf network point-to-point
 ipv6 address 2001:172:16:1::1/64
 ipv6 ospf 100 area 0
 ipv6 ospf network point-to-point
!
interface Loopback3
 ip address 172.16.2.1 255.255.255.0
 ip ospf network point-to-point
 ipv6 address 2001:172:16:2::1/64
 ipv6 ospf 100 area 0
 ipv6 ospf network point-to-point
!
interface Loopback4
 ip address 172.16.3.1 255.255.255.0
 ip ospf network point-to-point
 ipv6 address 2001:172:16:3::1/64
 ipv6 ospf 100 area 0
 ipv6 ospf network point-to-point
!
interface FastEthernet0/1
 ip address 172.16.110.10 255.255.255.0
 ipv6 address 2001:172:16:110::10/64
 ipv6 ospf 100 area 0
!
router ospf 1
 network 0.0.0.0 255.255.255.255 area 0
!
ipv6 router ospf 100
!
Task Specific Configuration Explanation

Task 1 – 3

To enable Integrated IS-IS routing for IPv6, first we need to enable “ipv6 unicast-routing” in global configuration and then configure “ipv6 router isis x” under interfaces, which are configured for IPv6 networks.

Task 4

Configure OSPFv3 for IPv6:

  • Configure OSPFv3 process ID for IPv6 – ipv6 router ospf 100
  • Configure IPv6 OSPF process id and area under interfaces – ipv6 ospf 100 area 0

Task 9

OSPF to IS-IS Redistribution

We need to define which OSPF routes need to be redistributed into IS-IS in address-family IPv6. Here we have matched all OSPF route types – internal, external type 1 (E1), external type 2 (E2)

router isis 1
 !
 address-family ipv6
 redistribute ospf 100 match internal external 1 external 2
 exit-address-family

IS-IS to OSPF Redistribution

We need to define which IS-IS routes need to be redistributed into OSPF. Here we have matched both level1 and level2 routes with their actual subnet mask.

ipv6 router ospf 100
 redistribute isis 1 level-1-2

Task 10 – Route Leak

IS-IS level1 area is like OSPF totally stubby area, which receives default route from Area Border Router to reach all destinations outside of its own area. Let’s check routing table on R9 (Level-1 Router) before leaking level2 routes into level1 area.

R9#sh ipv6 route
IPv6 Routing Table - default - 7 entries
Codes: C - Connected, L - Local, S - Static, U - Per-user Static route
 B - BGP, HA - Home Agent, MR - Mobile Router, R - RIP
 H - NHRP, I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea
 IS - ISIS summary, D - EIGRP, EX - EIGRP external, NM - NEMO
 ND - ND Default, NDp - ND Prefix, DCE - Destination, NDr - Redirect
 O - OSPF Intra, OI - OSPF Inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2
 ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2, l - LISP
I1 ::/0 [115/10]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
I1 2001:10:1:38::/64 [115/20]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
C 2001:10:1:89::/64 [0/0]
 via FastEthernet0/0, directly connected
L 2001:10:1:89::9/128 [0/0]
 via FastEthernet0/0, receive
I1 2001:192:168:1::8/128 [115/10]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
LC 2001:192:168:1::9/128 [0/0]
 via Loopback0, receive
L FF00::/8 [0/0]
 via Null0, receive

Let’s configure route leak level2 routes into level1 on R8. We can create IPv6 prefix-list to match IPv6 routes, which we want to leak from level2 into level1.

R8#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R8(config)#ipv6 prefix-list IPv6_L2_PREFIXES seq 5 permit ::/0 le 128
R8(config)#router isis 1
R8(config-router)#address-family ipv6
R8(config-router)#redistribute isis level-2 into level-1 distribute-list IPv6_L2_PREFIXES 
R8(config-router)#end
R8#

Now check routing on R9(Level1 Router)

R9#sh ipv6 route
IPv6 Routing Table - default - 27 entries
Codes: C - Connected, L - Local, S - Static, U - Per-user Static route
 B - BGP, HA - Home Agent, MR - Mobile Router, R - RIP
 H - NHRP, I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea
 IS - ISIS summary, D - EIGRP, EX - EIGRP external, NM - NEMO
 ND - ND Default, NDp - ND Prefix, DCE - Destination, NDr - Redirect
 O - OSPF Intra, OI - OSPF Inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2
 ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2, l - LISP
I1 ::/0 [115/10]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
IA 2001:10:1:24::/64 [115/40]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
IA 2001:10:1:25::/64 [115/40]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
IA 2001:10:1:34::/64 [115/30]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
I1 2001:10:1:38::/64 [115/20]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
IA 2001:10:1:46::/64 [115/40]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
IA 2001:10:1:56::/64 [115/50]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
IA 2001:10:1:57::/64 [115/50]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
IA 2001:10:1:67::/64 [115/50]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
C 2001:10:1:89::/64 [0/0]
 via FastEthernet0/0, directly connected
L 2001:10:1:89::9/128 [0/0]
 via FastEthernet0/0, receive
IA 2001:10:1:123::/64 [115/30]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
IA 2001:172:16::/64 [115/30]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
IA 2001:172:16:1::/64 [115/30]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
IA 2001:172:16:2::/64 [115/30]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
IA 2001:172:16:3::/64 [115/30]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
IA 2001:192:168:1::1/128 [115/30]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
IA 2001:192:168:1::2/128 [115/30]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
IA 2001:192:168:1::3/128 [115/20]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
IA 2001:192:168:1::4/128 [115/30]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
IA 2001:192:168:1::5/128 [115/40]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
IA 2001:192:168:1::6/128 [115/40]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
IA 2001:192:168:1::7/128 [115/50]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
I1 2001:192:168:1::8/128 [115/10]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
LC 2001:192:168:1::9/128 [0/0]
 via Loopback0, receive
IA 2001:192:168:1::10/128 [115/30]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
L FF00::/8 [0/0]
 via Null0, receive
R9#

Task 11 – Route Summarization

As we have seen in previous routing table on R9, it has received below four routes from R8.

2001:172:16::/64
2001:172:16:1::/64
2001:172:16:2::/64
2001:172:16:3::/64

which can be summarized into 2001:172:16::/48.

R8#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R8(config)#router isis 1 
R8(config-router)#address-family ipv6 
R8(config-router-af)#summary-prefix 2001:172:16::/48 level-1
R8(config-router-af)#
R8(config-router-af)#end 
R8#

!! -- When doing manual summarization the router will add a local --!!
!!-- summary route to null 0. This feature is in place to prevent --!! 
!! -- routing loops. --!!

R8#sh ipv6 route
IPv6 Routing Table - default - 28 entries
Codes: C - Connected, L - Local, S - Static, U - Per-user Static route
 B - BGP, HA - Home Agent, MR - Mobile Router, R - RIP
 H - NHRP, I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea
 IS - ISIS summary, D - EIGRP, EX - EIGRP external, NM - NEMO
 ND - ND Default, NDp - ND Prefix, DCE - Destination, NDr - Redirect
 O - OSPF Intra, OI - OSPF Inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2
 ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2, l - LISP
I2 2001:10:1:24::/64 [115/30]
 via FE80::C807:1EFF:FE84:6, FastEthernet0/1
I2 2001:10:1:25::/64 [115/30]
 via FE80::C807:1EFF:FE84:6, FastEthernet0/1
I2 2001:10:1:34::/64 [115/20]
 via FE80::C807:1EFF:FE84:6, FastEthernet0/1
C 2001:10:1:38::/64 [0/0]
 via FastEthernet0/1, directly connected
L 2001:10:1:38::8/128 [0/0]
 via FastEthernet0/1, receive
I2 2001:10:1:46::/64 [115/30]
 via FE80::C807:1EFF:FE84:6, FastEthernet0/1
I2 2001:10:1:56::/64 [115/40]
 via FE80::C807:1EFF:FE84:6, FastEthernet0/1
I2 2001:10:1:57::/64 [115/40]
 via FE80::C807:1EFF:FE84:6, FastEthernet0/1
I2 2001:10:1:67::/64 [115/40]
 via FE80::C807:1EFF:FE84:6, FastEthernet0/1
C 2001:10:1:89::/64 [0/0]
 via FastEthernet0/0, directly connected
L 2001:10:1:89::8/128 [0/0]
 via FastEthernet0/0, receive
I2 2001:10:1:123::/64 [115/20]
 via FE80::C807:1EFF:FE84:6, FastEthernet0/1
IS 2001:172:16::/48 [115/20]
 via Null0, directly connected
I2 2001:172:16::/64 [115/20]
 via FE80::C807:1EFF:FE84:6, FastEthernet0/1
I2 2001:172:16:1::/64 [115/20]
 via FE80::C807:1EFF:FE84:6, FastEthernet0/1
I2 2001:172:16:2::/64 [115/20]
 via FE80::C807:1EFF:FE84:6, FastEthernet0/1
I2 2001:172:16:3::/64 [115/20]
 via FE80::C807:1EFF:FE84:6, FastEthernet0/1
I2 2001:192:168:1::1/128 [115/20]
 via FE80::C807:1EFF:FE84:6, FastEthernet0/1
I2 2001:192:168:1::2/128 [115/20]
 via FE80::C807:1EFF:FE84:6, FastEthernet0/1
I2 2001:192:168:1::3/128 [115/10]
 via FE80::C807:1EFF:FE84:6, FastEthernet0/1
I2 2001:192:168:1::4/128 [115/20]
 via FE80::C807:1EFF:FE84:6, FastEthernet0/1
I2 2001:192:168:1::5/128 [115/30]
 via FE80::C807:1EFF:FE84:6, FastEthernet0/1
I2 2001:192:168:1::6/128 [115/30]
 via FE80::C807:1EFF:FE84:6, FastEthernet0/1
I2 2001:192:168:1::7/128 [115/40]
 via FE80::C807:1EFF:FE84:6, FastEthernet0/1
LC 2001:192:168:1::8/128 [0/0]
 via Loopback0, receive
I1 2001:192:168:1::9/128 [115/10]
 via FE80::C808:33FF:FE70:8, FastEthernet0/0
I2 2001:192:168:1::10/128 [115/20]
 via FE80::C807:1EFF:FE84:6, FastEthernet0/1
L FF00::/8 [0/0]
 via Null0, receive
R8#

!! -- Now check routing table on R9. -- !!

R9#sh ipv6 route
IPv6 Routing Table - default - 24 entries
Codes: C - Connected, L - Local, S - Static, U - Per-user Static route
 B - BGP, HA - Home Agent, MR - Mobile Router, R - RIP
 H - NHRP, I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea
 IS - ISIS summary, D - EIGRP, EX - EIGRP external, NM - NEMO
 ND - ND Default, NDp - ND Prefix, DCE - Destination, NDr - Redirect
 O - OSPF Intra, OI - OSPF Inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2
 ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2, l - LISP
I1 ::/0 [115/10]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
IA 2001:10:1:24::/64 [115/40]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
IA 2001:10:1:25::/64 [115/40]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
IA 2001:10:1:34::/64 [115/30]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
I1 2001:10:1:38::/64 [115/20]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
IA 2001:10:1:46::/64 [115/40]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
IA 2001:10:1:56::/64 [115/50]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
IA 2001:10:1:57::/64 [115/50]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
IA 2001:10:1:67::/64 [115/50]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
C 2001:10:1:89::/64 [0/0]
 via FastEthernet0/0, directly connected
L 2001:10:1:89::9/128 [0/0]
 via FastEthernet0/0, receive
IA 2001:10:1:123::/64 [115/30]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
IA 2001:172:16::/48 [115/30]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
IA 2001:192:168:1::1/128 [115/30]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
IA 2001:192:168:1::2/128 [115/30]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
IA 2001:192:168:1::3/128 [115/20]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
IA 2001:192:168:1::4/128 [115/30]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
IA 2001:192:168:1::5/128 [115/40]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
IA 2001:192:168:1::6/128 [115/40]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
IA 2001:192:168:1::7/128 [115/50]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
I1 2001:192:168:1::8/128 [115/10]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
LC 2001:192:168:1::9/128 [0/0]
 via Loopback0, receive
IA 2001:192:168:1::10/128 [115/30]
 via FE80::C803:29FF:FE90:8, FastEthernet0/0
L FF00::/8 [0/0]
 via Null0, receive
R9#
Verification and Testing
!! -- "show clns protocol" output shows that all interfaces are -- !! 
!! -- running both IP (IPv4) and IPv6 address family. --!!

R1#show clns protocol

IS-IS Router: 1
 System Id: 1921.6800.1001.00 IS-Type: level-2
 Manual area address(es): 
 49.0001
 Routing for area address(es): 
 49.0001
 Interfaces supported by IS-IS:
 FastEthernet0/0 - IP - IPv6
 Passive interface: 
 Loopback0
 Redistribute:
 static (on by default)
 Distance for L2 CLNS routes: 110
 RRR level: none
 Generate narrow metrics: level-1-2
 Accept narrow metrics: level-1-2
 Generate wide metrics: none
 Accept wide metrics: none

R2#show clns protocol

IS-IS Router: 1
 System Id: 1921.6800.1002.00 IS-Type: level-2
 Manual area address(es): 
 49.0001
 Routing for area address(es): 
 49.0001
 Interfaces supported by IS-IS:
 FastEthernet1/0 - IP - IPv6
 FastEthernet0/1 - IP - IPv6
 FastEthernet0/0 - IP - IPv6
 Passive interface: 
 Loopback0
 Redistribute:
 static (on by default)
 Distance for L2 CLNS routes: 110
 RRR level: none
 Generate narrow metrics: level-1-2
 Accept narrow metrics: level-1-2
 Generate wide metrics: none
 Accept wide metrics: none

R3#show clns protocol

IS-IS Router: 1
 System Id: 1921.6800.1003.00 IS-Type: level-2
 Manual area address(es): 
 49.0001
 Routing for area address(es): 
 49.0001
 Interfaces supported by IS-IS:
 FastEthernet1/0 - IP - IPv6
 FastEthernet0/1 - IP - IPv6
 FastEthernet0/0 - IP - IPv6
 Passive interface: 
 Loopback0
 Redistribute:
 static (on by default)
 Distance for L2 CLNS routes: 110
 RRR level: none
 Generate narrow metrics: level-1-2
 Accept narrow metrics: level-1-2
 Generate wide metrics: none
 Accept wide metrics: none

R4#show clns protocol

IS-IS Router: 1
 System Id: 1921.6800.1004.00 IS-Type: level-1-2
 Manual area address(es): 
 49.0001
 Routing for area address(es): 
 49.0001
 Interfaces supported by IS-IS:
 FastEthernet1/0 - IP - IPv6
 FastEthernet0/1 - IP - IPv6
 FastEthernet0/0 - IP - IPv6
 Passive interface: 
 Loopback0
 Redistribute:
 static (on by default)
 Distance for L2 CLNS routes: 110
 RRR level: none
 Generate narrow metrics: level-1-2
 Accept narrow metrics: level-1-2
 Generate wide metrics: none
 Accept wide metrics: none

R5#show clns protocol

IS-IS Router: 1
 System Id: 1921.6800.1005.00 IS-Type: level-1-2
 Manual area address(es): 
 49.0002
 Routing for area address(es): 
 49.0002
 Interfaces supported by IS-IS:
 FastEthernet1/0 - IP - IPv6
 FastEthernet0/1 - IP - IPv6
 FastEthernet0/0 - IP - IPv6
 Passive interface: 
 Loopback0
 Redistribute:
 static (on by default)
 Distance for L2 CLNS routes: 110
 RRR level: none
 Generate narrow metrics: level-1-2
 Accept narrow metrics: level-1-2
 Generate wide metrics: none
 Accept wide metrics: none

R6#show clns protocol

IS-IS Router: 1
 System Id: 1921.6800.1006.00 IS-Type: level-1-2
 Manual area address(es): 
 49.0002
 Routing for area address(es): 
 49.0002
 Interfaces supported by IS-IS:
 FastEthernet1/0 - IP - IPv6
 FastEthernet0/1 - IP - IPv6
 FastEthernet0/0 - IP - IPv6
 Passive interface: 
 Loopback0
 Redistribute:
 static (on by default)
 Distance for L2 CLNS routes: 110
 RRR level: none
 Generate narrow metrics: level-1-2
 Accept narrow metrics: level-1-2
 Generate wide metrics: none
 Accept wide metrics: none

R7#show clns protocol

IS-IS Router: 1
 System Id: 1921.6800.1007.00 IS-Type: level-1
 Manual area address(es): 
 49.0002
 Routing for area address(es): 
 49.0002
 Interfaces supported by IS-IS:
 FastEthernet0/1 - IP - IPv6
 FastEthernet0/0 - IP - IPv6
 Passive interface: 
 Loopback0
 Redistribute:
 static (on by default)
 Distance for L2 CLNS routes: 110
 RRR level: none
 Generate narrow metrics: level-1-2
 Accept narrow metrics: level-1-2
 Generate wide metrics: none
 Accept wide metrics: none

R8#show clns protocol

IS-IS Router: 1
 System Id: 1921.6800.1008.00 IS-Type: level-1-2
 Manual area address(es): 
 49.0003
 Routing for area address(es): 
 49.0003
 Interfaces supported by IS-IS:
 FastEthernet0/1 - IP - IPv6
 FastEthernet0/0 - IP - IPv6
 Passive interface: 
 Loopback0
 Redistribute:
 static (on by default)
 Distance for L2 CLNS routes: 110
 TID 0: Inter-area IP routes from L2 into L1 enabled with list 100
 RRR level: none
 Generate narrow metrics: level-1-2
 Accept narrow metrics: level-1-2
 Generate wide metrics: none
 Accept wide metrics: none

R9#show clns protocol

IS-IS Router: 1
 System Id: 1921.6800.1009.00 IS-Type: level-1
 Manual area address(es): 
 49.0003
 Routing for area address(es): 
 49.0003
 Interfaces supported by IS-IS:
 FastEthernet0/0 - IP - IPv6
 Passive interface: 
 Loopback0
 Redistribute:
 static (on by default)
 Distance for L2 CLNS routes: 110
 RRR level: none
 Generate narrow metrics: level-1-2
 Accept narrow metrics: level-1-2
 Generate wide metrics: none
 Accept wide metrics: none
Routing
R1#show ipv6 route
IPv6 Routing Table - default - 28 entries
Codes: C - Connected, L - Local, S - Static, U - Per-user Static route
 B - BGP, HA - Home Agent, MR - Mobile Router, R - RIP
 H - NHRP, I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea
 IS - ISIS summary, D - EIGRP, EX - EIGRP external, NM - NEMO
 ND - ND Default, NDp - ND Prefix, DCE - Destination, NDr - Redirect
 O - OSPF Intra, OI - OSPF Inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2
 ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2, l - LISP
I2 2001:10:1:24::/64 [115/20]
 via FE80::C805:30FF:FE9C:8, FastEthernet0/0
I2 2001:10:1:25::/64 [115/20]
 via FE80::C805:30FF:FE9C:8, FastEthernet0/0
I2 2001:10:1:34::/64 [115/20]
 via FE80::C807:8FF:FE08:8, FastEthernet0/0
I2 2001:10:1:38::/64 [115/20]
 via FE80::C807:8FF:FE08:8, FastEthernet0/0
I2 2001:10:1:46::/64 [115/30]
 via FE80::C805:30FF:FE9C:8, FastEthernet0/0
 via FE80::C807:8FF:FE08:8, FastEthernet0/0
I2 2001:10:1:56::/64 [115/30]
 via FE80::C805:30FF:FE9C:8, FastEthernet0/0
I2 2001:10:1:57::/64 [115/30]
 via FE80::C805:30FF:FE9C:8, FastEthernet0/0
I2 2001:10:1:67::/64 [115/40]
 via FE80::C805:30FF:FE9C:8, FastEthernet0/0
 via FE80::C807:8FF:FE08:8, FastEthernet0/0
I2 2001:10:1:89::/64 [115/30]
 via FE80::C807:8FF:FE08:8, FastEthernet0/0
C 2001:10:1:123::/64 [0/0]
 via FastEthernet0/0, directly connected
L 2001:10:1:123::1/128 [0/0]
 via FastEthernet0/0, receive
O 2001:172:16::/64 [110/2]
 via FE80::C809:1DFF:FED4:6, FastEthernet0/1
O 2001:172:16:1::/64 [110/2]
 via FE80::C809:1DFF:FED4:6, FastEthernet0/1
O 2001:172:16:2::/64 [110/2]
 via FE80::C809:1DFF:FED4:6, FastEthernet0/1
O 2001:172:16:3::/64 [110/2]
 via FE80::C809:1DFF:FED4:6, FastEthernet0/1
C 2001:172:16:110::/64 [0/0]
 via FastEthernet0/1, directly connected
L 2001:172:16:110::1/128 [0/0]
 via FastEthernet0/1, receive
LC 2001:192:168:1::1/128 [0/0]
 via Loopback0, receive
I2 2001:192:168:1::2/128 [115/10]
 via FE80::C805:30FF:FE9C:8, FastEthernet0/0
I2 2001:192:168:1::3/128 [115/10]
 via FE80::C807:8FF:FE08:8, FastEthernet0/0
I2 2001:192:168:1::4/128 [115/20]
 via FE80::C805:30FF:FE9C:8, FastEthernet0/0
 via FE80::C807:8FF:FE08:8, FastEthernet0/0
I2 2001:192:168:1::5/128 [115/20]
 via FE80::C805:30FF:FE9C:8, FastEthernet0/0
I2 2001:192:168:1::6/128 [115/30]
 via FE80::C805:30FF:FE9C:8, FastEthernet0/0
 via FE80::C807:8FF:FE08:8, FastEthernet0/0
I2 2001:192:168:1::7/128 [115/30]
 via FE80::C805:30FF:FE9C:8, FastEthernet0/0
I2 2001:192:168:1::8/128 [115/20]
 via FE80::C807:8FF:FE08:8, FastEthernet0/0
I2 2001:192:168:1::9/128 [115/30]
 via FE80::C807:8FF:FE08:8, FastEthernet0/0
O 2001:192:168:1::10/128 [110/1]
 via FE80::C809:1DFF:FED4:6, FastEthernet0/1
L FF00::/8 [0/0]
 via Null0, receive
 
R2#show ipv6 route
IPv6 Routing Table - default - 28 entries
Codes: C - Connected, L - Local, S - Static, U - Per-user Static route
 B - BGP, HA - Home Agent, MR - Mobile Router, R - RIP
 H - NHRP, I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea
 IS - ISIS summary, D - EIGRP, EX - EIGRP external, NM - NEMO
 ND - ND Default, NDp - ND Prefix, DCE - Destination, NDr - Redirect
 O - OSPF Intra, OI - OSPF Inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2
 ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2, l - LISP
C 2001:10:1:24::/64 [0/0]
 via FastEthernet1/0, directly connected
L 2001:10:1:24::2/128 [0/0]
 via FastEthernet1/0, receive
C 2001:10:1:25::/64 [0/0]
 via FastEthernet0/1, directly connected
L 2001:10:1:25::2/128 [0/0]
 via FastEthernet0/1, receive
I2 2001:10:1:34::/64 [115/20]
 via FE80::C807:8FF:FE08:8, FastEthernet0/0
 via FE80::C806:8FF:FE08:1C, FastEthernet1/0
I2 2001:10:1:38::/64 [115/20]
 via FE80::C807:8FF:FE08:8, FastEthernet0/0
I2 2001:10:1:46::/64 [115/20]
 via FE80::C806:8FF:FE08:1C, FastEthernet1/0
I2 2001:10:1:56::/64 [115/20]
 via FE80::C800:11FF:FEB0:6, FastEthernet0/1
I2 2001:10:1:57::/64 [115/20]
 via FE80::C800:11FF:FEB0:6, FastEthernet0/1
I2 2001:10:1:67::/64 [115/30]
 via FE80::C800:11FF:FEB0:6, FastEthernet0/1
 via FE80::C806:8FF:FE08:1C, FastEthernet1/0
I2 2001:10:1:89::/64 [115/30]
 via FE80::C807:8FF:FE08:8, FastEthernet0/0
C 2001:10:1:123::/64 [0/0]
 via FastEthernet0/0, directly connected
L 2001:10:1:123::2/128 [0/0]
 via FastEthernet0/0, receive
I2 2001:172:16::/64 [115/10]
 via FE80::C804:30FF:FE9C:8, FastEthernet0/0
I2 2001:172:16:1::/64 [115/10]
 via FE80::C804:30FF:FE9C:8, FastEthernet0/0
I2 2001:172:16:2::/64 [115/10]
 via FE80::C804:30FF:FE9C:8, FastEthernet0/0
I2 2001:172:16:3::/64 [115/10]
 via FE80::C804:30FF:FE9C:8, FastEthernet0/0
I2 2001:192:168:1::1/128 [115/10]
 via FE80::C804:30FF:FE9C:8, FastEthernet0/0
LC 2001:192:168:1::2/128 [0/0]
 via Loopback0, receive
I2 2001:192:168:1::3/128 [115/10]
 via FE80::C807:8FF:FE08:8, FastEthernet0/0
I2 2001:192:168:1::4/128 [115/10]
 via FE80::C806:8FF:FE08:1C, FastEthernet1/0
I2 2001:192:168:1::5/128 [115/10]
 via FE80::C800:11FF:FEB0:6, FastEthernet0/1
I2 2001:192:168:1::6/128 [115/20]
 via FE80::C800:11FF:FEB0:6, FastEthernet0/1
 via FE80::C806:8FF:FE08:1C, FastEthernet1/0
I2 2001:192:168:1::7/128 [115/20]
 via FE80::C800:11FF:FEB0:6, FastEthernet0/1
I2 2001:192:168:1::8/128 [115/20]
 via FE80::C807:8FF:FE08:8, FastEthernet0/0
I2 2001:192:168:1::9/128 [115/30]
 via FE80::C807:8FF:FE08:8, FastEthernet0/0
I2 2001:192:168:1::10/128 [115/10]
 via FE80::C804:30FF:FE9C:8, FastEthernet0/0
L FF00::/8 [0/0]
 via Null0, receive

R3#show ipv6 route
IPv6 Routing Table - default - 28 entries
Codes: C - Connected, L - Local, S - Static, U - Per-user Static route
 B - BGP, HA - Home Agent, MR - Mobile Router, R - RIP
 H - NHRP, I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea
 IS - ISIS summary, D - EIGRP, EX - EIGRP external, NM - NEMO
 ND - ND Default, NDp - ND Prefix, DCE - Destination, NDr - Redirect
 O - OSPF Intra, OI - OSPF Inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2
 ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2, l - LISP
I2 2001:10:1:24::/64 [115/20]
 via FE80::C806:8FF:FE08:8, FastEthernet1/0
 via FE80::C805:30FF:FE9C:8, FastEthernet0/0
I2 2001:10:1:25::/64 [115/20]
 via FE80::C805:30FF:FE9C:8, FastEthernet0/0
C 2001:10:1:34::/64 [0/0]
 via FastEthernet1/0, directly connected
L 2001:10:1:34::3/128 [0/0]
 via FastEthernet1/0, receive
C 2001:10:1:38::/64 [0/0]
 via FastEthernet0/1, directly connected
L 2001:10:1:38::3/128 [0/0]
 via FastEthernet0/1, receive
I2 2001:10:1:46::/64 [115/20]
 via FE80::C806:8FF:FE08:8, FastEthernet1/0
I2 2001:10:1:56::/64 [115/30]
 via FE80::C806:8FF:FE08:8, FastEthernet1/0
 via FE80::C805:30FF:FE9C:8, FastEthernet0/0
I2 2001:10:1:57::/64 [115/30]
 via FE80::C805:30FF:FE9C:8, FastEthernet0/0
I2 2001:10:1:67::/64 [115/30]
 via FE80::C806:8FF:FE08:8, FastEthernet1/0
I2 2001:10:1:89::/64 [115/20]
 via FE80::C803:19FF:FE84:6, FastEthernet0/1
C 2001:10:1:123::/64 [0/0]
 via FastEthernet0/0, directly connected
L 2001:10:1:123::3/128 [0/0]
 via FastEthernet0/0, receive
I2 2001:172:16::/64 [115/10]
 via FE80::C804:30FF:FE9C:8, FastEthernet0/0
I2 2001:172:16:1::/64 [115/10]
 via FE80::C804:30FF:FE9C:8, FastEthernet0/0
I2 2001:172:16:2::/64 [115/10]
 via FE80::C804:30FF:FE9C:8, FastEthernet0/0
I2 2001:172:16:3::/64 [115/10]
 via FE80::C804:30FF:FE9C:8, FastEthernet0/0
I2 2001:192:168:1::1/128 [115/10]
 via FE80::C804:30FF:FE9C:8, FastEthernet0/0
I2 2001:192:168:1::2/128 [115/10]
 via FE80::C805:30FF:FE9C:8, FastEthernet0/0
LC 2001:192:168:1::3/128 [0/0]
 via Loopback0, receive
I2 2001:192:168:1::4/128 [115/10]
 via FE80::C806:8FF:FE08:8, FastEthernet1/0
I2 2001:192:168:1::5/128 [115/20]
 via FE80::C805:30FF:FE9C:8, FastEthernet0/0
I2 2001:192:168:1::6/128 [115/20]
 via FE80::C806:8FF:FE08:8, FastEthernet1/0
I2 2001:192:168:1::7/128 [115/30]
 via FE80::C805:30FF:FE9C:8, FastEthernet0/0
 via FE80::C806:8FF:FE08:8, FastEthernet1/0
I2 2001:192:168:1::8/128 [115/10]
 via FE80::C803:19FF:FE84:6, FastEthernet0/1
I2 2001:192:168:1::9/128 [115/20]
 via FE80::C803:19FF:FE84:6, FastEthernet0/1
I2 2001:192:168:1::10/128 [115/10]
 via FE80::C804:30FF:FE9C:8, FastEthernet0/0
L FF00::/8 [0/0]
 via Null0, receive

R4#show ipv6 route
IPv6 Routing Table - default - 28 entries
Codes: C - Connected, L - Local, S - Static, U - Per-user Static route
 B - BGP, HA - Home Agent, MR - Mobile Router, R - RIP
 H - NHRP, I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea
 IS - ISIS summary, D - EIGRP, EX - EIGRP external, NM - NEMO
 ND - ND Default, NDp - ND Prefix, DCE - Destination, NDr - Redirect
 O - OSPF Intra, OI - OSPF Inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2
 ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2, l - LISP
C 2001:10:1:24::/64 [0/0]
 via FastEthernet1/0, directly connected
L 2001:10:1:24::4/128 [0/0]
 via FastEthernet1/0, receive
I2 2001:10:1:25::/64 [115/20]
 via FE80::C805:30FF:FE9C:1C, FastEthernet1/0
C 2001:10:1:34::/64 [0/0]
 via FastEthernet0/0, directly connected
L 2001:10:1:34::4/128 [0/0]
 via FastEthernet0/0, receive
I2 2001:10:1:38::/64 [115/20]
 via FE80::C807:8FF:FE08:1C, FastEthernet0/0
C 2001:10:1:46::/64 [0/0]
 via FastEthernet0/1, directly connected
L 2001:10:1:46::4/128 [0/0]
 via FastEthernet0/1, receive
I2 2001:10:1:56::/64 [115/20]
 via FE80::C801:11FF:FEB0:6, FastEthernet0/1
I2 2001:10:1:57::/64 [115/30]
 via FE80::C801:11FF:FEB0:6, FastEthernet0/1
 via FE80::C805:30FF:FE9C:1C, FastEthernet1/0
I2 2001:10:1:67::/64 [115/20]
 via FE80::C801:11FF:FEB0:6, FastEthernet0/1
I2 2001:10:1:89::/64 [115/30]
 via FE80::C807:8FF:FE08:1C, FastEthernet0/0
I2 2001:10:1:123::/64 [115/20]
 via FE80::C807:8FF:FE08:1C, FastEthernet0/0
 via FE80::C805:30FF:FE9C:1C, FastEthernet1/0
I2 2001:172:16::/64 [115/20]
 via FE80::C805:30FF:FE9C:1C, FastEthernet1/0
 via FE80::C807:8FF:FE08:1C, FastEthernet0/0
I2 2001:172:16:1::/64 [115/20]
 via FE80::C805:30FF:FE9C:1C, FastEthernet1/0
 via FE80::C807:8FF:FE08:1C, FastEthernet0/0
I2 2001:172:16:2::/64 [115/20]
 via FE80::C805:30FF:FE9C:1C, FastEthernet1/0
 via FE80::C807:8FF:FE08:1C, FastEthernet0/0
I2 2001:172:16:3::/64 [115/20]
 via FE80::C805:30FF:FE9C:1C, FastEthernet1/0
 via FE80::C807:8FF:FE08:1C, FastEthernet0/0
I2 2001:192:168:1::1/128 [115/20]
 via FE80::C807:8FF:FE08:1C, FastEthernet0/0
 via FE80::C805:30FF:FE9C:1C, FastEthernet1/0
I2 2001:192:168:1::2/128 [115/10]
 via FE80::C805:30FF:FE9C:1C, FastEthernet1/0
I2 2001:192:168:1::3/128 [115/10]
 via FE80::C807:8FF:FE08:1C, FastEthernet0/0
LC 2001:192:168:1::4/128 [0/0]
 via Loopback0, receive
I2 2001:192:168:1::5/128 [115/20]
 via FE80::C801:11FF:FEB0:6, FastEthernet0/1
 via FE80::C805:30FF:FE9C:1C, FastEthernet1/0
I2 2001:192:168:1::6/128 [115/10]
 via FE80::C801:11FF:FEB0:6, FastEthernet0/1
I2 2001:192:168:1::7/128 [115/20]
 via FE80::C801:11FF:FEB0:6, FastEthernet0/1
I2 2001:192:168:1::8/128 [115/20]
 via FE80::C807:8FF:FE08:1C, FastEthernet0/0
I2 2001:192:168:1::9/128 [115/30]
 via FE80::C807:8FF:FE08:1C, FastEthernet0/0
I2 2001:192:168:1::10/128 [115/20]
 via FE80::C805:30FF:FE9C:1C, FastEthernet1/0
 via FE80::C807:8FF:FE08:1C, FastEthernet0/0
L FF00::/8 [0/0]
 via Null0, receive

R5#show ipv6 route
IPv6 Routing Table - default - 28 entries
Codes: C - Connected, L - Local, S - Static, U - Per-user Static route
 B - BGP, HA - Home Agent, MR - Mobile Router, R - RIP
 H - NHRP, I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea
 IS - ISIS summary, D - EIGRP, EX - EIGRP external, NM - NEMO
 ND - ND Default, NDp - ND Prefix, DCE - Destination, NDr - Redirect
 O - OSPF Intra, OI - OSPF Inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2
 ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2, l - LISP
I2 2001:10:1:24::/64 [115/20]
 via FE80::C805:30FF:FE9C:6, FastEthernet0/1
C 2001:10:1:25::/64 [0/0]
 via FastEthernet0/1, directly connected
L 2001:10:1:25::5/128 [0/0]
 via FastEthernet0/1, receive
I2 2001:10:1:34::/64 [115/30]
 via FE80::C805:30FF:FE9C:6, FastEthernet0/1
 via FE80::C801:11FF:FEB0:1C, FastEthernet1/0
I2 2001:10:1:38::/64 [115/30]
 via FE80::C805:30FF:FE9C:6, FastEthernet0/1
I1 2001:10:1:46::/64 [115/20]
 via FE80::C801:11FF:FEB0:1C, FastEthernet1/0
C 2001:10:1:56::/64 [0/0]
 via FastEthernet1/0, directly connected
L 2001:10:1:56::5/128 [0/0]
 via FastEthernet1/0, receive
C 2001:10:1:57::/64 [0/0]
 via FastEthernet0/0, directly connected
L 2001:10:1:57::5/128 [0/0]
 via FastEthernet0/0, receive
I1 2001:10:1:67::/64 [115/20]
 via FE80::C801:11FF:FEB0:1C, FastEthernet1/0
I2 2001:10:1:89::/64 [115/40]
 via FE80::C805:30FF:FE9C:6, FastEthernet0/1
I2 2001:10:1:123::/64 [115/20]
 via FE80::C805:30FF:FE9C:6, FastEthernet0/1
I2 2001:172:16::/64 [115/20]
 via FE80::C805:30FF:FE9C:6, FastEthernet0/1
I2 2001:172:16:1::/64 [115/20]
 via FE80::C805:30FF:FE9C:6, FastEthernet0/1
I2 2001:172:16:2::/64 [115/20]
 via FE80::C805:30FF:FE9C:6, FastEthernet0/1
I2 2001:172:16:3::/64 [115/20]
 via FE80::C805:30FF:FE9C:6, FastEthernet0/1
I2 2001:192:168:1::1/128 [115/20]
 via FE80::C805:30FF:FE9C:6, FastEthernet0/1
I2 2001:192:168:1::2/128 [115/10]
 via FE80::C805:30FF:FE9C:6, FastEthernet0/1
I2 2001:192:168:1::3/128 [115/20]
 via FE80::C805:30FF:FE9C:6, FastEthernet0/1
I2 2001:192:168:1::4/128 [115/20]
 via FE80::C805:30FF:FE9C:6, FastEthernet0/1
 via FE80::C801:11FF:FEB0:1C, FastEthernet1/0
LC 2001:192:168:1::5/128 [0/0]
 via Loopback0, receive
I1 2001:192:168:1::6/128 [115/10]
 via FE80::C801:11FF:FEB0:1C, FastEthernet1/0
I1 2001:192:168:1::7/128 [115/10]
 via FE80::C802:19FF:FE84:8, FastEthernet0/0
I2 2001:192:168:1::8/128 [115/30]
 via FE80::C805:30FF:FE9C:6, FastEthernet0/1
I2 2001:192:168:1::9/128 [115/40]
 via FE80::C805:30FF:FE9C:6, FastEthernet0/1
I2 2001:192:168:1::10/128 [115/20]
 via FE80::C805:30FF:FE9C:6, FastEthernet0/1
L FF00::/8 [0/0]
 via Null0, receive

R6#show ipv6 route
IPv6 Routing Table - default - 28 entries
Codes: C - Connected, L - Local, S - Static, U - Per-user Static route
 B - BGP, HA - Home Agent, MR - Mobile Router, R - RIP
 H - NHRP, I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea
 IS - ISIS summary, D - EIGRP, EX - EIGRP external, NM - NEMO
 ND - ND Default, NDp - ND Prefix, DCE - Destination, NDr - Redirect
 O - OSPF Intra, OI - OSPF Inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2
 ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2, l - LISP
I2 2001:10:1:24::/64 [115/20]
 via FE80::C806:8FF:FE08:6, FastEthernet0/1
I1 2001:10:1:25::/64 [115/20]
 via FE80::C800:11FF:FEB0:1C, FastEthernet1/0
I2 2001:10:1:34::/64 [115/20]
 via FE80::C806:8FF:FE08:6, FastEthernet0/1
I2 2001:10:1:38::/64 [115/30]
 via FE80::C806:8FF:FE08:6, FastEthernet0/1
C 2001:10:1:46::/64 [0/0]
 via FastEthernet0/1, directly connected
L 2001:10:1:46::6/128 [0/0]
 via FastEthernet0/1, receive
C 2001:10:1:56::/64 [0/0]
 via FastEthernet1/0, directly connected
L 2001:10:1:56::6/128 [0/0]
 via FastEthernet1/0, receive
I1 2001:10:1:57::/64 [115/20]
 via FE80::C800:11FF:FEB0:1C, FastEthernet1/0
 via FE80::C802:19FF:FE84:6, FastEthernet0/0
C 2001:10:1:67::/64 [0/0]
 via FastEthernet0/0, directly connected
L 2001:10:1:67::6/128 [0/0]
 via FastEthernet0/0, receive
I2 2001:10:1:89::/64 [115/40]
 via FE80::C806:8FF:FE08:6, FastEthernet0/1
I2 2001:10:1:123::/64 [115/30]
 via FE80::C800:11FF:FEB0:1C, FastEthernet1/0
 via FE80::C806:8FF:FE08:6, FastEthernet0/1
I2 2001:172:16::/64 [115/30]
 via FE80::C806:8FF:FE08:6, FastEthernet0/1
 via FE80::C800:11FF:FEB0:1C, FastEthernet1/0
I2 2001:172:16:1::/64 [115/30]
 via FE80::C806:8FF:FE08:6, FastEthernet0/1
 via FE80::C800:11FF:FEB0:1C, FastEthernet1/0
I2 2001:172:16:2::/64 [115/30]
 via FE80::C806:8FF:FE08:6, FastEthernet0/1
 via FE80::C800:11FF:FEB0:1C, FastEthernet1/0
I2 2001:172:16:3::/64 [115/30]
 via FE80::C806:8FF:FE08:6, FastEthernet0/1
 via FE80::C800:11FF:FEB0:1C, FastEthernet1/0
I2 2001:192:168:1::1/128 [115/30]
 via FE80::C800:11FF:FEB0:1C, FastEthernet1/0
 via FE80::C806:8FF:FE08:6, FastEthernet0/1
I2 2001:192:168:1::2/128 [115/20]
 via FE80::C800:11FF:FEB0:1C, FastEthernet1/0
 via FE80::C806:8FF:FE08:6, FastEthernet0/1
I2 2001:192:168:1::3/128 [115/20]
 via FE80::C806:8FF:FE08:6, FastEthernet0/1
I2 2001:192:168:1::4/128 [115/10]
 via FE80::C806:8FF:FE08:6, FastEthernet0/1
I1 2001:192:168:1::5/128 [115/10]
 via FE80::C800:11FF:FEB0:1C, FastEthernet1/0
LC 2001:192:168:1::6/128 [0/0]
 via Loopback0, receive
I1 2001:192:168:1::7/128 [115/10]
 via FE80::C802:19FF:FE84:6, FastEthernet0/0
I2 2001:192:168:1::8/128 [115/30]
 via FE80::C806:8FF:FE08:6, FastEthernet0/1
I2 2001:192:168:1::9/128 [115/40]
 via FE80::C806:8FF:FE08:6, FastEthernet0/1
I2 2001:192:168:1::10/128 [115/30]
 via FE80::C806:8FF:FE08:6, FastEthernet0/1
 via FE80::C800:11FF:FEB0:1C, FastEthernet1/0
L FF00::/8 [0/0]
 via Null0, receive

R7#show ipv6 route
IPv6 Routing Table - default - 12 entries
Codes: C - Connected, L - Local, S - Static, U - Per-user Static route
 B - BGP, HA - Home Agent, MR - Mobile Router, R - RIP
 H - NHRP, I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea
 IS - ISIS summary, D - EIGRP, EX - EIGRP external, NM - NEMO
 ND - ND Default, NDp - ND Prefix, DCE - Destination, NDr - Redirect
 O - OSPF Intra, OI - OSPF Inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2
 ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2, l - LISP
I1 ::/0 [115/10]
 via FE80::C800:11FF:FEB0:8, FastEthernet0/0
I1 2001:10:1:25::/64 [115/20]
 via FE80::C800:11FF:FEB0:8, FastEthernet0/0
I1 2001:10:1:46::/64 [115/30]
 via FE80::C800:11FF:FEB0:8, FastEthernet0/0
 via FE80::C801:11FF:FEB0:8, FastEthernet0/1
I1 2001:10:1:56::/64 [115/20]
 via FE80::C800:11FF:FEB0:8, FastEthernet0/0
C 2001:10:1:57::/64 [0/0]
 via FastEthernet0/0, directly connected
L 2001:10:1:57::7/128 [0/0]
 via FastEthernet0/0, receive
C 2001:10:1:67::/64 [0/0]
 via FastEthernet0/1, directly connected
L 2001:10:1:67::7/128 [0/0]
 via FastEthernet0/1, receive
I1 2001:192:168:1::5/128 [115/10]
 via FE80::C800:11FF:FEB0:8, FastEthernet0/0
I1 2001:192:168:1::6/128 [115/20]
 via FE80::C800:11FF:FEB0:8, FastEthernet0/0
 via FE80::C801:11FF:FEB0:8, FastEthernet0/1
LC 2001:192:168:1::7/128 [0/0]
 via Loopback0, receive
L FF00::/8 [0/0]
 via Null0, receive

R8#show ipv6 route
IPv6 Routing Table - default - 28 entries
Codes: C - Connected, L - Local, S - Static, U - Per-user Static route
 B - BGP, HA - Home Agent, MR - Mobile Router, R - RIP
 H - NHRP, I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea
 IS - ISIS summary, D - EIGRP, EX - EIGRP external, NM - NEMO
 ND - ND Default, NDp - ND Prefix, DCE - Destination, NDr - Redirect
 O - OSPF Intra, OI - OSPF Inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2
 ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2, l - LISP
I2 2001:10:1:24::/64 [115/30]
 via FE80::C807:8FF:FE08:6, FastEthernet0/1
I2 2001:10:1:25::/64 [115/30]
 via FE80::C807:8FF:FE08:6, FastEthernet0/1
I2 2001:10:1:34::/64 [115/20]
 via FE80::C807:8FF:FE08:6, FastEthernet0/1
C 2001:10:1:38::/64 [0/0]
 via FastEthernet0/1, directly connected
L 2001:10:1:38::8/128 [0/0]
 via FastEthernet0/1, receive
I2 2001:10:1:46::/64 [115/30]
 via FE80::C807:8FF:FE08:6, FastEthernet0/1
I2 2001:10:1:56::/64 [115/40]
 via FE80::C807:8FF:FE08:6, FastEthernet0/1
I2 2001:10:1:57::/64 [115/40]
 via FE80::C807:8FF:FE08:6, FastEthernet0/1
I2 2001:10:1:67::/64 [115/40]
 via FE80::C807:8FF:FE08:6, FastEthernet0/1
C 2001:10:1:89::/64 [0/0]
 via FastEthernet0/0, directly connected
L 2001:10:1:89::8/128 [0/0]
 via FastEthernet0/0, receive
I2 2001:10:1:123::/64 [115/20]
 via FE80::C807:8FF:FE08:6, FastEthernet0/1
IS 2001:172:16::/48 [115/20]
 via Null0, directly connected
I2 2001:172:16::/64 [115/20]
 via FE80::C807:8FF:FE08:6, FastEthernet0/1
I2 2001:172:16:1::/64 [115/20]
 via FE80::C807:8FF:FE08:6, FastEthernet0/1
I2 2001:172:16:2::/64 [115/20]
 via FE80::C807:8FF:FE08:6, FastEthernet0/1
I2 2001:172:16:3::/64 [115/20]
 via FE80::C807:8FF:FE08:6, FastEthernet0/1
I2 2001:192:168:1::1/128 [115/20]
 via FE80::C807:8FF:FE08:6, FastEthernet0/1
I2 2001:192:168:1::2/128 [115/20]
 via FE80::C807:8FF:FE08:6, FastEthernet0/1
I2 2001:192:168:1::3/128 [115/10]
 via FE80::C807:8FF:FE08:6, FastEthernet0/1
I2 2001:192:168:1::4/128 [115/20]
 via FE80::C807:8FF:FE08:6, FastEthernet0/1
I2 2001:192:168:1::5/128 [115/30]
 via FE80::C807:8FF:FE08:6, FastEthernet0/1
I2 2001:192:168:1::6/128 [115/30]
 via FE80::C807:8FF:FE08:6, FastEthernet0/1
I2 2001:192:168:1::7/128 [115/40]
 via FE80::C807:8FF:FE08:6, FastEthernet0/1
LC 2001:192:168:1::8/128 [0/0]
 via Loopback0, receive
I1 2001:192:168:1::9/128 [115/10]
 via FE80::C808:1DFF:FED4:8, FastEthernet0/0
I2 2001:192:168:1::10/128 [115/20]
 via FE80::C807:8FF:FE08:6, FastEthernet0/1
L FF00::/8 [0/0]
 via Null0, receive

R8#show isis database detail

Tag 1:
IS-IS Level-1 Link State Database:
LSPID LSP Seq Num LSP Checksum LSP Holdtime ATT/P/OL
R8.00-00 * 0x00000006 0x37C1 668 1/0/0
 Area Address: 49.0003
 NLPID: 0xCC 0x8E 
 Hostname: R8
 IP Address: 192.168.1.8
 Metric: 10 IP 10.1.89.0 255.255.255.0
 Metric: 10 IP 10.1.38.0 255.255.255.0
 Metric: 0 IP 192.168.1.8 255.255.255.255
 IPv6 Address: 2001:192:168:1::8
 Metric: 10 IPv6 2001:10:1:89::/64
 Metric: 10 IPv6 2001:10:1:38::/64
 Metric: 0 IPv6 2001:192:168:1::8/128
 Metric: 10 IS R9.01
 Metric: 158 IP-Interarea 10.1.24.0 255.255.255.0
 Metric: 158 IP-Interarea 10.1.25.0 255.255.255.0
 Metric: 148 IP-Interarea 10.1.34.0 255.255.255.0
 Metric: 158 IP-Interarea 10.1.46.0 255.255.255.0
 Metric: 168 IP-Interarea 10.1.56.0 255.255.255.0
 Metric: 168 IP-Interarea 10.1.57.0 255.255.255.0
 Metric: 168 IP-Interarea 10.1.67.0 255.255.255.0
 Metric: 148 IP-Interarea 10.1.123.0 255.255.255.0
 Metric: 148 IP-Interarea 172.16.110.0 255.255.255.0
 Metric: 148 IP-Interarea 192.168.1.1 255.255.255.255
 Metric: 148 IP-Interarea 192.168.1.2 255.255.255.255
 Metric: 138 IP-Interarea 192.168.1.3 255.255.255.255
 Metric: 148 IP-Interarea 192.168.1.4 255.255.255.255
 Metric: 158 IP-Interarea 192.168.1.5 255.255.255.255
 Metric: 158 IP-Interarea 192.168.1.6 255.255.255.255
 Metric: 168 IP-Interarea 192.168.1.7 255.255.255.255
 Metric: 148 IP-Interarea 192.168.1.10 255.255.255.255
 Metric: 148 IP-Interarea 172.16.0.0 255.255.252.0
 Metric: 30 IPv6-Interarea 2001:10:1:24::/64
 Metric: 30 IPv6-Interarea 2001:10:1:25::/64
 Metric: 20 IPv6-Interarea 2001:10:1:34::/64
 Metric: 30 IPv6-Interarea 2001:10:1:46::/64
 Metric: 40 IPv6-Interarea 2001:10:1:56::/64
 Metric: 40 IPv6-Interarea 2001:10:1:57::/64
 Metric: 40 IPv6-Interarea 2001:10:1:67::/64
 Metric: 20 IPv6-Interarea 2001:10:1:123::/64
 Metric: 20 IPv6-Interarea 2001:192:168:1::1/128
 Metric: 20 IPv6-Interarea 2001:192:168:1::2/128
 Metric: 10 IPv6-Interarea 2001:192:168:1::3/128
 Metric: 20 IPv6-Interarea 2001:192:168:1::4/128
 Metric: 30 IPv6-Interarea 2001:192:168:1::5/128
 Metric: 30 IPv6-Interarea 2001:192:168:1::6/128
 Metric: 40 IPv6-Interarea 2001:192:168:1::7/128
 Metric: 20 IPv6-Interarea 2001:192:168:1::10/128
 Metric: 20 IPv6-Interarea 2001:172:16::/48
R9.00-00 0x00000002 0x81C4 623 0/0/0
 Area Address: 49.0003
 NLPID: 0xCC 0x8E 
 Hostname: R9
 IP Address: 192.168.1.9
 Metric: 10 IP 10.1.89.0 255.255.255.0
 Metric: 0 IP 192.168.1.9 255.255.255.255
 IPv6 Address: 2001:192:168:1::9
 Metric: 10 IPv6 2001:10:1:89::/64
 Metric: 0 IPv6 2001:192:168:1::9/128
 Metric: 10 IS R9.01
R9.01-00 0x00000001 0x180E 624 0/0/0
 Metric: 0 IS R9.00
 Metric: 0 IS R8.00
IS-IS Level-2 Link State Database:
LSPID LSP Seq Num LSP Checksum LSP Holdtime ATT/P/OL
R1.00-00 0x00000006 0xBEDD 662 0/0/0
 Area Address: 49.0001
 NLPID: 0xCC 0x8E 
 Hostname: R1
 IP Address: 192.168.1.1
 IPv6 Address: 2001:192:168:1::1
 Metric: 10 IS R3.01
 Metric: 10 IP 10.1.123.0 255.255.255.0
 Metric: 0 IP-External 172.16.0.0 255.255.255.0
 Metric: 0 IP-External 172.16.1.0 255.255.255.0
 Metric: 0 IP-External 172.16.2.0 255.255.255.0
 Metric: 0 IP-External 172.16.3.0 255.255.255.0
 Metric: 0 IP-External 172.16.110.0 255.255.255.0
 Metric: 0 IP 192.168.1.1 255.255.255.255
 Metric: 0 IP-External 192.168.1.10 255.255.255.255
 Metric: 10 IPv6 2001:10:1:123::/64
 Metric: 0 IPv6 2001:192:168:1::1/128
 Metric: 0 IPv6 2001:172:16::/64
 Metric: 0 IPv6 2001:172:16:1::/64
 Metric: 0 IPv6 2001:172:16:2::/64
 Metric: 0 IPv6 2001:172:16:3::/64
 Metric: 0 IPv6 2001:192:168:1::10/128
R2.00-00 0x00000005 0xB98A 634 0/0/0
 Area Address: 49.0001
 NLPID: 0xCC 0x8E 
 Hostname: R2
 IP Address: 192.168.1.2
 IPv6 Address: 2001:192:168:1::2
 Metric: 10 IS R2.02
 Metric: 10 IS R3.01
 Metric: 10 IS R4.03
 Metric: 10 IP 10.1.24.0 255.255.255.0
 Metric: 10 IP 10.1.25.0 255.255.255.0
 Metric: 10 IP 10.1.123.0 255.255.255.0
 Metric: 0 IP 192.168.1.2 255.255.255.255
 Metric: 10 IPv6 2001:10:1:123::/64
 Metric: 10 IPv6 2001:10:1:25::/64
 Metric: 10 IPv6 2001:10:1:24::/64
 Metric: 0 IPv6 2001:192:168:1::2/128
R2.02-00 0x00000001 0x2D8F 624 0/0/0
 Metric: 0 IS R2.00
 Metric: 0 IS R5.00
R3.00-00 0x00000003 0x5AAB 634 0/0/0
 Area Address: 49.0001
 NLPID: 0xCC 0x8E 
 Hostname: R3
 IP Address: 192.168.1.3
 IPv6 Address: 2001:192:168:1::3
 Metric: 10 IS R3.03
 Metric: 10 IS R3.02
 Metric: 10 IS R3.01
 Metric: 10 IP 10.1.34.0 255.255.255.0
 Metric: 10 IP 10.1.38.0 255.255.255.0
 Metric: 10 IP 10.1.123.0 255.255.255.0
 Metric: 0 IP 192.168.1.3 255.255.255.255
 Metric: 10 IPv6 2001:10:1:123::/64
 Metric: 10 IPv6 2001:10:1:38::/64
 Metric: 10 IPv6 2001:10:1:34::/64
 Metric: 0 IPv6 2001:192:168:1::3/128
R3.01-00 0x00000001 0xC0BD 631 0/0/0
 Metric: 0 IS R3.00
 Metric: 0 IS R1.00
 Metric: 0 IS R2.00
R3.02-00 0x00000001 0x7E39 634 0/0/0
 Metric: 0 IS R3.00
 Metric: 0 IS R8.00
R3.03-00 0x00000001 0x13A7 625 0/0/0
 Metric: 0 IS R3.00
 Metric: 0 IS R4.00
R4.00-00 0x00000003 0x3D9E 632 0/0/0
 Area Address: 49.0001
 NLPID: 0xCC 0x8E 
 Hostname: R4
 IP Address: 192.168.1.4
 Metric: 10 IP 10.1.34.0 255.255.255.0
 Metric: 10 IP 10.1.46.0 255.255.255.0
 Metric: 10 IP 10.1.24.0 255.255.255.0
 IPv6 Address: 2001:192:168:1::4
 Metric: 10 IPv6 2001:10:1:34::/64
 Metric: 10 IPv6 2001:10:1:46::/64
 Metric: 10 IPv6 2001:10:1:24::/64
 Metric: 10 IS R4.03
 Metric: 10 IS R4.02
 Metric: 10 IS R3.03
 Metric: 0 IP 192.168.1.4 255.255.255.255
 Metric: 0 IPv6 2001:192:168:1::4/128
R4.02-00 0x00000001 0x5265 630 0/0/0
 Metric: 0 IS R4.00
 Metric: 0 IS R6.00
R4.03-00 0x00000001 0xE6D3 631 0/0/0
 Metric: 0 IS R4.00
 Metric: 0 IS R2.00
R5.00-00 0x00000003 0xBC3F 631 0/0/0
 Area Address: 49.0002
 NLPID: 0xCC 0x8E 
 Hostname: R5
 IP Address: 192.168.1.5
 IPv6 Address: 2001:192:168:1::5
 Metric: 10 IS R2.02
 Metric: 10 IS R6.03
 Metric: 10 IP 10.1.25.0 255.255.255.0
 Metric: 20 IP 10.1.46.0 255.255.255.0
 Metric: 10 IP 10.1.56.0 255.255.255.0
 Metric: 10 IP 10.1.57.0 255.255.255.0
 Metric: 20 IP 10.1.67.0 255.255.255.0
 Metric: 0 IP 192.168.1.5 255.255.255.255
 Metric: 10 IP 192.168.1.6 255.255.255.255
 Metric: 10 IP 192.168.1.7 255.255.255.255
 Metric: 10 IPv6 2001:10:1:57::/64
 Metric: 10 IPv6 2001:10:1:25::/64
 Metric: 10 IPv6 2001:10:1:56::/64
 Metric: 0 IPv6 2001:192:168:1::5/128
 Metric: 20 IPv6 2001:10:1:46::/64
 Metric: 20 IPv6 2001:10:1:67::/64
 Metric: 10 IPv6 2001:192:168:1::6/128
 Metric: 10 IPv6 2001:192:168:1::7/128
R6.00-00 0x00000005 0x4AA9 633 0/0/0
 Area Address: 49.0002
 NLPID: 0xCC 0x8E 
 Hostname: R6
 IP Address: 192.168.1.6
 IPv6 Address: 2001:192:168:1::6
 Metric: 10 IS R6.03
 Metric: 10 IS R4.02
 Metric: 20 IP 10.1.25.0 255.255.255.0
 Metric: 10 IP 10.1.46.0 255.255.255.0
 Metric: 10 IP 10.1.56.0 255.255.255.0
 Metric: 20 IP 10.1.57.0 255.255.255.0
 Metric: 10 IP 10.1.67.0 255.255.255.0
 Metric: 10 IP 192.168.1.5 255.255.255.255
 Metric: 0 IP 192.168.1.6 255.255.255.255
 Metric: 10 IP 192.168.1.7 255.255.255.255
 Metric: 10 IPv6 2001:10:1:67::/64
 Metric: 10 IPv6 2001:10:1:46::/64
 Metric: 10 IPv6 2001:10:1:56::/64
 Metric: 0 IPv6 2001:192:168:1::6/128
 Metric: 20 IPv6 2001:10:1:25::/64
 Metric: 20 IPv6 2001:10:1:57::/64
 Metric: 10 IPv6 2001:192:168:1::5/128
 Metric: 10 IPv6 2001:192:168:1::7/128
R6.03-00 0x00000001 0x3E75 619 0/0/0
 Metric: 0 IS R6.00
 Metric: 0 IS R5.00
R8.00-00 * 0x00000003 0x27C7 636 0/0/0
 Area Address: 49.0003
 NLPID: 0xCC 0x8E 
 Hostname: R8
 IP Address: 192.168.1.8
 IPv6 Address: 2001:192:168:1::8
 Metric: 10 IS R3.02
 Metric: 10 IP 10.1.38.0 255.255.255.0
 Metric: 10 IP 10.1.89.0 255.255.255.0
 Metric: 0 IP 192.168.1.8 255.255.255.255
 Metric: 10 IP 192.168.1.9 255.255.255.255
 Metric: 10 IPv6 2001:10:1:89::/64
 Metric: 10 IPv6 2001:10:1:38::/64
 Metric: 0 IPv6 2001:192:168:1::8/128
 Metric: 10 IPv6 2001:192:168:1::9/128
 
R9#show ipv6 route
IPv6 Routing Table - default - 24 entries
Codes: C - Connected, L - Local, S - Static, U - Per-user Static route
 B - BGP, HA - Home Agent, MR - Mobile Router, R - RIP
 H - NHRP, I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea
 IS - ISIS summary, D - EIGRP, EX - EIGRP external, NM - NEMO
 ND - ND Default, NDp - ND Prefix, DCE - Destination, NDr - Redirect
 O - OSPF Intra, OI - OSPF Inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2
 ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2, l - LISP
I1 ::/0 [115/10]
 via FE80::C803:19FF:FE84:8, FastEthernet0/0
IA 2001:10:1:24::/64 [115/40]
 via FE80::C803:19FF:FE84:8, FastEthernet0/0
IA 2001:10:1:25::/64 [115/40]
 via FE80::C803:19FF:FE84:8, FastEthernet0/0
IA 2001:10:1:34::/64 [115/30]
 via FE80::C803:19FF:FE84:8, FastEthernet0/0
I1 2001:10:1:38::/64 [115/20]
 via FE80::C803:19FF:FE84:8, FastEthernet0/0
IA 2001:10:1:46::/64 [115/40]
 via FE80::C803:19FF:FE84:8, FastEthernet0/0
IA 2001:10:1:56::/64 [115/50]
 via FE80::C803:19FF:FE84:8, FastEthernet0/0
IA 2001:10:1:57::/64 [115/50]
 via FE80::C803:19FF:FE84:8, FastEthernet0/0
IA 2001:10:1:67::/64 [115/50]
 via FE80::C803:19FF:FE84:8, FastEthernet0/0
C 2001:10:1:89::/64 [0/0]
 via FastEthernet0/0, directly connected
L 2001:10:1:89::9/128 [0/0]
 via FastEthernet0/0, receive
IA 2001:10:1:123::/64 [115/30]
 via FE80::C803:19FF:FE84:8, FastEthernet0/0
IA 2001:172:16::/48 [115/30]
 via FE80::C803:19FF:FE84:8, FastEthernet0/0
IA 2001:192:168:1::1/128 [115/30]
 via FE80::C803:19FF:FE84:8, FastEthernet0/0
IA 2001:192:168:1::2/128 [115/30]
 via FE80::C803:19FF:FE84:8, FastEthernet0/0
IA 2001:192:168:1::3/128 [115/20]
 via FE80::C803:19FF:FE84:8, FastEthernet0/0
IA 2001:192:168:1::4/128 [115/30]
 via FE80::C803:19FF:FE84:8, FastEthernet0/0
IA 2001:192:168:1::5/128 [115/40]
 via FE80::C803:19FF:FE84:8, FastEthernet0/0
IA 2001:192:168:1::6/128 [115/40]
 via FE80::C803:19FF:FE84:8, FastEthernet0/0
IA 2001:192:168:1::7/128 [115/50]
 via FE80::C803:19FF:FE84:8, FastEthernet0/0
I1 2001:192:168:1::8/128 [115/10]
 via FE80::C803:19FF:FE84:8, FastEthernet0/0
LC 2001:192:168:1::9/128 [0/0]
 via Loopback0, receive
IA 2001:192:168:1::10/128 [115/30]
 via FE80::C803:19FF:FE84:8, FastEthernet0/0
L FF00::/8 [0/0]
 via Null0, receive

R10#show ipv6 route
IPv6 Routing Table - default - 29 entries
Codes: C - Connected, L - Local, S - Static, U - Per-user Static route
 B - BGP, HA - Home Agent, MR - Mobile Router, R - RIP
 H - NHRP, I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea
 IS - ISIS summary, D - EIGRP, EX - EIGRP external, NM - NEMO
 ND - ND Default, NDp - ND Prefix, DCE - Destination, NDr - Redirect
 O - OSPF Intra, OI - OSPF Inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2
 ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2, l - LISP
OE2 2001:10:1:24::/64 [110/20]
 via FE80::C804:30FF:FE9C:6, FastEthernet0/1
OE2 2001:10:1:25::/64 [110/20]
 via FE80::C804:30FF:FE9C:6, FastEthernet0/1
OE2 2001:10:1:34::/64 [110/20]
 via FE80::C804:30FF:FE9C:6, FastEthernet0/1
OE2 2001:10:1:38::/64 [110/20]
 via FE80::C804:30FF:FE9C:6, FastEthernet0/1
OE2 2001:10:1:46::/64 [110/20]
 via FE80::C804:30FF:FE9C:6, FastEthernet0/1
OE2 2001:10:1:56::/64 [110/20]
 via FE80::C804:30FF:FE9C:6, FastEthernet0/1
OE2 2001:10:1:57::/64 [110/20]
 via FE80::C804:30FF:FE9C:6, FastEthernet0/1
OE2 2001:10:1:67::/64 [110/20]
 via FE80::C804:30FF:FE9C:6, FastEthernet0/1
OE2 2001:10:1:89::/64 [110/20]
 via FE80::C804:30FF:FE9C:6, FastEthernet0/1
C 2001:172:16::/64 [0/0]
 via Loopback1, directly connected
L 2001:172:16::1/128 [0/0]
 via Loopback1, receive
C 2001:172:16:1::/64 [0/0]
 via Loopback2, directly connected
L 2001:172:16:1::1/128 [0/0]
 via Loopback2, receive
C 2001:172:16:2::/64 [0/0]
 via Loopback3, directly connected
L 2001:172:16:2::1/128 [0/0]
 via Loopback3, receive
C 2001:172:16:3::/64 [0/0]
 via Loopback4, directly connected
L 2001:172:16:3::1/128 [0/0]
 via Loopback4, receive
C 2001:172:16:110::/64 [0/0]
 via FastEthernet0/1, directly connected
L 2001:172:16:110::10/128 [0/0]
 via FastEthernet0/1, receive
OE2 2001:192:168:1::2/128 [110/20]
 via FE80::C804:30FF:FE9C:6, FastEthernet0/1
OE2 2001:192:168:1::3/128 [110/20]
 via FE80::C804:30FF:FE9C:6, FastEthernet0/1
OE2 2001:192:168:1::4/128 [110/20]
 via FE80::C804:30FF:FE9C:6, FastEthernet0/1
OE2 2001:192:168:1::5/128 [110/20]
 via FE80::C804:30FF:FE9C:6, FastEthernet0/1
OE2 2001:192:168:1::6/128 [110/20]
 via FE80::C804:30FF:FE9C:6, FastEthernet0/1
OE2 2001:192:168:1::7/128 [110/20]
 via FE80::C804:30FF:FE9C:6, FastEthernet0/1
OE2 2001:192:168:1::8/128 [110/20]
 via FE80::C804:30FF:FE9C:6, FastEthernet0/1
OE2 2001:192:168:1::9/128 [110/20]
 via FE80::C804:30FF:FE9C:6, FastEthernet0/1
LC 2001:192:168:1::10/128 [0/0]
 via Loopback0, receive
L FF00::/8 [0/0]
 via Null0, receive
Ping and Traceroute
!!-- Ping R10 network from R7 --!!

R7#ping 2001:172:16:1::1 source loopback 0
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2001:172:16:1::1, timeout is 2 seconds:
Packet sent with a source address of 2001:192:168:1::7
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 124/132/144 ms

!!-- Traceroute R10 network from R7 --!!

R7#traceroute ipv6
Target IPv6 address: 2001:172:16:1::1
Source address: 2001:192:168:1::7
Insert source routing header? [no]: 
Numeric display? [no]: 
Timeout in seconds [3]: 
Probe count [3]: 
Minimum Time to Live [1]: 
Maximum Time to Live [30]: 
Priority [0]: 
Port Number [0]: 
Type escape sequence to abort.
Tracing the route to 2001:172:16:1::1

1 2001:10:1:57::5 64 msec 48 msec 36 msec
 2 2001:10:1:25::2 76 msec 76 msec 60 msec
 3 2001:10:1:123::1 108 msec 108 msec 92 msec
 4 2001:172:16:110::10 164 msec 144 msec 144 msec
 
!!-- Ping R9 from R7 --!!

R7#ping 2001:192:168:1::9 source loopback 0
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2001:192:168:1::9, timeout is 2 seconds:
Packet sent with a source address of 2001:192:168:1::7
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 140/164/188 ms

!!-- Traceroute R9 from R7 --!!

R7#traceroute ipv6
Target IPv6 address: 2001:192:168:1::9
Source address: 2001:192:168:1::7
Insert source routing header? [no]: 
Numeric display? [no]: 
Timeout in seconds [3]: 
Probe count [3]: 
Minimum Time to Live [1]: 
Maximum Time to Live [30]: 
Priority [0]: 
Port Number [0]: 
Type escape sequence to abort.
Tracing the route to 2001:192:168:1::9

1 2001:10:1:57::5 76 msec 48 msec 36 msec
 2 2001:10:1:25::2 76 msec 64 msec 76 msec
 3 2001:10:1:123::3 124 msec 148 msec 108 msec
 4 2001:10:1:38::8 152 msec 148 msec 152 msec
 5 2001:10:1:89::9 176 msec 196 msec 156 msec

!!-- Ping R10 network from R9 --!!

R9#ping 2001:172:16:1::1 source loopback 0
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2001:172:16:1::1, timeout is 2 seconds:
Packet sent with a source address of 2001:192:168:1::9
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 128/139/152 ms

!!-- Traceroute R10 network from R9 --!!

R9#traceroute ipv6
Target IPv6 address: 2001:172:16:1::1
Source address: 2001:192:168:1::9
Insert source routing header? [no]: 
Numeric display? [no]: 
Timeout in seconds [3]: 
Probe count [3]: 
Minimum Time to Live [1]: 
Maximum Time to Live [30]: 
Priority [0]: 
Port Number [0]: 
Type escape sequence to abort.
Tracing the route to 2001:172:16:1::1

1 2001:10:1:89::8 84 msec 52 msec 32 msec
 2 2001:10:1:38::3 104 msec 76 msec 84 msec
 3 2001:10:1:123::1 132 msec 112 msec 112 msec
 4 2001:172:16:110::10 160 msec 164 msec 120 msec

Currently, we are using single IS-IS topology, entire network is dual stacked and using the same database structure for IPv4 and IPv6 routing.

!! -- We have configured different metric for IPv4 and IPv6 -- !!
!! -- As we are using the IS-IS Single Topology, which is using --!!
!! -- same database structure for both IPv4 and IPv6 routing --!!

!! -- We have increased IS-IS metric for IPv4 on interface Fa0/1 -- !!
!! -- to make low cost path via Fa0/0 -- !!

!! -- We have increased IS-IS metric for IPv6 on interface Fa0/0 -- !!
!! -- to make low cost path via Fa0/1 -- !!

!! -- But because of IS-IS single topology for both IPv4 and IPv6 --!!
!! -- Fa0/0 becomes low cost/preferred path for both IPv4 and IPv6-!!



R7#
interface FastEthernet0/0
 ip address 10.1.57.7 255.255.255.0
 ip router isis 1
 duplex full
 speed 100
 ipv6 address 2001:10:1:57::7/64
 ipv6 router isis 1
 isis network point-to-point 
 isis ipv6 metric 20
!
interface FastEthernet0/1
 ip address 10.1.67.7 255.255.255.0
 ip router isis 1
 duplex full
 speed 100
 ipv6 address 2001:10:1:67::7/64
 ipv6 router isis 1
 isis metric 20

R7#sh isis database detail
<snip>
R7.00-00 * 0x00000003 0xB5AC 894 0/0/0
 Area Address: 49.0002
 NLPID: 0xCC 0x8E 
 Hostname: R7
 IP Address: 192.168.1.7
 Metric: 10 IP 10.1.57.0 255.255.255.0
 Metric: 20 IP 10.1.67.0 255.255.255.0
 Metric: 0 IP 192.168.1.7 255.255.255.255
 IPv6 Address: 2001:192:168:1::7
 Metric: 10 IPv6 2001:10:1:57::/64
 Metric: 20 IPv6 2001:10:1:67::/64
 Metric: 0 IPv6 2001:192:168:1::7/128
 Metric: 20 IS R7.01
 Metric: 10 IS R5.00
R7.01-00 * 0x00000002 0xD753 841 0/0/0
 Metric: 0 IS R7.00
 Metric: 0 IS R6.00

R7# show ip route 0.0.0.0
Routing entry for 0.0.0.0/0, supernet
 Known via "isis", distance 115, metric 10, candidate default path, type level-1
 Redistributing via isis 1
 Last update from 10.1.57.5 on FastEthernet0/0, 00:21:21 ago
 Routing Descriptor Blocks:
 * 10.1.57.5, from 192.168.1.5, 00:21:21 ago, via FastEthernet0/0
 Route metric is 10, traffic share count is 1

R7#show ipv6 route ::/0
Routing entry for ::/0
 Known via "isis 1", distance 115, metric 10, type level-1
 Route count is 1/1, share count 0
 Routing paths:
 FE80::C800:11FF:FEB0:8, FastEthernet0/0
 Last updated 00:21:36 ago

We need to configure IS-IS Multi Topology to create different routing topologies for IPv4 and IPv6 address family. Wide metric is also required for Multi topology configuration.

ISIS Multi Topology Configuration
R1

hostname R1
!
no ip domain lookup
ip cef
ipv6 unicast-routing
ipv6 cef
!
interface Loopback0
 ip address 192.168.1.1 255.255.255.255
 ipv6 address 2001:192:168:1::1/128
!
interface FastEthernet0/0
 ip address 10.1.123.1 255.255.255.0
 ip router isis 1
 ipv6 address 2001:10:1:123::1/64
 ipv6 router isis 1
!
interface FastEthernet0/1
 ip address 172.16.110.1 255.255.255.0
 ipv6 address 2001:172:16:110::1/64
 ipv6 ospf 100 area 0
!
router ospf 1
 redistribute isis 1 level-1-2 subnets
 passive-interface default
 no passive-interface FastEthernet0/1
 network 172.16.110.1 0.0.0.0 area 0
 network 192.168.1.1 0.0.0.0 area 0
!
router isis 1
 net 49.0001.1921.6800.1001.00
 is-type level-2-only
 metric-style wide
 redistribute ospf 1 match internal external 1 external 2
 passive-interface Loopback0
 !
 address-family ipv6
 multi-topology
 redistribute ospf 100 match internal external 1 external 2
 exit-address-family
!
ipv6 router ospf 100
 redistribute isis 1 level-1-2
!

R2

hostname R2
!
no ip domain lookup
ip cef
ipv6 unicast-routing
ipv6 cef
!
interface Loopback0
 ip address 192.168.1.2 255.255.255.255
 ipv6 address 2001:192:168:1::2/128
!
interface FastEthernet0/0
 ip address 10.1.123.2 255.255.255.0
 ip router isis 1
 ipv6 address 2001:10:1:123::2/64
 ipv6 router isis 1
!
interface FastEthernet0/1
 ip address 10.1.25.2 255.255.255.0
 ip router isis 1
 ipv6 address 2001:10:1:25::2/64
 ipv6 router isis 1
!
interface FastEthernet1/0
 ip address 10.1.24.2 255.255.255.0
 ip router isis 1
 ipv6 address 2001:10:1:24::2/64
 ipv6 router isis 1
!
router isis 1
 net 49.0001.1921.6800.1002.00
 is-type level-2-only
 metric-style wide
 passive-interface Loopback0
 !
 address-family ipv6
 multi-topology
 exit-address-family
!

R3

hostname R3
!
no ip domain lookup
ip cef
ipv6 unicast-routing
ipv6 cef
!
interface Loopback0
 ip address 192.168.1.3 255.255.255.255
 ipv6 address 2001:192:168:1::3/128
!
interface FastEthernet0/0
 ip address 10.1.123.3 255.255.255.0
 ip router isis 1
 ipv6 address 2001:10:1:123::3/64
 ipv6 router isis 1
!
interface FastEthernet0/1
 ip address 10.1.38.3 255.255.255.0
 ip router isis 1
 ipv6 address 2001:10:1:38::3/64
 ipv6 router isis 1
!
interface FastEthernet1/0
 ip address 10.1.34.3 255.255.255.0
 ip router isis 1
 ipv6 address 2001:10:1:34::3/64
 ipv6 router isis 1
!
router isis 1
 net 49.0001.1921.6800.1003.00
 is-type level-2-only
 metric-style wide
 passive-interface Loopback0
 !
 address-family ipv6
 multi-topology 
 exit-address-family
!

R4

hostname R4
!
no ip domain lookup
ip cef
ipv6 unicast-routing
ipv6 cef
!
interface Loopback0
 ip address 192.168.1.4 255.255.255.255
 ipv6 address 2001:192:168:1::4/128
!
interface FastEthernet0/0
 ip address 10.1.34.4 255.255.255.0
 ip router isis 1
 ipv6 address 2001:10:1:34::4/64
 ipv6 router isis 1
 isis circuit-type level-2-only
!
interface FastEthernet0/1
 ip address 10.1.46.4 255.255.255.0
 ip router isis 1
 ipv6 address 2001:10:1:46::4/64
 ipv6 router isis 1
 isis circuit-type level-2-only
!
interface FastEthernet1/0
 ip address 10.1.24.4 255.255.255.0
 ip router isis 1
 ipv6 address 2001:10:1:24::4/64
 ipv6 router isis 1
 isis circuit-type level-2-only
!
router isis 1
 net 49.0001.1921.6800.1004.00
 metric-style wide
 passive-interface Loopback0
 !
 address-family ipv6
 multi-topology
 exit-address-family
!

R5

hostname R5
!
no ip domain lookup
ip cef
ipv6 unicast-routing
ipv6 cef
!
interface Loopback0
 ip address 192.168.1.5 255.255.255.255
 ipv6 address 2001:192:168:1::5/128
!
interface FastEthernet0/0
 ip address 10.1.57.5 255.255.255.0
 ip router isis 1
 ipv6 address 2001:10:1:57::5/64
 ipv6 router isis 1
 isis network point-to-point 
!
interface FastEthernet0/1
 ip address 10.1.25.5 255.255.255.0
 ip router isis 1
 ipv6 address 2001:10:1:25::5/64
 ipv6 router isis 1
!
interface FastEthernet1/0
 ip address 10.1.56.5 255.255.255.0
 ip router isis 1
 ipv6 address 2001:10:1:56::5/64
 ipv6 router isis 1
!
router isis 1
 net 49.0002.1921.6800.1005.00
 metric-style wide
 passive-interface Loopback0
 !
 address-family ipv6
 multi-topology
 exit-address-family
!

R6

hostname R6
!
no ip domain lookup
ip cef
ipv6 unicast-routing
ipv6 cef
!
interface Loopback0
 ip address 192.168.1.6 255.255.255.255
 ipv6 address 2001:192:168:1::6/128
!
interface FastEthernet0/0
 ip address 10.1.67.6 255.255.255.0
 ip router isis 1
 ipv6 address 2001:10:1:67::6/64
 ipv6 router isis 1
!
interface FastEthernet0/1
 ip address 10.1.46.6 255.255.255.0
 ip router isis 1
 ipv6 address 2001:10:1:46::6/64
 ipv6 router isis 1
!
interface FastEthernet1/0
 ip address 10.1.56.6 255.255.255.0
 ip router isis 1
 ipv6 address 2001:10:1:56::6/64
 ipv6 router isis 1
!
router isis 1
 net 49.0002.1921.6800.1006.00
 metric-style wide
 passive-interface Loopback0
 !
 address-family ipv6
 multi-topology
 exit-address-family
!

R7

hostname R7
!
no ip domain lookup
ip cef
ipv6 unicast-routing
ipv6 cef
!
interface Loopback0
 ip address 192.168.1.7 255.255.255.255
 ipv6 address 2001:192:168:1::7/128
!
interface FastEthernet0/0
 ip address 10.1.57.7 255.255.255.0
 ip router isis 1
 ipv6 address 2001:10:1:57::7/64
 ipv6 router isis 1
 isis network point-to-point 
 isis ipv6 metric 20
!
interface FastEthernet0/1
 ip address 10.1.67.7 255.255.255.0
 ip router isis 1
 ipv6 address 2001:10:1:67::7/64
 ipv6 router isis 1
 isis metric 20
!
router isis 1
 net 49.0002.1921.6800.1007.00
 is-type level-1
 metric-style wide
 passive-interface Loopback0
 !
 address-family ipv6
 multi-topology
 exit-address-family
!

R8

hostname R8
!
no ip domain lookup
ip cef
ipv6 unicast-routing
ipv6 cef
!
interface Loopback0
 ip address 192.168.1.8 255.255.255.255
 ipv6 address 2001:192:168:1::8/128
!
interface FastEthernet0/0
 ip address 10.1.89.8 255.255.255.0
 ip router isis 1
 ipv6 address 2001:10:1:89::8/64
 ipv6 router isis 1
!
interface FastEthernet0/1
 ip address 10.1.38.8 255.255.255.0
 ip router isis 1
 ipv6 address 2001:10:1:38::8/64
 ipv6 router isis 1
!
router isis 1
 net 49.0003.1921.6800.1008.00
 metric-style wide
 summary-address 172.16.0.0 255.255.252.0 level-1
 redistribute isis ip level-2 into level-1 distribute-list 100
 passive-interface Loopback0
 !
 address-family ipv6
 multi-topology
 summary-prefix 2001:172:16::/48 level-1
 redistribute isis level-2 into level-1 distribute-list IPv6_L2_PREFIXES
 exit-address-family
!
access-list 100 permit ip any any
!
ipv6 prefix-list IPv6_L2_PREFIXES seq 5 permit ::/0 le 128
!

R9

hostname R9
!
no ip domain lookup
ip cef
ipv6 unicast-routing
ipv6 cef
!
interface Loopback0
 ip address 192.168.1.9 255.255.255.255
 ipv6 address 2001:192:168:1::9/128
!
interface FastEthernet0/0
 ip address 10.1.89.9 255.255.255.0
 ip router isis 1
 ipv6 address 2001:10:1:89::9/64
 ipv6 router isis 1
!
router isis 1
 net 49.0003.1921.6800.1009.00
 is-type level-1
 metric-style wide
 passive-interface Loopback0
 !
 address-family ipv6
 multi-topology
 exit-address-family
!

R10

hostname R10
!
no ip domain lookup
ip cef
ipv6 unicast-routing
ipv6 cef
!
interface Loopback0
 ip address 192.168.1.10 255.255.255.255
 ipv6 address 2001:192:168:1::10/128
 ipv6 ospf 100 area 0
!
interface Loopback1
 ip address 172.16.0.1 255.255.255.0
 ip ospf network point-to-point
 ipv6 address 2001:172:16::1/64
 ipv6 ospf 100 area 0
 ipv6 ospf network point-to-point
!
interface Loopback2
 ip address 172.16.1.1 255.255.255.0
 ip ospf network point-to-point
 ipv6 address 2001:172:16:1::1/64
 ipv6 ospf 100 area 0
 ipv6 ospf network point-to-point
!
interface Loopback3
 ip address 172.16.2.1 255.255.255.0
 ip ospf network point-to-point
 ipv6 address 2001:172:16:2::1/64
 ipv6 ospf 100 area 0
 ipv6 ospf network point-to-point
!
interface Loopback4
 ip address 172.16.3.1 255.255.255.0
 ip ospf network point-to-point
 ipv6 address 2001:172:16:3::1/64
 ipv6 ospf 100 area 0
 ipv6 ospf network point-to-point
!
interface FastEthernet0/1
 ip address 172.16.110.10 255.255.255.0
 ipv6 address 2001:172:16:110::10/64
 ipv6 ospf 100 area 0
!
router ospf 1
 network 0.0.0.0 255.255.255.255 area 0
!
ipv6 router ospf 100
!
Verification and Testing
!! -- Below output shows that wide metric is used now -- !!

R7#show clns protocol

IS-IS Router: 1
 System Id: 1921.6800.1007.00 IS-Type: level-1
 Manual area address(es): 
 49.0002
 Routing for area address(es): 
 49.0002
 Interfaces supported by IS-IS:
 FastEthernet0/1 - IP - IPv6
 FastEthernet0/0 - IP - IPv6
 Passive interface: 
 Loopback0
 Redistribute:
 static (on by default)
 Distance for L2 CLNS routes: 110
 RRR level: none
 Generate narrow metrics: none
 Accept narrow metrics: none
 Generate wide metrics: level-1-2
 Accept wide metrics: level-1-2
 
!! -- MT-IPv6 shows that Multi Topology is in use now -- !!
!! -- Which is different topology for IPv4 and IPv6 -- !!

R7#show isis database detail

Tag 1:
IS-IS Level-1 Link State Database:
LSPID LSP Seq Num LSP Checksum LSP Holdtime ATT/P/OL
R5.00-00 0x00000003 0xB859 936 1/0/0
 Area Address: 49.0002
 Topology: IPv4 (0x0) 
 IPv6 (0x4002 ATT) 
 NLPID: 0xCC 0x8E 
 Hostname: R5
 IP Address: 192.168.1.5
 Metric: 10 IP 10.1.57.0/24
 Metric: 10 IP 10.1.25.0/24
 Metric: 10 IP 10.1.56.0/24
 Metric: 0 IP 192.168.1.5/32
 IPv6 Address: 2001:192:168:1::5
 Metric: 10 IPv6 (MT-IPv6) 2001:10:1:57::/64
 Metric: 10 IPv6 (MT-IPv6) 2001:10:1:25::/64
 Metric: 10 IPv6 (MT-IPv6) 2001:10:1:56::/64
 Metric: 0 IPv6 (MT-IPv6) 2001:192:168:1::5/128
 Metric: 10 IS-Extended R6.03
 Metric: 10 IS-Extended R7.00
 Metric: 10 IS (MT-IPv6) R6.03
 Metric: 10 IS (MT-IPv6) R7.00
R6.00-00 0x00000005 0x387F 943 1/0/0
 Area Address: 49.0002
 Topology: IPv4 (0x0) 
 IPv6 (0x4002 ATT) 
 NLPID: 0xCC 0x8E 
 Hostname: R6
 IP Address: 192.168.1.6
 Metric: 10 IP 10.1.67.0/24
 Metric: 10 IP 10.1.46.0/24
 Metric: 10 IP 10.1.56.0/24
 Metric: 0 IP 192.168.1.6/32
 IPv6 Address: 2001:192:168:1::6
 Metric: 10 IPv6 (MT-IPv6) 2001:10:1:67::/64
 Metric: 10 IPv6 (MT-IPv6) 2001:10:1:46::/64
 Metric: 10 IPv6 (MT-IPv6) 2001:10:1:56::/64
 Metric: 0 IPv6 (MT-IPv6) 2001:192:168:1::6/128
 Metric: 10 IS-Extended R6.03
 Metric: 10 IS-Extended R7.01
 Metric: 10 IS (MT-IPv6) R6.03
 Metric: 10 IS (MT-IPv6) R7.01
R6.03-00 0x00000001 0x73A7 929 0/0/0
 Metric: 0 IS-Extended R6.00
 Metric: 0 IS-Extended R5.00
R7.00-00 * 0x00000003 0x66A9 930 0/0/0
 Area Address: 49.0002
 Topology: IPv4 (0x0) 
 IPv6 (0x2) 
 NLPID: 0xCC 0x8E 
 Hostname: R7
 IP Address: 192.168.1.7
 Metric: 10 IP 10.1.57.0/24
 Metric: 20 IP 10.1.67.0/24
 Metric: 0 IP 192.168.1.7/32
 IPv6 Address: 2001:192:168:1::7
 Metric: 20 IPv6 (MT-IPv6) 2001:10:1:57::/64
 Metric: 10 IPv6 (MT-IPv6) 2001:10:1:67::/64
 Metric: 0 IPv6 (MT-IPv6) 2001:192:168:1::7/128
 Metric: 20 IS-Extended R7.01
 Metric: 10 IS-Extended R5.00
 Metric: 10 IS (MT-IPv6) R7.01
 Metric: 20 IS (MT-IPv6) R5.00
R7.01-00 * 0x00000001 0x9487 927 0/0/0
 Metric: 0 IS-Extended R7.00
 Metric: 0 IS-Extended R6.00

Ping and Traceroute
!! -- Now IPv4 routing is preferred via Fa0/0 -- !!
!! -- And IPv6 routing is preferred via Fa0/1 -- !!

R7#show ip route 
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
 D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area 
 N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
 E1 - OSPF external type 1, E2 - OSPF external type 2
 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
 ia - IS-IS inter area, * - candidate default, U - per-user static route
 o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
 + - replicated route, % - next hop override

Gateway of last resort is 10.1.57.5 to network 0.0.0.0

i*L1 0.0.0.0/0 [115/10] via 10.1.57.5, 00:08:09, FastEthernet0/0
 10.0.0.0/8 is variably subnetted, 7 subnets, 2 masks
i L1 10.1.25.0/24 [115/20] via 10.1.57.5, 00:08:19, FastEthernet0/0
i L1 10.1.46.0/24 [115/30] via 10.1.67.6, 00:08:19, FastEthernet0/1
 [115/30] via 10.1.57.5, 00:08:19, FastEthernet0/0
i L1 10.1.56.0/24 [115/20] via 10.1.57.5, 00:08:19, FastEthernet0/0
C 10.1.57.0/24 is directly connected, FastEthernet0/0
L 10.1.57.7/32 is directly connected, FastEthernet0/0
C 10.1.67.0/24 is directly connected, FastEthernet0/1
L 10.1.67.7/32 is directly connected, FastEthernet0/1
 192.168.1.0/32 is subnetted, 3 subnets
i L1 192.168.1.5 [115/10] via 10.1.57.5, 00:08:19, FastEthernet0/0
i L1 192.168.1.6 [115/20] via 10.1.67.6, 00:08:19, FastEthernet0/1
 [115/20] via 10.1.57.5, 00:08:19, FastEthernet0/0
C 192.168.1.7 is directly connected, Loopback0

R7#show ipv6 route
IPv6 Routing Table - default - 12 entries
Codes: C - Connected, L - Local, S - Static, U - Per-user Static route
 B - BGP, HA - Home Agent, MR - Mobile Router, R - RIP
 H - NHRP, I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea
 IS - ISIS summary, D - EIGRP, EX - EIGRP external, NM - NEMO
 ND - ND Default, NDp - ND Prefix, DCE - Destination, NDr - Redirect
 O - OSPF Intra, OI - OSPF Inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2
 ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2, l - LISP
I1 ::/0 [115/10]
 via FE80::C801:11FF:FEB0:8, FastEthernet0/1
I1 2001:10:1:25::/64 [115/30]
 via FE80::C800:11FF:FEB0:8, FastEthernet0/0
 via FE80::C801:11FF:FEB0:8, FastEthernet0/1
I1 2001:10:1:46::/64 [115/20]
 via FE80::C801:11FF:FEB0:8, FastEthernet0/1
I1 2001:10:1:56::/64 [115/20]
 via FE80::C801:11FF:FEB0:8, FastEthernet0/1
C 2001:10:1:57::/64 [0/0]
 via FastEthernet0/0, directly connected
L 2001:10:1:57::7/128 [0/0]
 via FastEthernet0/0, receive
C 2001:10:1:67::/64 [0/0]
 via FastEthernet0/1, directly connected
L 2001:10:1:67::7/128 [0/0]
 via FastEthernet0/1, receive
I1 2001:192:168:1::5/128 [115/20]
 via FE80::C800:11FF:FEB0:8, FastEthernet0/0
 via FE80::C801:11FF:FEB0:8, FastEthernet0/1
I1 2001:192:168:1::6/128 [115/10]
 via FE80::C801:11FF:FEB0:8, FastEthernet0/1
LC 2001:192:168:1::7/128 [0/0]
 via Loopback0, receive
L FF00::/8 [0/0]
 via Null0, receive
 
R7#
interface FastEthernet0/0
 ip address 10.1.57.7 255.255.255.0
 ip router isis 1
 duplex full
 speed 100
 ipv6 address 2001:10:1:57::7/64
 ipv6 router isis 1
 isis network point-to-point 
 isis ipv6 metric 20
!
interface FastEthernet0/1
 ip address 10.1.67.7 255.255.255.0
 ip router isis 1
 duplex full
 speed 100
 ipv6 address 2001:10:1:67::7/64
 ipv6 router isis 1
 isis metric 20
!

R7#show ip route 0.0.0.0
Routing entry for 0.0.0.0/0, supernet
 Known via "isis", distance 115, metric 10, candidate default path, type level-1
 Redistributing via isis 1
 Last update from 10.1.57.5 on FastEthernet0/0, 00:09:02 ago
 Routing Descriptor Blocks:
 * 10.1.57.5, from 192.168.1.5, 00:09:02 ago, via FastEthernet0/0
 Route metric is 10, traffic share count is 1
 
R7#show ipv6 route ::/0
Routing entry for ::/0
 Known via "isis 1", distance 115, metric 10, type level-1
 Route count is 1/1, share count 0
 Routing paths:
 FE80::C801:11FF:FEB0:8, FastEthernet0/1
 Last updated 00:09:08 ago

!!-- Ping R10 IPv4 network from R7 --!!

R7#ping 172.16.1.1 source loopback 0
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.1.1, timeout is 2 seconds:
Packet sent with a source address of 192.168.1.7 
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 96/106/116 ms

!!-- Traceroute R10 IPv4 network from R7 --!!

R7#traceroute 172.16.1.1 source loopback 0
Type escape sequence to abort.
Tracing the route to 172.16.1.1
VRF info: (vrf in name/id, vrf out name/id)
 1 10.1.57.5 40 msec 48 msec 56 msec
 2 10.1.25.2 56 msec 56 msec 44 msec
 3 10.1.123.1 84 msec 76 msec 96 msec
 4 172.16.110.10 100 msec * 104 msec
 
!!-- Ping R10 IPv6 network from R7 --!!
 
R7#ping 2001:172:16::1 source loopback 0
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2001:172:16::1, timeout is 2 seconds:
Packet sent with a source address of 2001:192:168:1::7
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 80/100/124 ms

!!-- Traceroute R10 IPv6 network from R7 --!!

R7#traceroute ipv6
Target IPv6 address: 2001:172:16::1
Source address: 2001:192:168:1::7
Insert source routing header? [no]: 
Numeric display? [no]: 
Timeout in seconds [3]: 
Probe count [3]: 
Minimum Time to Live [1]: 
Maximum Time to Live [30]: 
Priority [0]: 
Port Number [0]: 
Type escape sequence to abort.
Tracing the route to 2001:172:16::1

1 2001:10:1:67::6 88 msec 52 msec 24 msec
 2 2001:10:1:56::5 40 msec 40 msec 48 msec
 3 2001:10:1:25::2 72 msec 60 msec 76 msec
 4 2001:10:1:123::1 96 msec 96 msec 92 msec
 5 2001:172:16:110::10 104 msec 120 msec 104 msec
 

 

Integrated IS-IS IPv4 Configuration

Integrated IS-IS for IPv4 Configuration

We will cover following topics:

  • Multiple IS-IS Areas
  • IS-IS Circuit Types
  • IS-IS Network Types
  • IS-IS Path Manipulation
  • Authentication
  • Route Leak between Areas
  • Route Summarization
  • Redistribution between IS-IS and other routing protocol
Network Topology

Tasks
  1. Configure IS-IS Area 49.0001 on R1, R2, R3 & R4.
  2. Configure IS-IS Area 49.0002 on R5, R6 & R7.
  3. Configure IS-IS Area 49.0003 on R8 & R9.
  4. Configure OSPF Area 0 between R1 Fa0/1 and R10 Fa0/1.
  5. Configure R1, R2 & R3 as IS-IS Router type Level-2 only.
  6. Configure all interfaces of R4 as IS-IS circuit type Level-2 only.
  7. R5, R6 & R8 would work in default IS-IS router type, which is L1/L2.
  8. Configure R7 & R9 as IS-IS Router type Level-1.
  9. Configure mutual redistribution between OSPF and IS-IS on R1.
  10. R7 has two equal cost default route to reach networks outside its own IS-IS Area. Increase the IS-IS link cost between R7 & R6 so that it would prefer path via R7 & R5.
  11. Configure R8 to Leak Level-2 area routes into Level-1 area.
  12. Configure R8 to send summary route 172.16.0.0/22 instead of more specific routes from 172.16.x.x network, into Level-1 area.
  13. Configure IS-IS link type point-to-point between R5 & R7.
  14. Configure IS-IS clear text authentication on link between R2 & R5.
  15. Configure IS-IS MD5 authentication on link between R4 & R6.
Configuration
R1:

hostname R1
!
ip cef
!
interface Loopback0
 ip address 192.168.1.1 255.255.255.255
!
interface FastEthernet0/0
 ip address 10.1.123.1 255.255.255.0
 ip router isis 1
!
interface FastEthernet0/1
 ip address 172.16.110.1 255.255.255.0
!
router ospf 1
 redistribute isis 1 level-1-2 subnets
 passive-interface default
 no passive-interface FastEthernet0/1
 network 172.16.110.1 0.0.0.0 area 0
 network 192.168.1.1 0.0.0.0 area 0
!
router isis 1
 net 49.0001.1921.6800.1001.00
 is-type level-2-only
 redistribute ospf 1 match internal external 1 external 2
 passive-interface Loopback0
!

R2:

hostname R2
!
ip cef
!
key chain CLEAR-TEXT-KC
 key 1
 key-string UNENCRYPTEDKEY
!
interface Loopback0
 ip address 192.168.1.2 255.255.255.255
!
interface FastEthernet0/0
 ip address 10.1.123.2 255.255.255.0
 ip router isis 1
!
interface FastEthernet0/1
 ip address 10.1.25.2 255.255.255.0
 ip router isis 1
 isis authentication mode text
 isis authentication key-chain CLEAR-TEXT-KC
!
interface FastEthernet1/0
 ip address 10.1.24.2 255.255.255.0
 ip router isis 1
!
router isis 1
 net 49.0001.1921.6800.1002.00
 is-type level-2-only
 passive-interface Loopback0
!

R3:

hostname R3
!
ip cef
!
interface Loopback0
 ip address 192.168.1.3 255.255.255.255
!
interface FastEthernet0/0
 ip address 10.1.123.3 255.255.255.0
 ip router isis 1
!
interface FastEthernet0/1
 ip address 10.1.38.3 255.255.255.0
 ip router isis 1
!
interface FastEthernet1/0
 ip address 10.1.34.3 255.255.255.0
 ip router isis 1
!
router isis 1
 net 49.0001.1921.6800.1003.00
 is-type level-2-only
 passive-interface Loopback0
!

R4:

hostname R4
!
ip cef
!
key chain MD5-SECURED-KC
 key 1
 key-string ENCRYPTEDKEY
!
interface Loopback0
 ip address 192.168.1.4 255.255.255.255
!
interface FastEthernet0/0
 ip address 10.1.34.4 255.255.255.0
 ip router isis 1
 isis circuit-type level-2-only
!
interface FastEthernet0/1
 ip address 10.1.46.4 255.255.255.0
 ip router isis 1
 isis circuit-type level-2-only
 isis authentication mode md5
 isis authentication key-chain MD5-SECURED-KC
!
interface FastEthernet1/0
 ip address 10.1.24.4 255.255.255.0
 ip router isis 1
 isis circuit-type level-2-only
!
router isis 1
 net 49.0001.1921.6800.1004.00
 passive-interface Loopback0
!

R5:

hostname R5
!
ip cef
!
key chain CLEAR-TEXT-KC
 key 1
 key-string UNENCRYPTEDKEY
!
interface Loopback0
 ip address 192.168.1.5 255.255.255.255
!
interface FastEthernet0/0
 ip address 10.1.57.5 255.255.255.0
 ip router isis 1
 isis network point-to-point 
!
interface FastEthernet0/1
 ip address 10.1.25.5 255.255.255.0
 ip router isis 1
 isis authentication mode text
 isis authentication key-chain CLEAR-TEXT-KC
!
interface FastEthernet1/0
 ip address 10.1.56.5 255.255.255.0
 ip router isis 1
!
router isis 1
 net 49.0002.1921.6800.1005.00
 passive-interface Loopback0
!

R6:

hostname R6
!
ip cef
!
key chain MD5-SECURED-KC
 key 1
 key-string ENCRYPTEDKEY
!
interface Loopback0
 ip address 192.168.1.6 255.255.255.255
!
interface FastEthernet0/0
 ip address 10.1.67.6 255.255.255.0
 ip router isis 1
!
interface FastEthernet0/1
 ip address 10.1.46.6 255.255.255.0
 ip router isis 1
 isis authentication mode md5
 isis authentication key-chain MD5-SECURED-KC
!
interface FastEthernet1/0
 ip address 10.1.56.6 255.255.255.0
 ip router isis 1
!
router isis 1
 net 49.0002.1921.6800.1006.00
 passive-interface Loopback0
!

R7:

hostname R7
!
ip cef
!
interface Loopback0
 ip address 192.168.1.7 255.255.255.255
!
interface FastEthernet0/0
 ip address 10.1.57.7 255.255.255.0
 ip router isis 1
 isis network point-to-point 
!
interface FastEthernet0/1
 ip address 10.1.67.7 255.255.255.0
 ip router isis 1
 isis metric 20
!
router isis 1
 net 49.0002.1921.6800.1007.00
 is-type level-1
 passive-interface Loopback0
!

R8:

hostname R8
!
ip cef
!
interface Loopback0
 ip address 192.168.1.8 255.255.255.255
!
interface FastEthernet0/0
 ip address 10.1.89.8 255.255.255.0
 ip router isis 1
!
interface FastEthernet0/1
 ip address 10.1.38.8 255.255.255.0
 ip router isis 1
!
router isis 1
 net 49.0003.1921.6800.1008.00
 summary-address 172.16.0.0 255.255.252.0 level-1
 redistribute isis ip level-2 into level-1 distribute-list 100
 passive-interface Loopback0
!

R9:

hostname R9
!
ip cef
!
interface Loopback0
 ip address 192.168.1.9 255.255.255.255
!
interface FastEthernet0/0
 ip address 10.1.89.9 255.255.255.0
 ip router isis 1
!
router isis 1
 net 49.0003.1921.6800.1009.00
 is-type level-1
 passive-interface Loopback0
!

R10:

hostname R10
!
ip cef
!
interface Loopback0
 ip address 192.168.1.10 255.255.255.255
!
interface Loopback1
 ip address 172.16.0.1 255.255.255.0
 ip ospf network point-to-point
!
interface Loopback2
 ip address 172.16.1.1 255.255.255.0
 ip ospf network point-to-point
!
interface Loopback3
 ip address 172.16.2.1 255.255.255.0
 ip ospf network point-to-point
!
interface Loopback4
 ip address 172.16.3.1 255.255.255.0
 ip ospf network point-to-point
!
interface FastEthernet0/1
 ip address 172.16.110.10 255.255.255.0
!
router ospf 1
 network 0.0.0.0 255.255.255.255 area 0
!

Task Specific Configuration Explanation
Task 1 – 3

We can configure router isis with or without tag. Tag is similar to OSPF process ID.

Without tag:

router isis
net xxxxxxxxx
interface x/y
ip router isis

With Tag:

router isis 1
net xxxxxxxxx
interface x/y
ip router isis 1

“passive-interface Loopback0” means the IP network configured under loopback will be advertised to IS-IS neighbors but no neighborship adjacency will be attempted.

Task 5

By default, IS-IS routes acts as Level1 and Level2 router. We can change it with “is-type” command under “router isis” configuration.

Example:
R1#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R1(config)#router isis 1
R1(config-router)#is-type ?
 level-1      Act as a station router only
 level-1-2    Act as both a station router and an area router
 level-2-only Act as an area router only
Task 6

By default, IS-IS router acting as Level1 and Level2 router, will try to establish adjacencies for both Level1 and Level2. We can change the default behavior at interface level also.

Example:
R1(config-if)#int f0/0 
R1(config-if)#isis circuit-type ?
 level-1      Level-1 only adjacencies are formed
 level-1-2    Level-1-2 adjacencies are formed
 level-2-only Level-2 only adjacencies are formed
 <cr>
Task 9

OSPF to IS-IS Redistribution

We need to define which OSPF routes need to be redistributed into IS-IS. Here we have matched all OSPF route types – internal, external type 1 (E1), external type 2 (E2)

router isis 1
 redistribute ospf 1 match internal external 1 external 2

IS-IS to OSPF Redistribution

We need to define which IS-IS routes need to be redistributed into OSPF. Here we have matched both level1 and level2 routes with their actual subnet mask.

router ospf 1
 redistribute isis 1 level-1-2 subnets
Task 10

R7 has two equal cost default route to send traffic out of area as both the links Fa0/0 & Fa0/1 have same metric 10, which is default.

R7#sh ip route 0.0.0.0
Routing entry for 0.0.0.0/0, supernet
 Known via "isis", distance 115, metric 10, candidate default path, type level-1
 Redistributing via isis 1
 Last update from 10.1.67.6 on FastEthernet0/1, 00:00:15 ago
 Routing Descriptor Blocks:
 10.1.67.6, from 192.168.1.6, 00:00:15 ago, via FastEthernet0/1
 Route metric is 10, traffic share count is 1
 * 10.1.57.5, from 192.168.1.5, 00:00:15 ago, via FastEthernet0/0
 Route metric is 10, traffic share count is 1

Let’s configure metric value 20 on link Fa0/1.

R7#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R7(config)#int f0/1
R7(config-if)#isis metric 20
R7(config-if)#end 

R7#sh ip route 0.0.0.0
Routing entry for 0.0.0.0/0, supernet
 Known via "isis", distance 115, metric 10, candidate default path, type level-1
 Redistributing via isis 1
 Last update from 10.1.57.5 on FastEthernet0/0, 00:00:19 ago
 Routing Descriptor Blocks:
 * 10.1.57.5, from 192.168.1.5, 00:00:19 ago, via FastEthernet0/0
 Route metric is 10, traffic share count is 1

R7#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R7(config)#int f0/0
R7(config-if)#shut
R7(config-if)#
*Sep 12 22:37:25.343: %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to administratively down
*Sep 12 22:37:26.343: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to down
R7(config-if)#do sh ip route 0.0.0.0
Routing entry for 0.0.0.0/0, supernet
 Known via "isis", distance 115, metric 20, candidate default path, type level-1
 Redistributing via isis 1
 Last update from 10.1.67.6 on FastEthernet0/1, 00:00:06 ago
 Routing Descriptor Blocks:
 * 10.1.67.6, from 192.168.1.6, 00:00:06 ago, via FastEthernet0/1
 Route metric is 20, traffic share count is 1
R7(config-if)#no shut
R7(config-if)#
*Sep 12 22:37:49.991: %LINK-3-UPDOWN: Interface FastEthernet0/0, changed state to up
R7(config-if)#
*Sep 12 22:37:50.991: %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
R7(config-if)#do sh ip route 0.0.0.0
Routing entry for 0.0.0.0/0, supernet
 Known via "isis", distance 115, metric 10, candidate default path, type level-1
 Redistributing via isis 1
 Last update from 10.1.57.5 on FastEthernet0/0, 00:00:15 ago
 Routing Descriptor Blocks:
 * 10.1.57.5, from 192.168.1.5, 00:00:15 ago, via FastEthernet0/0
 Route metric is 10, traffic share count is 1
Task 11

We can say IS-IS level1 area is like OSPF totally stubby area, which receives default route from ABR router to reach all destinations outside of its own area. Let’s check routing table on R9 (Level-1 Router) before leaking level2 routes into level1 area.

R9#sh ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
 D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area 
 N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
 E1 - OSPF external type 1, E2 - OSPF external type 2
 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
 ia - IS-IS inter area, * - candidate default, U - per-user static route
 o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
 + - replicated route, % - next hop override

Gateway of last resort is 10.1.89.8 to network 0.0.0.0

i*L1 0.0.0.0/0 [115/10] via 10.1.89.8, 00:59:01, FastEthernet0/0
 10.0.0.0/8 is variably subnetted, 3 subnets, 2 masks
i L1 10.1.38.0/24 [115/20] via 10.1.89.8, 00:59:01, FastEthernet0/0
C 10.1.89.0/24 is directly connected, FastEthernet0/0
L 10.1.89.9/32 is directly connected, FastEthernet0/0
 192.168.1.0/32 is subnetted, 2 subnets
i L1 192.168.1.8 [115/10] via 10.1.89.8, 00:59:01, FastEthernet0/0
C 192.168.1.9 is directly connected, Loopback0

Let’s configure route leak level2 routes into level1 on R8. We can use extended access-list or route-map to match routes, which we want to leak from level2 into level1. Here we used access-list 100 to match all level2 routes.

R8#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R8(config)#access-list 100 permit ip any any
R8(config)#router isis 1
R8(config-router)#redistribute isis ip level-2 into level-1 distribute-list 100 
R8(config-router)#end
R8#

Now check routing on R9(Level1 Router)

R9#show ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
 D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area 
 N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
 E1 - OSPF external type 1, E2 - OSPF external type 2
 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
 ia - IS-IS inter area, * - candidate default, U - per-user static route
 o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
 + - replicated route, % - next hop override

Gateway of last resort is 10.1.89.8 to network 0.0.0.0

i*L1 0.0.0.0/0 [115/10] via 10.1.89.8, 01:08:13, FastEthernet0/0
 10.0.0.0/8 is variably subnetted, 11 subnets, 2 masks
i ia 10.1.24.0/24 [115/168] via 10.1.89.8, 00:02:50, FastEthernet0/0
i ia 10.1.25.0/24 [115/168] via 10.1.89.8, 00:02:50, FastEthernet0/0
i ia 10.1.34.0/24 [115/158] via 10.1.89.8, 00:02:50, FastEthernet0/0
i L1 10.1.38.0/24 [115/20] via 10.1.89.8, 01:08:13, FastEthernet0/0
i ia 10.1.46.0/24 [115/168] via 10.1.89.8, 00:02:50, FastEthernet0/0
i ia 10.1.56.0/24 [115/178] via 10.1.89.8, 00:02:50, FastEthernet0/0
i ia 10.1.57.0/24 [115/178] via 10.1.89.8, 00:02:50, FastEthernet0/0
i ia 10.1.67.0/24 [115/178] via 10.1.89.8, 00:02:50, FastEthernet0/0
C 10.1.89.0/24 is directly connected, FastEthernet0/0
L 10.1.89.9/32 is directly connected, FastEthernet0/0
i ia 10.1.123.0/24 [115/158] via 10.1.89.8, 00:02:50, FastEthernet0/0
 172.16.0.0/24 is subnetted, 5 subnets
i ia 172.16.0.0 [115/158] via 10.1.89.8, 00:02:50, FastEthernet0/0
i ia 172.16.1.0 [115/158] via 10.1.89.8, 00:02:50, FastEthernet0/0
i ia 172.16.2.0 [115/158] via 10.1.89.8, 00:02:50, FastEthernet0/0
i ia 172.16.3.0 [115/158] via 10.1.89.8, 00:02:50, FastEthernet0/0
i ia 172.16.110.0 [115/158] via 10.1.89.8, 00:02:50, FastEthernet0/0
 192.168.1.0/32 is subnetted, 10 subnets
i ia 192.168.1.1 [115/158] via 10.1.89.8, 00:02:50, FastEthernet0/0
i ia 192.168.1.2 [115/158] via 10.1.89.8, 00:02:50, FastEthernet0/0
i ia 192.168.1.3 [115/148] via 10.1.89.8, 00:02:50, FastEthernet0/0
i ia 192.168.1.4 [115/158] via 10.1.89.8, 00:02:50, FastEthernet0/0
i ia 192.168.1.5 [115/168] via 10.1.89.8, 00:02:50, FastEthernet0/0
i ia 192.168.1.6 [115/168] via 10.1.89.8, 00:02:50, FastEthernet0/0
i ia 192.168.1.7 [115/178] via 10.1.89.8, 00:02:50, FastEthernet0/0
i L1 192.168.1.8 [115/10] via 10.1.89.8, 01:08:13, FastEthernet0/0
C 192.168.1.9 is directly connected, Loopback0
i ia 192.168.1.10 [115/158] via 10.1.89.8, 00:02:50, FastEthernet0/0
R9#
Task 12

As we have seen in previous routing table on R9, it has received four routes from 172.16.x.x network, which can be summarized into 172.16.0.0/22.

Let’s configure route summarization on R8, which is advertising these routes to R9 via route leaking.

R8#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R8(config)#router isis 1 
R8(config-router)#summary-address 172.16.0.0 255.255.252.0 ? 
 level-1   Summarize into level-1 area
 level-1-2 Summarize into both area and sub-domain
 level-2   Summarize into level-2 sub-domain
 metric    Set metric for summay route
 tag       Set tag
 <cr>

R8(config-router)#summary-address 172.16.0.0 255.255.252.0 level-1
R8(config-router)#end
R8#


!! -- When doing manual summarization the router will add a local --!!
!!-- summary route to null 0. This feature is in place to prevent --!! 
!! -- routing loops. --!!

R8#sh ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
 D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area 
 N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
 E1 - OSPF external type 1, E2 - OSPF external type 2
 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
 ia - IS-IS inter area, * - candidate default, U - per-user static route
 o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
 + - replicated route, % - next hop override

Gateway of last resort is not set

10.0.0.0/8 is variably subnetted, 12 subnets, 2 masks
i L2 10.1.24.0/24 [115/30] via 10.1.38.3, 01:16:28, FastEthernet0/1
i L2 10.1.25.0/24 [115/30] via 10.1.38.3, 01:16:28, FastEthernet0/1
i L2 10.1.34.0/24 [115/20] via 10.1.38.3, 01:16:28, FastEthernet0/1
C 10.1.38.0/24 is directly connected, FastEthernet0/1
L 10.1.38.8/32 is directly connected, FastEthernet0/1
i L2 10.1.46.0/24 [115/30] via 10.1.38.3, 01:16:28, FastEthernet0/1
i L2 10.1.56.0/24 [115/40] via 10.1.38.3, 01:16:18, FastEthernet0/1
i L2 10.1.57.0/24 [115/40] via 10.1.38.3, 01:16:28, FastEthernet0/1
i L2 10.1.67.0/24 [115/40] via 10.1.38.3, 01:16:18, FastEthernet0/1
C 10.1.89.0/24 is directly connected, FastEthernet0/0
L 10.1.89.8/32 is directly connected, FastEthernet0/0
i L2 10.1.123.0/24 [115/20] via 10.1.38.3, 01:16:28, FastEthernet0/1
 172.16.0.0/16 is variably subnetted, 6 subnets, 2 masks
i su 172.16.0.0/22 [115/20] via 0.0.0.0, 00:03:02, Null0
i L2 172.16.0.0/24 [115/20] via 10.1.38.3, 01:15:46, FastEthernet0/1
i L2 172.16.1.0/24 [115/20] via 10.1.38.3, 01:15:46, FastEthernet0/1
i L2 172.16.2.0/24 [115/20] via 10.1.38.3, 01:15:46, FastEthernet0/1
i L2 172.16.3.0/24 [115/20] via 10.1.38.3, 01:15:46, FastEthernet0/1
i L2 172.16.110.0/24 [115/20] via 10.1.38.3, 01:16:18, FastEthernet0/1
 192.168.1.0/32 is subnetted, 10 subnets
i L2 192.168.1.1 [115/20] via 10.1.38.3, 01:16:18, FastEthernet0/1
i L2 192.168.1.2 [115/20] via 10.1.38.3, 01:16:28, FastEthernet0/1
i L2 192.168.1.3 [115/10] via 10.1.38.3, 01:16:28, FastEthernet0/1
i L2 192.168.1.4 [115/20] via 10.1.38.3, 01:16:28, FastEthernet0/1
i L2 192.168.1.5 [115/30] via 10.1.38.3, 01:16:28, FastEthernet0/1
i L2 192.168.1.6 [115/30] via 10.1.38.3, 01:16:18, FastEthernet0/1
i L2 192.168.1.7 [115/40] via 10.1.38.3, 00:20:48, FastEthernet0/1
C 192.168.1.8 is directly connected, Loopback0
i L1 192.168.1.9 [115/10] via 10.1.89.9, 01:16:28, FastEthernet0/0
i L2 192.168.1.10 [115/20] via 10.1.38.3, 01:15:46, FastEthernet0/1
R8#


!! -- Now check routing table on R9. -- !!

R9#show ip route
Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
 D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area 
 N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
 E1 - OSPF external type 1, E2 - OSPF external type 2
 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
 ia - IS-IS inter area, * - candidate default, U - per-user static route
 o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
 + - replicated route, % - next hop override

Gateway of last resort is 10.1.89.8 to network 0.0.0.0

i*L1 0.0.0.0/0 [115/10] via 10.1.89.8, 01:14:25, FastEthernet0/0
 10.0.0.0/8 is variably subnetted, 11 subnets, 2 masks
i ia 10.1.24.0/24 [115/168] via 10.1.89.8, 00:09:02, FastEthernet0/0
i ia 10.1.25.0/24 [115/168] via 10.1.89.8, 00:09:02, FastEthernet0/0
i ia 10.1.34.0/24 [115/158] via 10.1.89.8, 00:09:02, FastEthernet0/0
i L1 10.1.38.0/24 [115/20] via 10.1.89.8, 01:14:25, FastEthernet0/0
i ia 10.1.46.0/24 [115/168] via 10.1.89.8, 00:09:02, FastEthernet0/0
i ia 10.1.56.0/24 [115/178] via 10.1.89.8, 00:09:02, FastEthernet0/0
i ia 10.1.57.0/24 [115/178] via 10.1.89.8, 00:09:02, FastEthernet0/0
i ia 10.1.67.0/24 [115/178] via 10.1.89.8, 00:09:02, FastEthernet0/0
C 10.1.89.0/24 is directly connected, FastEthernet0/0
L 10.1.89.9/32 is directly connected, FastEthernet0/0
i ia 10.1.123.0/24 [115/158] via 10.1.89.8, 00:09:02, FastEthernet0/0
 172.16.0.0/16 is variably subnetted, 2 subnets, 2 masks
i ia 172.16.0.0/22 [115/158] via 10.1.89.8, 00:00:58, FastEthernet0/0
i ia 172.16.110.0/24 [115/158] via 10.1.89.8, 00:09:02, FastEthernet0/0
 192.168.1.0/32 is subnetted, 10 subnets
i ia 192.168.1.1 [115/158] via 10.1.89.8, 00:09:02, FastEthernet0/0
i ia 192.168.1.2 [115/158] via 10.1.89.8, 00:09:02, FastEthernet0/0
i ia 192.168.1.3 [115/148] via 10.1.89.8, 00:09:02, FastEthernet0/0
i ia 192.168.1.4 [115/158] via 10.1.89.8, 00:09:02, FastEthernet0/0
i ia 192.168.1.5 [115/168] via 10.1.89.8, 00:09:02, FastEthernet0/0
i ia 192.168.1.6 [115/168] via 10.1.89.8, 00:09:02, FastEthernet0/0
i ia 192.168.1.7 [115/178] via 10.1.89.8, 00:09:02, FastEthernet0/0
i L1 192.168.1.8 [115/10] via 10.1.89.8, 01:14:25, FastEthernet0/0
C 192.168.1.9 is directly connected, Loopback0
i ia 192.168.1.10 [115/158] via 10.1.89.8, 00:09:02, FastEthernet0/0
R9#

Task 13 – 15  are self explanatory.

Final Verification and Testing
IS-IS Neighborship
  • “Type” column shows neighrborship type – L1, L2.
  • “Circuit Id” column shows the circuit id of DIS system on the link. Circtuit Id value would be Zero “00” on point-to-point link as there would not be any DIS on point-to-point link.

OSPF Neighborship between R1 and R10

CLNS Protocol and Interfaces
R1#show clns protocol

IS-IS Router: 1
 System Id: 1921.6800.1001.00 IS-Type: level-2
 Manual area address(es): 
 49.0001
 Routing for area address(es): 
 49.0001
 Interfaces supported by IS-IS:
 FastEthernet0/0 - IP
 Passive interface: 
 Loopback0
 Redistribute:
 static (on by default)
 Distance for L2 CLNS routes: 110
 RRR level: none
 Generate narrow metrics: level-1-2
 Accept narrow metrics: level-1-2
 Generate wide metrics: none
 Accept wide metrics: none

R1#show clns interface 
FastEthernet0/0 is up, line protocol is up
 Checksums enabled, MTU 1497, Encapsulation SAP
 ERPDUs enabled, min. interval 10 msec.
 CLNS fast switching enabled
 CLNS SSE switching disabled
 DEC compatibility mode OFF for this interface
 Next ESH/ISH in 14 seconds
 Routing Protocol: IS-IS
 Circuit Type: level-1-2
 Interface number 0x0, local circuit ID 0x1
 Level-2 Metric: 10, Priority: 64, Circuit ID: R3.01
 DR ID: R3.01
 Level-2 IPv6 Metric: 10
 Number of active level-2 adjacencies: 2
 Next IS-IS LAN Level-2 Hello in 649 milliseconds

R2#show clns protocol

IS-IS Router: 1
 System Id: 1921.6800.1002.00 IS-Type: level-2
 Manual area address(es): 
 49.0001
 Routing for area address(es): 
 49.0001
 Interfaces supported by IS-IS:
 FastEthernet1/0 - IP
 FastEthernet0/1 - IP
 FastEthernet0/0 - IP
 Passive interface: 
 Loopback0
 Redistribute:
 static (on by default)
 Distance for L2 CLNS routes: 110
 RRR level: none
 Generate narrow metrics: level-1-2
 Accept narrow metrics: level-1-2
 Generate wide metrics: none
 Accept wide metrics: none

R2#show clns interface
FastEthernet0/0 is up, line protocol is up
 Checksums enabled, MTU 1497, Encapsulation SAP
 ERPDUs enabled, min. interval 10 msec.
 CLNS fast switching enabled
 CLNS SSE switching disabled
 DEC compatibility mode OFF for this interface
 Next ESH/ISH in 15 seconds
 Routing Protocol: IS-IS
 Circuit Type: level-1-2
 Interface number 0x0, local circuit ID 0x1
 Level-2 Metric: 10, Priority: 64, Circuit ID: R3.01
 DR ID: R3.01
 Level-2 IPv6 Metric: 10
 Number of active level-2 adjacencies: 2
 Next IS-IS LAN Level-2 Hello in 1 seconds
FastEthernet0/1 is up, line protocol is up
 Checksums enabled, MTU 1497, Encapsulation SAP
 ERPDUs enabled, min. interval 10 msec.
 CLNS fast switching enabled
 CLNS SSE switching disabled
 DEC compatibility mode OFF for this interface
 Next ESH/ISH in 37 seconds
 Routing Protocol: IS-IS
 Circuit Type: level-1-2
 Interface number 0x1, local circuit ID 0x2
 Level-2 Metric: 10, Priority: 64, Circuit ID: R2.02
 DR ID: R2.02
 Level-2 IPv6 Metric: 10
 Number of active level-2 adjacencies: 1
 Next IS-IS LAN Level-2 Hello in 2 seconds
FastEthernet1/0 is up, line protocol is up
 Checksums enabled, MTU 1497, Encapsulation SAP
 ERPDUs enabled, min. interval 10 msec.
 CLNS fast switching enabled
 CLNS SSE switching disabled
 DEC compatibility mode OFF for this interface
 Next ESH/ISH in 47 seconds
 Routing Protocol: IS-IS
 Circuit Type: level-1-2
 Interface number 0x2, local circuit ID 0x3
 Level-2 Metric: 10, Priority: 64, Circuit ID: R4.03
 DR ID: R4.03
 Level-2 IPv6 Metric: 10
 Number of active level-2 adjacencies: 1
 Next IS-IS LAN Level-2 Hello in 1 seconds

R3#show clns protocol

IS-IS Router: 1
 System Id: 1921.6800.1003.00 IS-Type: level-2
 Manual area address(es): 
 49.0001
 Routing for area address(es): 
 49.0001
 Interfaces supported by IS-IS:
 FastEthernet1/0 - IP
 FastEthernet0/1 - IP
 FastEthernet0/0 - IP
 Passive interface: 
 Loopback0
 Redistribute:
 static (on by default)
 Distance for L2 CLNS routes: 110
 RRR level: none
 Generate narrow metrics: level-1-2
 Accept narrow metrics: level-1-2
 Generate wide metrics: none
 Accept wide metrics: none

R3#show clns interface
FastEthernet0/0 is up, line protocol is up
 Checksums enabled, MTU 1497, Encapsulation SAP
 ERPDUs enabled, min. interval 10 msec.
 CLNS fast switching enabled
 CLNS SSE switching disabled
 DEC compatibility mode OFF for this interface
 Next ESH/ISH in 19 seconds
 Routing Protocol: IS-IS
 Circuit Type: level-1-2
 Interface number 0x0, local circuit ID 0x1
 Level-2 Metric: 10, Priority: 64, Circuit ID: R3.01
 DR ID: R3.01
 Level-2 IPv6 Metric: 10
 Number of active level-2 adjacencies: 2
 Next IS-IS LAN Level-2 Hello in 734 milliseconds
FastEthernet0/1 is up, line protocol is up
 Checksums enabled, MTU 1497, Encapsulation SAP
 ERPDUs enabled, min. interval 10 msec.
 CLNS fast switching enabled
 CLNS SSE switching disabled
 DEC compatibility mode OFF for this interface
 Next ESH/ISH in 21 seconds
 Routing Protocol: IS-IS
 Circuit Type: level-1-2
 Interface number 0x1, local circuit ID 0x2
 Level-2 Metric: 10, Priority: 64, Circuit ID: R3.02
 DR ID: R3.02
 Level-2 IPv6 Metric: 10
 Number of active level-2 adjacencies: 1
 Next IS-IS LAN Level-2 Hello in 1 seconds
FastEthernet1/0 is up, line protocol is up
 Checksums enabled, MTU 1497, Encapsulation SAP
 ERPDUs enabled, min. interval 10 msec.
 CLNS fast switching enabled
 CLNS SSE switching disabled
 DEC compatibility mode OFF for this interface
 Next ESH/ISH in 19 seconds
 Routing Protocol: IS-IS
 Circuit Type: level-1-2
 Interface number 0x2, local circuit ID 0x3
 Level-2 Metric: 10, Priority: 64, Circuit ID: R3.03
 DR ID: R3.03
 Level-2 IPv6 Metric: 10
 Number of active level-2 adjacencies: 1
 Next IS-IS LAN Level-2 Hello in 1 seconds

R4#show clns protocol

IS-IS Router: 1
 System Id: 1921.6800.1004.00 IS-Type: level-1-2
 Manual area address(es): 
 49.0001
 Routing for area address(es): 
 49.0001
 Interfaces supported by IS-IS:
 FastEthernet1/0 - IP
 FastEthernet0/1 - IP
 FastEthernet0/0 - IP
 Passive interface: 
 Loopback0
 Redistribute:
 static (on by default)
 Distance for L2 CLNS routes: 110
 RRR level: none
 Generate narrow metrics: level-1-2
 Accept narrow metrics: level-1-2
 Generate wide metrics: none
 Accept wide metrics: none

R4#show clns interface
FastEthernet0/0 is up, line protocol is up
 Checksums enabled, MTU 1497, Encapsulation SAP
 ERPDUs enabled, min. interval 10 msec.
 CLNS fast switching enabled
 CLNS SSE switching disabled
 DEC compatibility mode OFF for this interface
 Next ESH/ISH in 46 seconds
 Routing Protocol: IS-IS
 Circuit Type: level-2
 Interface number 0x0, local circuit ID 0x1
 Level-2 Metric: 10, Priority: 64, Circuit ID: R3.03
 DR ID: R3.03
 Level-2 IPv6 Metric: 10
 Number of active level-2 adjacencies: 1
 Next IS-IS LAN Level-2 Hello in 8 seconds
FastEthernet0/1 is up, line protocol is up
 Checksums enabled, MTU 1497, Encapsulation SAP
 ERPDUs enabled, min. interval 10 msec.
 CLNS fast switching enabled
 CLNS SSE switching disabled
 DEC compatibility mode OFF for this interface
 Next ESH/ISH in 30 seconds
 Routing Protocol: IS-IS
 Circuit Type: level-2
 Interface number 0x1, local circuit ID 0x2
 Level-2 Metric: 10, Priority: 64, Circuit ID: R4.02
 DR ID: R4.02
 Level-2 IPv6 Metric: 10
 Number of active level-2 adjacencies: 1
 Next IS-IS LAN Level-2 Hello in 1 seconds
FastEthernet1/0 is up, line protocol is up
 Checksums enabled, MTU 1497, Encapsulation SAP
 ERPDUs enabled, min. interval 10 msec.
 CLNS fast switching enabled
 CLNS SSE switching disabled
 DEC compatibility mode OFF for this interface
 Next ESH/ISH in 5 seconds
 Routing Protocol: IS-IS
 Circuit Type: level-2
 Interface number 0x2, local circuit ID 0x3
 Level-2 Metric: 10, Priority: 64, Circuit ID: R4.03
 DR ID: R4.03
 Level-2 IPv6 Metric: 10
 Number of active level-2 adjacencies: 1
 Next IS-IS LAN Level-2 Hello in 1 seconds

R5#show clns protocol

IS-IS Router: 1
 System Id: 1921.6800.1005.00 IS-Type: level-1-2
 Manual area address(es): 
 49.0002
 Routing for area address(es): 
 49.0002
 Interfaces supported by IS-IS:
 FastEthernet1/0 - IP
 FastEthernet0/1 - IP
 FastEthernet0/0 - IP
 Passive interface: 
 Loopback0
 Redistribute:
 static (on by default)
 Distance for L2 CLNS routes: 110
 RRR level: none
 Generate narrow metrics: level-1-2
 Accept narrow metrics: level-1-2
 Generate wide metrics: none
 Accept wide metrics: none

R5#show clns interface
FastEthernet0/0 is up, line protocol is up
 Checksums enabled, MTU 1497, Encapsulation SAP
 ERPDUs enabled, min. interval 10 msec.
 CLNS fast switching enabled
 CLNS SSE switching disabled
 DEC compatibility mode OFF for this interface
 Next ESH/ISH in 47 seconds
 Routing Protocol: IS-IS
 Circuit Type: level-1-2
 Interface number 0x0, local circuit ID 0x100
 Neighbor System-ID: R7    <<<< Point-to-point link, no DIS
 Level-1 Metric: 10, Priority: 64, Circuit ID: R7.00
 Level-1 IPv6 Metric: 10
 Number of active level-1 adjacencies: 1
 Level-2 Metric: 10, Priority: 64, Circuit ID: R7.00
 Level-2 IPv6 Metric: 10
 Number of active level-2 adjacencies: 0
 Next IS-IS Hello in 1 seconds
 if state UP
FastEthernet0/1 is up, line protocol is up
 Checksums enabled, MTU 1497, Encapsulation SAP
 ERPDUs enabled, min. interval 10 msec.
 CLNS fast switching enabled
 CLNS SSE switching disabled
 DEC compatibility mode OFF for this interface
 Next ESH/ISH in 16 seconds
 Routing Protocol: IS-IS
 Circuit Type: level-1-2
 Interface number 0x1, local circuit ID 0x1
 Level-1 Metric: 10, Priority: 64, Circuit ID: R5.01
 DR ID: 0000.0000.0000.00      <<<< No L1 Adjacency
 Level-1 IPv6 Metric: 10
 Number of active level-1 adjacencies: 0
 Level-2 Metric: 10, Priority: 64, Circuit ID: R2.02
 DR ID: R2.02
 Level-2 IPv6 Metric: 10
 Number of active level-2 adjacencies: 1
 Next IS-IS LAN Level-1 Hello in 5 seconds
 Next IS-IS LAN Level-2 Hello in 7 seconds
FastEthernet1/0 is up, line protocol is up
 Checksums enabled, MTU 1497, Encapsulation SAP
 ERPDUs enabled, min. interval 10 msec.
 CLNS fast switching enabled
 CLNS SSE switching disabled
 DEC compatibility mode OFF for this interface
 Next ESH/ISH in 41 seconds
 Routing Protocol: IS-IS
 Circuit Type: level-1-2
 Interface number 0x2, local circuit ID 0x2
 Level-1 Metric: 10, Priority: 64, Circuit ID: R6.03
 DR ID: R6.03
 Level-1 IPv6 Metric: 10
 Number of active level-1 adjacencies: 1
 Level-2 Metric: 10, Priority: 64, Circuit ID: R6.03
 DR ID: R6.03
 Level-2 IPv6 Metric: 10
 Number of active level-2 adjacencies: 1
 Next IS-IS LAN Level-1 Hello in 7 seconds
 Next IS-IS LAN Level-2 Hello in 9 seconds


R6#show clns protocol

IS-IS Router: 1
 System Id: 1921.6800.1006.00 IS-Type: level-1-2
 Manual area address(es): 
 49.0002
 Routing for area address(es): 
 49.0002
 Interfaces supported by IS-IS:
 FastEthernet1/0 - IP
 FastEthernet0/1 - IP
 FastEthernet0/0 - IP
 Passive interface: 
 Loopback0
 Redistribute:
 static (on by default)
 Distance for L2 CLNS routes: 110
 RRR level: none
 Generate narrow metrics: level-1-2
 Accept narrow metrics: level-1-2
 Generate wide metrics: none
 Accept wide metrics: none

R6#show clns interface
FastEthernet0/0 is up, line protocol is up
 Checksums enabled, MTU 1497, Encapsulation SAP
 ERPDUs enabled, min. interval 10 msec.
 CLNS fast switching enabled
 CLNS SSE switching disabled
 DEC compatibility mode OFF for this interface
 Next ESH/ISH in 4 seconds
 Routing Protocol: IS-IS
 Circuit Type: level-1-2
 Interface number 0x0, local circuit ID 0x1
 Level-1 Metric: 10, Priority: 64, Circuit ID: R7.01
 DR ID: R7.01
 Level-1 IPv6 Metric: 10
 Number of active level-1 adjacencies: 1
 Level-2 Metric: 10, Priority: 64, Circuit ID: R6.01
 DR ID: 0000.0000.0000.00   <<<< No L2 Adjacency
 Level-2 IPv6 Metric: 10
 Number of active level-2 adjacencies: 0
 Next IS-IS LAN Level-1 Hello in 984 milliseconds
 Next IS-IS LAN Level-2 Hello in 1 seconds
FastEthernet0/1 is up, line protocol is up
 Checksums enabled, MTU 1497, Encapsulation SAP
 ERPDUs enabled, min. interval 10 msec.
 CLNS fast switching enabled
 CLNS SSE switching disabled
 DEC compatibility mode OFF for this interface
 Next ESH/ISH in 38 seconds
 Routing Protocol: IS-IS
 Circuit Type: level-1-2
 Interface number 0x1, local circuit ID 0x2
 Level-1 Metric: 10, Priority: 64, Circuit ID: R6.02
 DR ID: 0000.0000.0000.00     <<<< No L1 Adjacency
 Level-1 IPv6 Metric: 10
 Number of active level-1 adjacencies: 0
 Level-2 Metric: 10, Priority: 64, Circuit ID: R4.02
 DR ID: R4.02
 Level-2 IPv6 Metric: 10
 Number of active level-2 adjacencies: 1
 Next IS-IS LAN Level-1 Hello in 6 seconds
 Next IS-IS LAN Level-2 Hello in 575 milliseconds
FastEthernet1/0 is up, line protocol is up
 Checksums enabled, MTU 1497, Encapsulation SAP
 ERPDUs enabled, min. interval 10 msec.
 CLNS fast switching enabled
 CLNS SSE switching disabled
 DEC compatibility mode OFF for this interface
 Next ESH/ISH in 30 seconds
 Routing Protocol: IS-IS
 Circuit Type: level-1-2
 Interface number 0x2, local circuit ID 0x3
 Level-1 Metric: 10, Priority: 64, Circuit ID: R6.03
 DR ID: R6.03
 Level-1 IPv6 Metric: 10
 Number of active level-1 adjacencies: 1
 Level-2 Metric: 10, Priority: 64, Circuit ID: R6.03
 DR ID: R6.03
 Level-2 IPv6 Metric: 10
 Number of active level-2 adjacencies: 1
 Next IS-IS LAN Level-1 Hello in 1 seconds
 Next IS-IS LAN Level-2 Hello in 1 seconds

R7#show clns protocol

IS-IS Router: 1
 System Id: 1921.6800.1007.00 IS-Type: level-1
 Manual area address(es): 
 49.0002
 Routing for area address(es): 
 49.0002
 Interfaces supported by IS-IS:
 FastEthernet0/1 - IP
 FastEthernet0/0 - IP
 Passive interface: 
 Loopback0
 Redistribute:
 static (on by default)
 Distance for L2 CLNS routes: 110
 RRR level: none
 Generate narrow metrics: level-1-2
 Accept narrow metrics: level-1-2
 Generate wide metrics: none
 Accept wide metrics: none

!! -- We are using default metric (10) on Fa0/0 and defined metric--!! 
!! -- value 20 on Fa0/1. Router will prefer path via lowest metric--!!

R7#
!
interface FastEthernet0/0
 ip address 10.1.57.7 255.255.255.0
 ip router isis 1
!
interface FastEthernet0/1
 ip address 10.1.67.7 255.255.255.0
 ip router isis 1
 isis metric 20
!

R7#show clns interface
FastEthernet0/0 is up, line protocol is up
 Checksums enabled, MTU 1497, Encapsulation SAP
 ERPDUs enabled, min. interval 10 msec.
 CLNS fast switching enabled
 CLNS SSE switching disabled
 DEC compatibility mode OFF for this interface
 Next ESH/ISH in 31 seconds
 Routing Protocol: IS-IS
 Circuit Type: level-1-2
 Interface number 0x0, local circuit ID 0x100
 Neighbor System-ID: R5     <<<< Point-to-point link
 Level-1 Metric: 10, Priority: 64, Circuit ID: R7.00
 Level-1 IPv6 Metric: 10
 Number of active level-1 adjacencies: 1
 Next IS-IS Hello in 431 milliseconds
 if state UP
FastEthernet0/1 is up, line protocol is up
 Checksums enabled, MTU 1497, Encapsulation SAP
 ERPDUs enabled, min. interval 10 msec.
 CLNS fast switching enabled
 CLNS SSE switching disabled
 DEC compatibility mode OFF for this interface
 Next ESH/ISH in 26 seconds
 Routing Protocol: IS-IS
 Circuit Type: level-1-2
 Interface number 0x1, local circuit ID 0x1
 Level-1 Metric: 20, Priority: 64, Circuit ID: R7.01  
 DR ID: R7.01
 Level-1 IPv6 Metric: 10
 Number of active level-1 adjacencies: 1
 Next IS-IS LAN Level-1 Hello in 2 seconds

R8#show clns protocol

IS-IS Router: 1
 System Id: 1921.6800.1008.00 IS-Type: level-1-2
 Manual area address(es): 
 49.0003
 Routing for area address(es): 
 49.0003
 Interfaces supported by IS-IS:
 FastEthernet0/1 - IP
 FastEthernet0/0 - IP
 Passive interface: 
 Loopback0
 Redistribute:
 static (on by default)
 Distance for L2 CLNS routes: 110
 TID 0: Inter-area IP routes from L2 into L1 enabled with list 100
 RRR level: none
 Generate narrow metrics: level-1-2
 Accept narrow metrics: level-1-2
 Generate wide metrics: none
 Accept wide metrics: none

R8#show clns interface
FastEthernet0/0 is up, line protocol is up
 Checksums enabled, MTU 1497, Encapsulation SAP
 ERPDUs enabled, min. interval 10 msec.
 CLNS fast switching enabled
 CLNS SSE switching disabled
 DEC compatibility mode OFF for this interface
 Next ESH/ISH in 26 seconds
 Routing Protocol: IS-IS
 Circuit Type: level-1-2
 Interface number 0x0, local circuit ID 0x1
 Level-1 Metric: 10, Priority: 64, Circuit ID: R9.01
 DR ID: R9.01
 Level-1 IPv6 Metric: 10
 Number of active level-1 adjacencies: 1
 Level-2 Metric: 10, Priority: 64, Circuit ID: R8.01
 DR ID: 0000.0000.0000.00
 Level-2 IPv6 Metric: 10
 Number of active level-2 adjacencies: 0
 Next IS-IS LAN Level-1 Hello in 1 seconds
 Next IS-IS LAN Level-2 Hello in 1 seconds
FastEthernet0/1 is up, line protocol is up
 Checksums enabled, MTU 1497, Encapsulation SAP
 ERPDUs enabled, min. interval 10 msec.
 CLNS fast switching enabled
 CLNS SSE switching disabled
 DEC compatibility mode OFF for this interface
 Next ESH/ISH in 22 seconds
 Routing Protocol: IS-IS
 Circuit Type: level-1-2
 Interface number 0x1, local circuit ID 0x2
 Level-1 Metric: 10, Priority: 64, Circuit ID: R8.02
 DR ID: 0000.0000.0000.00
 Level-1 IPv6 Metric: 10
 Number of active level-1 adjacencies: 0
 Level-2 Metric: 10, Priority: 64, Circuit ID: R3.02
 DR ID: R3.02
 Level-2 IPv6 Metric: 10
 Number of active level-2 adjacencies: 1
 Next IS-IS LAN Level-1 Hello in 991 milliseconds
 Next IS-IS LAN Level-2 Hello in 7 seconds

R9#show clns protocol

IS-IS Router: 1
 System Id: 1921.6800.1009.00 IS-Type: level-1
 Manual area address(es): 
 49.0003
 Routing for area address(es): 
 49.0003
 Interfaces supported by IS-IS:
 FastEthernet0/0 - IP
 Passive interface: 
 Loopback0
 Redistribute:
 static (on by default)
 Distance for L2 CLNS routes: 110
 RRR level: none
 Generate narrow metrics: level-1-2
 Accept narrow metrics: level-1-2
 Generate wide metrics: none
 Accept wide metrics: none

R9#show clns interface
FastEthernet0/0 is up, line protocol is up
 Checksums enabled, MTU 1497, Encapsulation SAP
 ERPDUs enabled, min. interval 10 msec.
 CLNS fast switching enabled
 CLNS SSE switching disabled
 DEC compatibility mode OFF for this interface
 Next ESH/ISH in 20 seconds
 Routing Protocol: IS-IS
 Circuit Type: level-1-2
 Interface number 0x0, local circuit ID 0x1
 Level-1 Metric: 10, Priority: 64, Circuit ID: R9.01
 DR ID: R9.01
 Level-1 IPv6 Metric: 10
 Number of active level-1 adjacencies: 1
 Next IS-IS LAN Level-1 Hello in 2 seconds
Routing

R5, R6 and R8 are L1/L2 router and setting ATT bit to advertise default route to their respective L1 neighbor routers.

R1#show ip route 

Codes: L - local, C - connected, S - static, R - RIP, M - mobile, B - BGP
 D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area 
 N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
 E1 - OSPF external type 1, E2 - OSPF external type 2
 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
 ia - IS-IS inter area, * - candidate default, U - per-user static route
 o - ODR, P - periodic downloaded static route, H - NHRP, l - LISP
 + - replicated route, % - next hop override

Gateway of last resort is not set

10.0.0.0/8 is variably subnetted, 11 subnets, 2 masks
i L2 10.1.24.0/24 [115/20] via 10.1.123.2, 02:14:25, FastEthernet0/0
i L2 10.1.25.0/24 [115/20] via 10.1.123.2, 02:14:25, FastEthernet0/0
i L2 10.1.34.0/24 [115/20] via 10.1.123.3, 02:14:12, FastEthernet0/0
i L2 10.1.38.0/24 [115/20] via 10.1.123.3, 02:14:12, FastEthernet0/0
i L2 10.1.46.0/24 [115/30] via 10.1.123.3, 02:14:12, FastEthernet0/0
 [115/30] via 10.1.123.2, 02:14:12, FastEthernet0/0
i L2 10.1.56.0/24 [115/30] via 10.1.123.2, 02:14:12, FastEthernet0/0
i L2 10.1.57.0/24 [115/30] via 10.1.123.2, 02:14:12, FastEthernet0/0
i L2 10.1.67.0/24 [115/40] via 10.1.123.3, 02:14:02, FastEthernet0/0
 [115/40] via 10.1.123.2, 02:14:02, FastEthernet0/0
i L2 10.1.89.0/24 [115/30] via 10.1.123.3, 02:14:12, FastEthernet0/0
C 10.1.123.0/24 is directly connected, FastEthernet0/0
L 10.1.123.1/32 is directly connected, FastEthernet0/0
 172.16.0.0/16 is variably subnetted, 6 subnets, 2 masks
O 172.16.0.0/24 [110/2] via 172.16.110.10, 02:13:36, FastEthernet0/1
O 172.16.1.0/24 [110/2] via 172.16.110.10, 02:13:36, FastEthernet0/1
O 172.16.2.0/24 [110/2] via 172.16.110.10, 02:13:36, FastEthernet0/1
O 172.16.3.0/24 [110/2] via 172.16.110.10, 02:13:36, FastEthernet0/1
C 172.16.110.0/24 is directly connected, FastEthernet0/1
L 172.16.110.1/32 is directly connected, FastEthernet0/1
 192.168.1.0/32 is subnetted, 10 subnets
C 192.168.1.1 is directly connected, Loopback0
i L2 192.168.1.2 [115/10] via 10.1.123.2, 02:14:25, FastEthernet0/0
i L2 192.168.1.3 [115/10] via 10.1.123.3, 02:14:12, FastEthernet0/0
i L2 192.168.1.4 [115/20] via 10.1.123.3, 02:14:12, FastEthernet0/0
 [115/20] via 10.1.123.2, 02:14:12, FastEthernet0/0
i L2 192.168.1.5 [115/20] via 10.1.123.2, 02:14:12, FastEthernet0/0
i L2 192.168.1.6 [115/30] via 10.1.123.3, 02:14:02, FastEthernet0/0
 [115/30] via 10.1.123.2, 02:14:02, FastEthernet0/0
i L2 192.168.1.7 [115/30] via 10.1.123.2, 02:14:12, FastEthernet0/0
i L2 192.168.1.8 [115/20] via 10.1.123.3, 02:14:12, FastEthernet0/0
i L2 192.168.1.9 [115/30] via 10.1.123.3, 02:14:02, FastEthernet0/0
O 192.168.1.10 [110/2] via 172.16.110.10, 02:13:36, FastEthernet0/1


R2#show ip route | beg Gate
Gateway of last resort is not set

10.0.0.0/8 is variably subnetted, 13 subnets, 2 masks
C 10.1.24.0/24 is directly connected, FastEthernet1/0
L 10.1.24.2/32 is directly connected, FastEthernet1/0
C 10.1.25.0/24 is directly connected, FastEthernet0/1
L 10.1.25.2/32 is directly connected, FastEthernet0/1
i L2 10.1.34.0/24 [115/20] via 10.1.123.3, 02:14:10, FastEthernet0/0
 [115/20] via 10.1.24.4, 02:14:10, FastEthernet1/0
i L2 10.1.38.0/24 [115/20] via 10.1.123.3, 02:14:10, FastEthernet0/0
i L2 10.1.46.0/24 [115/20] via 10.1.24.4, 02:14:10, FastEthernet1/0
i L2 10.1.56.0/24 [115/20] via 10.1.25.5, 02:14:10, FastEthernet0/1
i L2 10.1.57.0/24 [115/20] via 10.1.25.5, 02:14:10, FastEthernet0/1
i L2 10.1.67.0/24 [115/30] via 10.1.25.5, 02:14:00, FastEthernet0/1
 [115/30] via 10.1.24.4, 02:14:00, FastEthernet1/0
i L2 10.1.89.0/24 [115/30] via 10.1.123.3, 02:14:10, FastEthernet0/0
C 10.1.123.0/24 is directly connected, FastEthernet0/0
L 10.1.123.2/32 is directly connected, FastEthernet0/0
 172.16.0.0/24 is subnetted, 5 subnets
i L2 172.16.0.0 [115/10] via 10.1.123.1, 02:13:35, FastEthernet0/0
i L2 172.16.1.0 [115/10] via 10.1.123.1, 02:13:35, FastEthernet0/0
i L2 172.16.2.0 [115/10] via 10.1.123.1, 02:13:35, FastEthernet0/0
i L2 172.16.3.0 [115/10] via 10.1.123.1, 02:13:35, FastEthernet0/0
i L2 172.16.110.0 [115/10] via 10.1.123.1, 02:14:20, FastEthernet0/0
 192.168.1.0/32 is subnetted, 10 subnets
i L2 192.168.1.1 [115/10] via 10.1.123.1, 02:14:20, FastEthernet0/0
C 192.168.1.2 is directly connected, Loopback0
i L2 192.168.1.3 [115/10] via 10.1.123.3, 02:14:10, FastEthernet0/0
i L2 192.168.1.4 [115/10] via 10.1.24.4, 02:14:10, FastEthernet1/0
i L2 192.168.1.5 [115/10] via 10.1.25.5, 02:14:10, FastEthernet0/1
i L2 192.168.1.6 [115/20] via 10.1.25.5, 02:14:00, FastEthernet0/1
 [115/20] via 10.1.24.4, 02:14:00, FastEthernet1/0
i L2 192.168.1.7 [115/20] via 10.1.25.5, 02:14:10, FastEthernet0/1
i L2 192.168.1.8 [115/20] via 10.1.123.3, 02:14:10, FastEthernet0/0
i L2 192.168.1.9 [115/30] via 10.1.123.3, 02:14:00, FastEthernet0/0
i L2 192.168.1.10 [115/10] via 10.1.123.1, 02:13:35, FastEthernet0/0


R3#show ip route | beg Gate
Gateway of last resort is not set

10.0.0.0/8 is variably subnetted, 13 subnets, 2 masks
i L2 10.1.24.0/24 [115/20] via 10.1.123.2, 02:14:14, FastEthernet0/0
 [115/20] via 10.1.34.4, 02:14:14, FastEthernet1/0
i L2 10.1.25.0/24 [115/20] via 10.1.123.2, 02:14:14, FastEthernet0/0
C 10.1.34.0/24 is directly connected, FastEthernet1/0
L 10.1.34.3/32 is directly connected, FastEthernet1/0
C 10.1.38.0/24 is directly connected, FastEthernet0/1
L 10.1.38.3/32 is directly connected, FastEthernet0/1
i L2 10.1.46.0/24 [115/20] via 10.1.34.4, 02:14:14, FastEthernet1/0
i L2 10.1.56.0/24 [115/30] via 10.1.123.2, 02:14:14, FastEthernet0/0
 [115/30] via 10.1.34.4, 02:14:14, FastEthernet1/0
i L2 10.1.57.0/24 [115/30] via 10.1.123.2, 02:14:14, FastEthernet0/0
i L2 10.1.67.0/24 [115/30] via 10.1.34.4, 02:14:14, FastEthernet1/0
i L2 10.1.89.0/24 [115/20] via 10.1.38.8, 02:14:14, FastEthernet0/1
C 10.1.123.0/24 is directly connected, FastEthernet0/0
L 10.1.123.3/32 is directly connected, FastEthernet0/0
 172.16.0.0/24 is subnetted, 5 subnets
i L2 172.16.0.0 [115/10] via 10.1.123.1, 02:13:35, FastEthernet0/0
i L2 172.16.1.0 [115/10] via 10.1.123.1, 02:13:35, FastEthernet0/0
i L2 172.16.2.0 [115/10] via 10.1.123.1, 02:13:35, FastEthernet0/0
i L2 172.16.3.0 [115/10] via 10.1.123.1, 02:13:35, FastEthernet0/0
i L2 172.16.110.0 [115/10] via 10.1.123.1, 02:14:14, FastEthernet0/0
 192.168.1.0/32 is subnetted, 10 subnets
i L2 192.168.1.1 [115/10] via 10.1.123.1, 02:14:14, FastEthernet0/0
i L2 192.168.1.2 [115/10] via 10.1.123.2, 02:14:14, FastEthernet0/0
C 192.168.1.3 is directly connected, Loopback0
i L2 192.168.1.4 [115/10] via 10.1.34.4, 02:14:14, FastEthernet1/0
i L2 192.168.1.5 [115/20] via 10.1.123.2, 02:14:14, FastEthernet0/0
i L2 192.168.1.6 [115/20] via 10.1.34.4, 02:14:14, FastEthernet1/0
i L2 192.168.1.7 [115/30] via 10.1.123.2, 02:14:14, FastEthernet0/0
 [115/30] via 10.1.34.4, 02:14:14, FastEthernet1/0
i L2 192.168.1.8 [115/10] via 10.1.38.8, 02:14:14, FastEthernet0/1
i L2 192.168.1.9 [115/20] via 10.1.38.8, 02:14:04, FastEthernet0/1
i L2 192.168.1.10 [115/10] via 10.1.123.1, 02:13:35, FastEthernet0/0


R4#show ip route | beg Gate
Gateway of last resort is not set

10.0.0.0/8 is variably subnetted, 13 subnets, 2 masks
C 10.1.24.0/24 is directly connected, FastEthernet1/0
L 10.1.24.4/32 is directly connected, FastEthernet1/0
i L2 10.1.25.0/24 [115/20] via 10.1.24.2, 02:14:16, FastEthernet1/0
C 10.1.34.0/24 is directly connected, FastEthernet0/0
L 10.1.34.4/32 is directly connected, FastEthernet0/0
i L2 10.1.38.0/24 [115/20] via 10.1.34.3, 02:14:06, FastEthernet0/0
C 10.1.46.0/24 is directly connected, FastEthernet0/1
L 10.1.46.4/32 is directly connected, FastEthernet0/1
i L2 10.1.56.0/24 [115/20] via 10.1.46.6, 02:14:06, FastEthernet0/1
i L2 10.1.57.0/24 [115/30] via 10.1.46.6, 02:14:06, FastEthernet0/1
 [115/30] via 10.1.24.2, 02:14:06, FastEthernet1/0
i L2 10.1.67.0/24 [115/20] via 10.1.46.6, 02:14:06, FastEthernet0/1
i L2 10.1.89.0/24 [115/30] via 10.1.34.3, 02:14:06, FastEthernet0/0
i L2 10.1.123.0/24 [115/20] via 10.1.34.3, 02:14:06, FastEthernet0/0
 [115/20] via 10.1.24.2, 02:14:06, FastEthernet1/0
 172.16.0.0/24 is subnetted, 5 subnets
i L2 172.16.0.0 [115/20] via 10.1.34.3, 02:13:35, FastEthernet0/0
 [115/20] via 10.1.24.2, 02:13:35, FastEthernet1/0
i L2 172.16.1.0 [115/20] via 10.1.34.3, 02:13:35, FastEthernet0/0
 [115/20] via 10.1.24.2, 02:13:35, FastEthernet1/0
i L2 172.16.2.0 [115/20] via 10.1.34.3, 02:13:35, FastEthernet0/0
 [115/20] via 10.1.24.2, 02:13:35, FastEthernet1/0
i L2 172.16.3.0 [115/20] via 10.1.34.3, 02:13:35, FastEthernet0/0
 [115/20] via 10.1.24.2, 02:13:35, FastEthernet1/0
i L2 172.16.110.0 [115/20] via 10.1.34.3, 02:14:06, FastEthernet0/0
 [115/20] via 10.1.24.2, 02:14:06, FastEthernet1/0
 192.168.1.0/32 is subnetted, 10 subnets
i L2 192.168.1.1 [115/20] via 10.1.34.3, 02:14:06, FastEthernet0/0
 [115/20] via 10.1.24.2, 02:14:06, FastEthernet1/0
i L2 192.168.1.2 [115/10] via 10.1.24.2, 02:14:16, FastEthernet1/0
i L2 192.168.1.3 [115/10] via 10.1.34.3, 02:14:06, FastEthernet0/0
C 192.168.1.4 is directly connected, Loopback0
i L2 192.168.1.5 [115/20] via 10.1.46.6, 02:14:06, FastEthernet0/1
 [115/20] via 10.1.24.2, 02:14:06, FastEthernet1/0
i L2 192.168.1.6 [115/10] via 10.1.46.6, 02:14:06, FastEthernet0/1
i L2 192.168.1.7 [115/20] via 10.1.46.6, 02:14:06, FastEthernet0/1
i L2 192.168.1.8 [115/20] via 10.1.34.3, 02:14:06, FastEthernet0/0
i L2 192.168.1.9 [115/30] via 10.1.34.3, 02:14:06, FastEthernet0/0
i L2 192.168.1.10 [115/20] via 10.1.34.3, 02:13:35, FastEthernet0/0
 [115/20] via 10.1.24.2, 02:13:35, FastEthernet1/0

R5#show ip route | beg Gate
Gateway of last resort is not set

10.0.0.0/8 is variably subnetted, 13 subnets, 2 masks
i L2 10.1.24.0/24 [115/20] via 10.1.25.2, 02:14:16, FastEthernet0/1
C 10.1.25.0/24 is directly connected, FastEthernet0/1
L 10.1.25.5/32 is directly connected, FastEthernet0/1
i L2 10.1.34.0/24 [115/30] via 10.1.56.6, 02:14:06, FastEthernet1/0
 [115/30] via 10.1.25.2, 02:14:06, FastEthernet0/1
i L2 10.1.38.0/24 [115/30] via 10.1.25.2, 02:14:06, FastEthernet0/1
i L1 10.1.46.0/24 [115/20] via 10.1.56.6, 02:14:06, FastEthernet1/0
C 10.1.56.0/24 is directly connected, FastEthernet1/0
L 10.1.56.5/32 is directly connected, FastEthernet1/0
C 10.1.57.0/24 is directly connected, FastEthernet0/0
L 10.1.57.5/32 is directly connected, FastEthernet0/0
i L1 10.1.67.0/24 [115/20] via 10.1.56.6, 02:14:06, FastEthernet1/0
i L2 10.1.89.0/24 [115/40] via 10.1.25.2, 02:14:06, FastEthernet0/1
i L2 10.1.123.0/24 [115/20] via 10.1.25.2, 02:14:16, FastEthernet0/1
 172.16.0.0/24 is subnetted, 5 subnets
i L2 172.16.0.0 [115/20] via 10.1.25.2, 02:13:34, FastEthernet0/1
i L2 172.16.1.0 [115/20] via 10.1.25.2, 02:13:34, FastEthernet0/1
i L2 172.16.2.0 [115/20] via 10.1.25.2, 02:13:34, FastEthernet0/1
i L2 172.16.3.0 [115/20] via 10.1.25.2, 02:13:34, FastEthernet0/1
i L2 172.16.110.0 [115/20] via 10.1.25.2, 02:14:16, FastEthernet0/1
 192.168.1.0/32 is subnetted, 10 subnets
i L2 192.168.1.1 [115/20] via 10.1.25.2, 02:14:16, FastEthernet0/1
i L2 192.168.1.2 [115/10] via 10.1.25.2, 02:14:16, FastEthernet0/1
i L2 192.168.1.3 [115/20] via 10.1.25.2, 02:14:06, FastEthernet0/1
i L2 192.168.1.4 [115/20] via 10.1.56.6, 02:14:06, FastEthernet1/0
 [115/20] via 10.1.25.2, 02:14:06, FastEthernet0/1
C 192.168.1.5 is directly connected, Loopback0
i L1 192.168.1.6 [115/10] via 10.1.56.6, 02:14:06, FastEthernet1/0
i L1 192.168.1.7 [115/10] via 10.1.57.7, 02:14:16, FastEthernet0/0
i L2 192.168.1.8 [115/30] via 10.1.25.2, 02:14:06, FastEthernet0/1
i L2 192.168.1.9 [115/40] via 10.1.25.2, 02:14:06, FastEthernet0/1
i L2 192.168.1.10 [115/20] via 10.1.25.2, 02:13:34, FastEthernet0/1

R6#show ip route | beg Gate
Gateway of last resort is not set

10.0.0.0/8 is variably subnetted, 13 subnets, 2 masks
i L2 10.1.24.0/24 [115/20] via 10.1.46.4, 02:14:14, FastEthernet0/1
i L1 10.1.25.0/24 [115/20] via 10.1.56.5, 02:14:14, FastEthernet1/0
i L2 10.1.34.0/24 [115/20] via 10.1.46.4, 02:14:14, FastEthernet0/1
i L2 10.1.38.0/24 [115/30] via 10.1.46.4, 02:14:04, FastEthernet0/1
C 10.1.46.0/24 is directly connected, FastEthernet0/1
L 10.1.46.6/32 is directly connected, FastEthernet0/1
C 10.1.56.0/24 is directly connected, FastEthernet1/0
L 10.1.56.6/32 is directly connected, FastEthernet1/0
i L1 10.1.57.0/24 [115/20] via 10.1.67.7, 02:14:14, FastEthernet0/0
 [115/20] via 10.1.56.5, 02:14:14, FastEthernet1/0
C 10.1.67.0/24 is directly connected, FastEthernet0/0
L 10.1.67.6/32 is directly connected, FastEthernet0/0
i L2 10.1.89.0/24 [115/40] via 10.1.46.4, 02:14:04, FastEthernet0/1
i L2 10.1.123.0/24 [115/30] via 10.1.56.5, 02:14:04, FastEthernet1/0
 [115/30] via 10.1.46.4, 02:14:04, FastEthernet0/1
 172.16.0.0/24 is subnetted, 5 subnets
i L2 172.16.0.0 [115/30] via 10.1.56.5, 02:13:35, FastEthernet1/0
 [115/30] via 10.1.46.4, 02:13:35, FastEthernet0/1
i L2 172.16.1.0 [115/30] via 10.1.56.5, 02:13:35, FastEthernet1/0
 [115/30] via 10.1.46.4, 02:13:35, FastEthernet0/1
i L2 172.16.2.0 [115/30] via 10.1.56.5, 02:13:35, FastEthernet1/0
 [115/30] via 10.1.46.4, 02:13:35, FastEthernet0/1
i L2 172.16.3.0 [115/30] via 10.1.56.5, 02:13:35, FastEthernet1/0
 [115/30] via 10.1.46.4, 02:13:35, FastEthernet0/1
i L2 172.16.110.0 [115/30] via 10.1.56.5, 02:14:04, FastEthernet1/0
 [115/30] via 10.1.46.4, 02:14:04, FastEthernet0/1
 192.168.1.0/32 is subnetted, 10 subnets
i L2 192.168.1.1 [115/30] via 10.1.56.5, 02:14:04, FastEthernet1/0
 [115/30] via 10.1.46.4, 02:14:04, FastEthernet0/1
i L2 192.168.1.2 [115/20] via 10.1.56.5, 02:14:04, FastEthernet1/0
 [115/20] via 10.1.46.4, 02:14:04, FastEthernet0/1
i L2 192.168.1.3 [115/20] via 10.1.46.4, 02:14:04, FastEthernet0/1
i L2 192.168.1.4 [115/10] via 10.1.46.4, 02:14:14, FastEthernet0/1
i L1 192.168.1.5 [115/10] via 10.1.56.5, 02:14:14, FastEthernet1/0
C 192.168.1.6 is directly connected, Loopback0
i L1 192.168.1.7 [115/10] via 10.1.67.7, 02:14:14, FastEthernet0/0
i L2 192.168.1.8 [115/30] via 10.1.46.4, 02:14:04, FastEthernet0/1
i L2 192.168.1.9 [115/40] via 10.1.46.4, 02:14:04, FastEthernet0/1
i L2 192.168.1.10 [115/30] via 10.1.56.5, 02:13:35, FastEthernet1/0
 [115/30] via 10.1.46.4, 02:13:35, FastEthernet0/1


R7#show ip route | beg Gate
Gateway of last resort is 10.1.57.5 to network 0.0.0.0

i*L1 0.0.0.0/0 [115/10] via 10.1.57.5, 02:14:15, FastEthernet0/0
 10.0.0.0/8 is variably subnetted, 7 subnets, 2 masks
i L1 10.1.25.0/24 [115/20] via 10.1.57.5, 02:14:15, FastEthernet0/0
i L1 10.1.46.0/24 [115/30] via 10.1.67.6, 02:14:05, FastEthernet0/1
 [115/30] via 10.1.57.5, 02:14:05, FastEthernet0/0
i L1 10.1.56.0/24 [115/20] via 10.1.57.5, 02:14:15, FastEthernet0/0
C 10.1.57.0/24 is directly connected, FastEthernet0/0
L 10.1.57.7/32 is directly connected, FastEthernet0/0
C 10.1.67.0/24 is directly connected, FastEthernet0/1
L 10.1.67.7/32 is directly connected, FastEthernet0/1
 192.168.1.0/32 is subnetted, 3 subnets
i L1 192.168.1.5 [115/10] via 10.1.57.5, 02:14:15, FastEthernet0/0
i L1 192.168.1.6 [115/20] via 10.1.67.6, 02:14:05, FastEthernet0/1
 [115/20] via 10.1.57.5, 02:14:05, FastEthernet0/0
C 192.168.1.7 is directly connected, Loopback0


R8#show ip route | beg Gate
Gateway of last resort is not set

10.0.0.0/8 is variably subnetted, 12 subnets, 2 masks
i L2 10.1.24.0/24 [115/30] via 10.1.38.3, 02:14:08, FastEthernet0/1
i L2 10.1.25.0/24 [115/30] via 10.1.38.3, 02:14:08, FastEthernet0/1
i L2 10.1.34.0/24 [115/20] via 10.1.38.3, 02:14:08, FastEthernet0/1
C 10.1.38.0/24 is directly connected, FastEthernet0/1
L 10.1.38.8/32 is directly connected, FastEthernet0/1
i L2 10.1.46.0/24 [115/30] via 10.1.38.3, 02:14:08, FastEthernet0/1
i L2 10.1.56.0/24 [115/40] via 10.1.38.3, 02:14:08, FastEthernet0/1
i L2 10.1.57.0/24 [115/40] via 10.1.38.3, 02:14:08, FastEthernet0/1
i L2 10.1.67.0/24 [115/40] via 10.1.38.3, 02:14:08, FastEthernet0/1
C 10.1.89.0/24 is directly connected, FastEthernet0/0
L 10.1.89.8/32 is directly connected, FastEthernet0/0
i L2 10.1.123.0/24 [115/20] via 10.1.38.3, 02:14:08, FastEthernet0/1
 172.16.0.0/16 is variably subnetted, 6 subnets, 2 masks
i su 172.16.0.0/22 [115/20] via 0.0.0.0, 02:13:35, Null0 << Summary
i L2 172.16.0.0/24 [115/20] via 10.1.38.3, 02:13:35, FastEthernet0/1
i L2 172.16.1.0/24 [115/20] via 10.1.38.3, 02:13:35, FastEthernet0/1
i L2 172.16.2.0/24 [115/20] via 10.1.38.3, 02:13:35, FastEthernet0/1
i L2 172.16.3.0/24 [115/20] via 10.1.38.3, 02:13:35, FastEthernet0/1
i L2 172.16.110.0/24 [115/20] via 10.1.38.3, 02:14:08, FastEthernet0/1
 192.168.1.0/32 is subnetted, 10 subnets
i L2 192.168.1.1 [115/20] via 10.1.38.3, 02:14:08, FastEthernet0/1
i L2 192.168.1.2 [115/20] via 10.1.38.3, 02:14:08, FastEthernet0/1
i L2 192.168.1.3 [115/10] via 10.1.38.3, 02:14:08, FastEthernet0/1
i L2 192.168.1.4 [115/20] via 10.1.38.3, 02:14:08, FastEthernet0/1
i L2 192.168.1.5 [115/30] via 10.1.38.3, 02:14:08, FastEthernet0/1
i L2 192.168.1.6 [115/30] via 10.1.38.3, 02:14:08, FastEthernet0/1
i L2 192.168.1.7 [115/40] via 10.1.38.3, 02:14:08, FastEthernet0/1
C 192.168.1.8 is directly connected, Loopback0
i L1 192.168.1.9 [115/10] via 10.1.89.9, 02:14:08, FastEthernet0/0
i L2 192.168.1.10 [115/20] via 10.1.38.3, 02:13:35, FastEthernet0/1


R8#sh isis database detail

Tag 1:
IS-IS Level-1 Link State Database:
LSPID LSP Seq Num LSP Checksum LSP Holdtime ATT/P/OL
R8.00-00 * 0x0000000E 0x1EF5 756 1/0/0
 Area Address: 49.0003
 NLPID: 0xCC 
 Hostname: R8
 IP Address: 192.168.1.8
 Metric: 10 IP 10.1.89.0 255.255.255.0
 Metric: 10 IP 10.1.38.0 255.255.255.0
 Metric: 0 IP 192.168.1.8 255.255.255.255
 Metric: 10 IS R9.01
 Metric: 158 IP-Interarea 10.1.24.0 255.255.255.0
 Metric: 158 IP-Interarea 10.1.25.0 255.255.255.0
 Metric: 148 IP-Interarea 10.1.34.0 255.255.255.0
 Metric: 158 IP-Interarea 10.1.46.0 255.255.255.0
 Metric: 168 IP-Interarea 10.1.56.0 255.255.255.0
 Metric: 168 IP-Interarea 10.1.57.0 255.255.255.0
 Metric: 168 IP-Interarea 10.1.67.0 255.255.255.0
 Metric: 148 IP-Interarea 10.1.123.0 255.255.255.0
 Metric: 148 IP-Interarea 172.16.110.0 255.255.255.0
 Metric: 148 IP-Interarea 192.168.1.1 255.255.255.255
 Metric: 148 IP-Interarea 192.168.1.2 255.255.255.255
 Metric: 138 IP-Interarea 192.168.1.3 255.255.255.255
 Metric: 148 IP-Interarea 192.168.1.4 255.255.255.255
 Metric: 158 IP-Interarea 192.168.1.5 255.255.255.255
 Metric: 158 IP-Interarea 192.168.1.6 255.255.255.255
 Metric: 168 IP-Interarea 192.168.1.7 255.255.255.255
 Metric: 148 IP-Interarea 192.168.1.10 255.255.255.255
 Metric: 148 IP-Interarea 172.16.0.0 255.255.252.0
R9.00-00 0x0000000D 0xD6D4 1140 0/0/0
 Area Address: 49.0003
 NLPID: 0xCC 
 Hostname: R9
 IP Address: 192.168.1.9
 Metric: 10 IP 10.1.89.0 255.255.255.0
 Metric: 0 IP 192.168.1.9 255.255.255.255
 Metric: 10 IS R9.01
R9.01-00 0x0000000B 0x0418 469 0/0/0
 Metric: 0 IS R9.00
 Metric: 0 IS R8.00
IS-IS Level-2 Link State Database:
LSPID LSP Seq Num LSP Checksum LSP Holdtime ATT/P/OL
R1.00-00 0x0000000E 0x69D5 668 0/0/0
 Area Address: 49.0001
 NLPID: 0xCC 
 Hostname: R1
 IP Address: 192.168.1.1
 Metric: 10 IS R3.01
 Metric: 10 IP 10.1.123.0 255.255.255.0
 Metric: 0 IP-External 172.16.0.0 255.255.255.0
 Metric: 0 IP-External 172.16.1.0 255.255.255.0
 Metric: 0 IP-External 172.16.2.0 255.255.255.0
 Metric: 0 IP-External 172.16.3.0 255.255.255.0
 Metric: 0 IP-External 172.16.110.0 255.255.255.0
 Metric: 0 IP 192.168.1.1 255.255.255.255
 Metric: 0 IP-External 192.168.1.10 255.255.255.255
R2.00-00 0x0000000E 0x7B1B 473 0/0/0
 Area Address: 49.0001
 NLPID: 0xCC 
 Hostname: R2
 IP Address: 192.168.1.2
 Metric: 10 IS R2.02
 Metric: 10 IS R3.01
 Metric: 10 IS R4.03
 Metric: 10 IP 10.1.24.0 255.255.255.0
 Metric: 10 IP 10.1.25.0 255.255.255.0
 Metric: 10 IP 10.1.123.0 255.255.255.0
 Metric: 0 IP 192.168.1.2 255.255.255.255
R2.02-00 0x0000000B 0x1999 388 0/0/0
 Metric: 0 IS R2.00
 Metric: 0 IS R5.00
R3.00-00 0x0000000C 0x423B 964 0/0/0
 Area Address: 49.0001
 NLPID: 0xCC 
 Hostname: R3
 IP Address: 192.168.1.3
 Metric: 10 IS R3.03
 Metric: 10 IS R3.02
 Metric: 10 IS R3.01
 Metric: 10 IP 10.1.34.0 255.255.255.0
 Metric: 10 IP 10.1.38.0 255.255.255.0
 Metric: 10 IP 10.1.123.0 255.255.255.0
 Metric: 0 IP 192.168.1.3 255.255.255.255
R3.01-00 0x0000000B 0xACC7 528 0/0/0
 Metric: 0 IS R3.00
 Metric: 0 IS R1.00
 Metric: 0 IS R2.00
R3.02-00 0x0000000B 0x6A43 674 0/0/0
 Metric: 0 IS R3.00
 Metric: 0 IS R8.00
R3.03-00 0x0000000B 0xFEB1 678 0/0/0
 Metric: 0 IS R3.00
 Metric: 0 IS R4.00
R4.00-00 0x0000000E 0x3F0F 599 0/0/0
 Area Address: 49.0001
 NLPID: 0xCC 
 Hostname: R4
 IP Address: 192.168.1.4
 Metric: 10 IP 10.1.34.0 255.255.255.0
 Metric: 10 IP 10.1.46.0 255.255.255.0
 Metric: 10 IP 10.1.24.0 255.255.255.0
 Metric: 10 IS R4.03
 Metric: 10 IS R4.02
 Metric: 10 IS R3.03
 Metric: 0 IP 192.168.1.4 255.255.255.255
R4.02-00 0x0000000B 0x3E6F 597 0/0/0
 Metric: 0 IS R4.00
 Metric: 0 IS R6.00
R4.03-00 0x0000000C 0xD0DE 817 0/0/0
 Metric: 0 IS R4.00
 Metric: 0 IS R2.00
R5.00-00 0x0000000F 0xEE2B 589 0/0/0
 Area Address: 49.0002
 NLPID: 0xCC 
 Hostname: R5
 IP Address: 192.168.1.5
 Metric: 10 IS R2.02
 Metric: 10 IS R6.03
 Metric: 10 IP 10.1.25.0 255.255.255.0
 Metric: 20 IP 10.1.46.0 255.255.255.0
 Metric: 10 IP 10.1.56.0 255.255.255.0
 Metric: 10 IP 10.1.57.0 255.255.255.0
 Metric: 20 IP 10.1.67.0 255.255.255.0
 Metric: 0 IP 192.168.1.5 255.255.255.255
 Metric: 10 IP 192.168.1.6 255.255.255.255
 Metric: 10 IP 192.168.1.7 255.255.255.255
R6.00-00 0x0000000E 0xC253 712 0/0/0
 Area Address: 49.0002
 NLPID: 0xCC 
 Hostname: R6
 IP Address: 192.168.1.6
 Metric: 10 IS R6.03
 Metric: 10 IS R4.02
 Metric: 20 IP 10.1.25.0 255.255.255.0
 Metric: 10 IP 10.1.46.0 255.255.255.0
 Metric: 10 IP 10.1.56.0 255.255.255.0
 Metric: 20 IP 10.1.57.0 255.255.255.0
 Metric: 10 IP 10.1.67.0 255.255.255.0
 Metric: 10 IP 192.168.1.5 255.255.255.255
 Metric: 0 IP 192.168.1.6 255.255.255.255
 Metric: 10 IP 192.168.1.7 255.255.255.255
R6.03-00 0x0000000C 0x2880 993 0/0/0
 Metric: 0 IS R6.00
 Metric: 0 IS R5.00
R8.00-00 * 0x0000000E 0xB32A 983 0/0/0
 Area Address: 49.0003
 NLPID: 0xCC 
 Hostname: R8
 IP Address: 192.168.1.8
 Metric: 10 IS R3.02
 Metric: 10 IP 10.1.38.0 255.255.255.0
 Metric: 10 IP 10.1.89.0 255.255.255.0
 Metric: 0 IP 192.168.1.8 255.255.255.255
 Metric: 10 IP 192.168.1.9 255.255.255.255


R9#show ip route | beg Gate
Gateway of last resort is 10.1.89.8 to network 0.0.0.0

i*L1 0.0.0.0/0 [115/10] via 10.1.89.8, 02:14:01, FastEthernet0/0
 10.0.0.0/8 is variably subnetted, 11 subnets, 2 masks
i ia 10.1.24.0/24 [115/168] via 10.1.89.8, 02:14:01, FastEthernet0/0
i ia 10.1.25.0/24 [115/168] via 10.1.89.8, 02:14:01, FastEthernet0/0
i ia 10.1.34.0/24 [115/158] via 10.1.89.8, 02:14:01, FastEthernet0/0
i L1 10.1.38.0/24 [115/20] via 10.1.89.8, 02:14:18, FastEthernet0/0
i ia 10.1.46.0/24 [115/168] via 10.1.89.8, 02:14:01, FastEthernet0/0
i ia 10.1.56.0/24 [115/178] via 10.1.89.8, 02:14:01, FastEthernet0/0
i ia 10.1.57.0/24 [115/178] via 10.1.89.8, 02:14:01, FastEthernet0/0
i ia 10.1.67.0/24 [115/178] via 10.1.89.8, 02:14:01, FastEthernet0/0
C 10.1.89.0/24 is directly connected, FastEthernet0/0
L 10.1.89.9/32 is directly connected, FastEthernet0/0
i ia 10.1.123.0/24 [115/158] via 10.1.89.8, 02:14:01, FastEthernet0/0
 172.16.0.0/16 is variably subnetted, 2 subnets, 2 masks
i ia 172.16.0.0/22 [115/158] via 10.1.89.8, 02:13:32, FastEthernet0/0
i ia 172.16.110.0/24 [115/158] via 10.1.89.8, 02:14:01, FastEthernet0/0
 192.168.1.0/32 is subnetted, 10 subnets
i ia 192.168.1.1 [115/158] via 10.1.89.8, 02:14:01, FastEthernet0/0
i ia 192.168.1.2 [115/158] via 10.1.89.8, 02:14:01, FastEthernet0/0
i ia 192.168.1.3 [115/148] via 10.1.89.8, 02:14:01, FastEthernet0/0
i ia 192.168.1.4 [115/158] via 10.1.89.8, 02:14:01, FastEthernet0/0
i ia 192.168.1.5 [115/168] via 10.1.89.8, 02:14:01, FastEthernet0/0
i ia 192.168.1.6 [115/168] via 10.1.89.8, 02:14:01, FastEthernet0/0
i ia 192.168.1.7 [115/178] via 10.1.89.8, 02:14:01, FastEthernet0/0
i L1 192.168.1.8 [115/10] via 10.1.89.8, 02:14:18, FastEthernet0/0
C 192.168.1.9 is directly connected, Loopback0
i ia 192.168.1.10 [115/158] via 10.1.89.8, 02:13:32, FastEthernet0/0


R10#show ip route | beg Gate
Gateway of last resort is not set

10.0.0.0/24 is subnetted, 9 subnets
O E2 10.1.24.0 [110/20] via 172.16.110.1, 02:13:37, FastEthernet0/1
O E2 10.1.25.0 [110/20] via 172.16.110.1, 02:13:37, FastEthernet0/1
O E2 10.1.34.0 [110/20] via 172.16.110.1, 02:13:37, FastEthernet0/1
O E2 10.1.38.0 [110/20] via 172.16.110.1, 02:13:37, FastEthernet0/1
O E2 10.1.46.0 [110/20] via 172.16.110.1, 02:13:37, FastEthernet0/1
O E2 10.1.56.0 [110/20] via 172.16.110.1, 02:13:37, FastEthernet0/1
O E2 10.1.57.0 [110/20] via 172.16.110.1, 02:13:37, FastEthernet0/1
O E2 10.1.67.0 [110/20] via 172.16.110.1, 02:13:37, FastEthernet0/1
O E2 10.1.89.0 [110/20] via 172.16.110.1, 02:13:37, FastEthernet0/1
 172.16.0.0/16 is variably subnetted, 10 subnets, 2 masks
C 172.16.0.0/24 is directly connected, Loopback1
L 172.16.0.1/32 is directly connected, Loopback1
C 172.16.1.0/24 is directly connected, Loopback2
L 172.16.1.1/32 is directly connected, Loopback2
C 172.16.2.0/24 is directly connected, Loopback3
L 172.16.2.1/32 is directly connected, Loopback3
C 172.16.3.0/24 is directly connected, Loopback4
L 172.16.3.1/32 is directly connected, Loopback4
C 172.16.110.0/24 is directly connected, FastEthernet0/1
L 172.16.110.10/32 is directly connected, FastEthernet0/1
 192.168.1.0/32 is subnetted, 10 subnets
O 192.168.1.1 [110/2] via 172.16.110.1, 02:13:37, FastEthernet0/1
O E2 192.168.1.2 [110/20] via 172.16.110.1, 02:13:37, FastEthernet0/1
O E2 192.168.1.3 [110/20] via 172.16.110.1, 02:13:37, FastEthernet0/1
O E2 192.168.1.4 [110/20] via 172.16.110.1, 02:13:37, FastEthernet0/1
O E2 192.168.1.5 [110/20] via 172.16.110.1, 02:13:37, FastEthernet0/1
O E2 192.168.1.6 [110/20] via 172.16.110.1, 02:13:37, FastEthernet0/1
O E2 192.168.1.7 [110/20] via 172.16.110.1, 02:13:37, FastEthernet0/1
O E2 192.168.1.8 [110/20] via 172.16.110.1, 02:13:37, FastEthernet0/1
O E2 192.168.1.9 [110/20] via 172.16.110.1, 02:13:37, FastEthernet0/1
C 192.168.1.10 is directly connected, Loopback0
Ping and Traceroute
!!-- Ping R10 network from R7 --!!

R7#ping 172.16.0.1 source loopback 0
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.0.1, timeout is 2 seconds:
Packet sent with a source address of 192.168.1.7 
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 128/144/168 ms

!!-- Traceroute R10 network from R7 --!!

R7#traceroute 172.16.0.1 source loopback 0
Type escape sequence to abort.
Tracing the route to 172.16.0.1
VRF info: (vrf in name/id, vrf out name/id)
 1 10.1.57.5 24 msec 68 msec 48 msec
 2 10.1.25.2 80 msec 88 msec 76 msec
 3 10.1.123.1 132 msec 116 msec 108 msec
 4 172.16.110.10 156 msec * 148 msec

!!-- Ping R9 from R7 --!!

R7#ping 192.168.1.9 source loopback 0
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.9, timeout is 2 seconds:
Packet sent with a source address of 192.168.1.7 
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 180/190/204 ms

!!-- Traceroute R9 from R7 --!!

R7#traceroute 192.168.1.9 source loopback 0
Type escape sequence to abort.
Tracing the route to 192.168.1.9
VRF info: (vrf in name/id, vrf out name/id)
 1 10.1.57.5 32 msec 60 msec 32 msec
 2 10.1.25.2 96 msec 76 msec 76 msec
 3 10.1.123.3 100 msec 124 msec 128 msec
 4 10.1.38.8 164 msec 160 msec 160 msec
 5 10.1.89.9 192 msec * 176 msec

!!-- Ping R10 network from R9 --!!

R9#ping 172.16.1.1 source loopback 0
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.1.1, timeout is 2 seconds:
Packet sent with a source address of 192.168.1.9 
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 156/164/172 ms

!!-- Traceroute R10 network from R9 --!!

R9#traceroute 172.16.1.1 source loopback 0
Type escape sequence to abort.
Tracing the route to 172.16.1.1
VRF info: (vrf in name/id, vrf out name/id)
 1 10.1.89.8 52 msec 36 msec 44 msec
 2 10.1.38.3 100 msec 72 msec 88 msec
 3 10.1.123.1 120 msec 108 msec 124 msec
 4 172.16.110.10 156 msec * 160 msec

!!-- Ping R7 from R9 --!!

R9#ping 192.168.1.7 source loopback 0
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.7, timeout is 2 seconds:
Packet sent with a source address of 192.168.1.9 
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 188/193/200 ms

!!-- Traceroute R7 from R9 --!!

R9#traceroute 192.168.1.7 source loopback 0
Type escape sequence to abort.
Tracing the route to 192.168.1.7
VRF info: (vrf in name/id, vrf out name/id)
 1 10.1.89.8 44 msec 48 msec 28 msec
 2 10.1.38.3 100 msec 60 msec 92 msec
 3 10.1.34.4 128 msec 108 msec 116 msec
 4 10.1.46.6 172 msec 164 msec 164 msec
 5 10.1.67.7 192 msec * 196 msec

Integrated IS-IS Basics

Intermediate System to Intermediate System (IS-IS)

Intermediate System-to-Intermediate System (IS-IS) Protocol is an intra-domain Open System Interconnection (OSI) dynamic routing protocol specified in International Organization for Standardization (ISO) 10589. The protocol is designed to operate in OSI Connectionless Network Service (CLNS).

Connectionless Network Service (CLNS)

OSI CLNS is a network layer service similar to bare IP service. A CLNS entity communicates over Connectionless Network Protocol (CLNP) with its peer CLNS entity.

Integrated IS-IS

IS-IS was originally designed for use as a dynamic routing protocol for ISO CLNP and later adapted to carry IP prefixes in addition to CLNP (known as Integrated or Dual IS-IS) as described in RFC 1195.

IS-IS Terminology
  • CLNP – Connection-Less Network Protocol (ISO 8473, the OSI connectionless network layer protocol, very similar to IP)
  • ES – End System (The OSI term for a host)
  • ES-IS – End System to Intermediate System Routeing Exchange Protocol (ISO 9542 – OSI protocol between routers and end systems)
  • IS – Intermediate System (The OSI term for a router)
  • IS-IS – Intermediate System to Intermediate System Routeing Exchange Protocol (The ISO protocol for routing within a single routing domain)
  • IP – Internetwork Protocol (an Internet Standard Network Layer Protocol)
  • IS-IS Hello – An Hello packet defined by the IS-IS protocol (a type of packet used by the IS-IS protocol)
  • ISH – An Hello packet defined by ISO 9542 (ES-IS protocol). Not the same as IS-IS Hello.
  • LSP – Link State Packet (a type of packet used by the IS-IS protocol)
  • NSAP – Network Service Access Point (a conceptual interface point at which the network service is made available)
  • SEL – NSAP Selector (the last octet of NSAP addresses, also called NSEL)
IS-IS and OSPF

Both Link State Protocols use the Dijkstra SPF Algorithm to calculate loop-free routes. OSPF is used purely within the TCP/IP environment and used in both Enterprise and ISP environment. IS-IS is predominantly used in ISP environment.

  • OSPF uses IP protocol 89 as transport.
  • IS-IS is directly encapsulated in Layer 2.
IS-IS Network Types
Broadcast
  • It is used on multi-access interfaces like Ethernet.
  • Designated Intermediate System is elected (DIS) within a brodacast network, similar to OSPF DR but there is no backup DIS is elected in IS-IS.
  • DIS is elected based on Highest priority and Highest SNPA (MAC) address.
  • DIS election is preemptive.
  • DIS performs flooding of LSA updates to a multicast address. That address is different depending on the Level:
    • 01-80-C2-00-00-15 for Level 2 adjacencies
    • 01-80-C2-00-00-14 for Level 1 adjacencies
  • Flooded LSP are not ACK in a broadcast network. The DIS periodically sends out the CNSP (Complete) update. By default it’s 10 seconds and can be changed using the command isis csnp-interval.
Point-to-Point
  • Used where two routers are connected in point-to-point fashion i.e Serial link. It can be used on an Ethernet link also when only two routers are connected.
  • Cisco recommends using point to point type for better convergence.
  • Each LSP has to be ACKed by PSNP. If one is not ACKed, the retransmit timer will trigger a retransmit.
  • L1 and L2 LSPs are directly sent to the neighbor.
  • No DIS election is done on point to point.
IS-IS Areas

Both IS-IS and OSPF use areas to create a hierarchical topology, but there is a fundamental difference exists in the way in which the two protocols define their areas. OSPF area borders are marked by routers where some interfaces of a router are in one area, and other interfaces are in another area. When an OSPF router has interfaces in more than one area, it is an Area Border Router (ABR).

With IS-IS, an individual router is in only one area, and the border between areas is on the link that connects two routers that are in different areas. This is in contrast to OSPF, in which the area borders are within the Area Border Routers (ABRs). The reason for this difference is that an IS-IS router generally has one network service access point (NSAP) address, and an IP router generally has multiple IP addresses.

An intermediate system can be a level 1 (L1) router, a level 2 (L2) router, or both (L1/L2). L1 routers are analogous to OSPF nonbackbone Internal Routers, L2 routers are analogous to OSPF backbone routers, and L1/L2 routers are analogous to OSPF ABRs.

With OSPF, inter-area traffic must traverse Backbone Area (Area 0) to prevent inter-area routing loops. All routers in the area maintain an identical link-state database for their own Area and Area Border Routers (ABRs) advertise LSA (Links State Advertisement) for destinations outside of its own area.

With ISIS, Every L1 router within an area (including the area’s L1/L2 routers) maintains an identical link-state database. Unlike OSPF ABRs, L1/L2 routers do not by default advertise L2 routes to L1 routers. Therefore, an L1 router has no knowledge of destinations outside of its own area. In this sense, an L1 area is similar to an OSPF totally stubby area. To route a packet to another area, an L1 router must forward the packet to an L1/L2 router. When an L1/L2 router sends its level 1 LSP into an area, it signals other L1 routers that it can reach another area by setting a bit known as the Attached (ATT) bit in the LSP.

Network Entity Title

IS-IS can be used to route TCP/IP, but IS-IS is still an ISO CLNP protocol. The packets by which IS-IS communicates with its peers are CLNS PDUs, which in turn means that even in an IP-only environment, an IS-IS router must have an ISO address. The ISO address is a network address, known as Network Entity Title (NET). While IP addresses are 32 bits long and are normally written in dotted quad notation (such as 192.168.1.1), NETs can be 8 to 20 bytes long, but are generally 10 bytes long and are written as shown in this example:

49.0001.1921.6800.1001.00

The NET address consists of three parts:

Area identifier: The first three bytes are the area ID. The first byte of this example — 49 is the address family identifier (AFI) of the authority, which is equivalent to the IP address space that is assigned to an autonomous system. The AFI value 49 is what IS-IS uses for private addressing, which is the equivalent of RFC 1918 address space for IP protocols.

The second two bytes of the area ID – 0001 represent the IS-IS area number. In this example, the area number is 1.

System identifier: The next six bytes identify the node (that is, the router) on the network. Although you can choose any value for the system identifier, a commonly used method is to use binary-coded decimal (BCD) which involves taking the router’s IP address (the address you assigned to the loopback interface), filling in all leading zeros, and then re-positioning the decimal points to form three two-byte numbers.

In this example, if you pad the IP address 192.168.1.1 with zeros, the result is 192.168.001.001. Rearranging the decimal points gives you 1921.6800.1001.

NET selector: The final two bytes are the NET selector (NSEL). For IS-IS, they must always be 00, to indicate “this system.”

Neighbors and Adjacencies

IS-IS routers discover neighbors and form adjacencies by exchanging IS-IS Hello PDUs. The type of router (L1-only, L2-only, or L1/L2) influences the type of adjacency that is formed, and the area IDs configured on the two neighbors in question.
The following rules apply:

  • Two L1-only routers form an L1 adjacency only if their AIDs match.
  • Two L2-only routers form an L2 adjacency, even if their AIDs are different.
  • An L1-only router forms an L1 adjacency with an L1/L2 router only if their AIDs match.
  • An L2-only router forms an L2 adjacency with an L1/L2 router even if their AIDs are different.
  • Two L1/L2 routers form both L1 and L2 adjacencies if their AIDs match.
  • Two L1/L2 routers form only an L2 adjacency if their AIDs do not match.
IS-IS Metric

IS-IS supports four different metric values – Default Metric, Delay, Expense, Error. Cisco IOS supports only default metric which has a default value of 10. The default metric is always set to 10 irrespective of the interface type (GigE or Serial etc.).

IS-IS Metric Styles
Narrow
  • Default metric type.
  • Metric default is 10 for each interface.
  • Range for narrow metric range for an interface is 1 to 63 (6 bits).
  • The maximum total value of all hops can be 1023 (10 bits)
Wide
  • Wide metric type expands the metric to use 24 bits for TLV-22.
  • The new metric style, link metrics can have a maximum value of 16,777,215 with a total path metric of 4,261,412,864.
  • Cisco recommends running the wide metric style.
  • If there is a mismatch between metric styles, the adjacency will be maintained, but routes will not be accepted with different metric style.
  • Wide metric is required for MPLS TE and Multi topology configuration.
Transitional
  • One way to transition to a different metric-style is by configuring all routers to metric-style transitional.
  • Once all routers are sent you can change to either narrow or wide style.
  • During the transitional phase, both types will be recognized.
IS-IS Topology Types

Single Topology – Single Topology IS-IS is used when multiple protocol stacks, such as IPv4 and IPv6, are configured in an identical 1:1 basis on all interfaces in the topology. It allows a single SPF calculation to apply to both protocol stacks at the same time, simplifying the database calculation and protocol overhead of IS-IS.  By default, IS-IS instances runs in  Single Topology mode with regular Cisco IOS, and Multi Topology mode with Cisco IOS XR. These modes are not compatible with each other and must be configured to match, or to run in transition mode.

Multi Topology – This method is used when transitioning to IPv6 or when different routing topologies are necessary for IPv4 and IPv6 address family.  Each protocol stack maintain separate database structures and use separate SPF runs, which means that one topology is independent of another.

IS-IS Authentication
  • Clear Text
  • MD5

L2TPv3 Interworking

L2TPv3 Interworking

Layer 2 VPN (L2VPN) Interworking allows you to connect disparate attachment circuits. You can connect various types of L2 networks (Ethernet, VLAN, Frame Relay, ATM, PPP etc.) over L2TPV3. But it is supported on specific routers and line cards only. You can check Cisco documentation for specific requirements.

Here we will connect Site-1 Ethernet link to Site-2 Serial PPP link.

Topology

Configuration
R1 - Provider Edge Router connected to Customer Routers

hostname R1
!
ip cef
!
pseudowire-class PW-CLASS
 encapsulation l2tpv3
 interworking ip
 ip local interface Loopback0
!
interface Loopback0
 ip address 10.1.1.1 255.255.255.255
!
interface FastEthernet0/0
 ip address 10.1.13.1 255.255.255.0
 ip ospf network point-to-point
!
interface FastEthernet0/1
 description To Cust-A Site-1 R4
 no ip address
 no keepalive
 xconnect 10.1.1.2 101 pw-class PW-CLASS
!
router ospf 1
 log-adjacency-changes
 network 10.1.0.0 0.0.255.255 area 0
!

R2 - Provider Edge Router connected to Customer Routers

hostname R2
!
ip cef
!
pseudowire-class PW-CLASS
 encapsulation l2tpv3
 interworking ip
 ip local interface Loopback0
!
interface Loopback0
 ip address 10.1.1.2 255.255.255.255
!
interface FastEthernet0/0
 ip address 10.1.23.2 255.255.255.0
 ip ospf network point-to-point
!
interface Serial1/0
 description To Cust-A Site-2 R5
 no ip address
 encapsulation ppp
 serial restart-delay 0
 xconnect 10.1.1.1 101 pw-class PW-CLASS
!
router ospf 1
 log-adjacency-changes
 network 10.1.0.0 0.0.255.255 area 0
!

R3 - Service Provider Core Network Router

hostname R3
!
ip cef
!
interface FastEthernet0/0
 ip address 10.1.13.3 255.255.255.0
 ip ospf network point-to-point
!
interface FastEthernet0/1
 ip address 10.1.23.3 255.255.255.0
 ip ospf network point-to-point
!
router ospf 1
 log-adjacency-changes
 network 10.1.0.0 0.0.255.255 area 0
!

R4 - Customer-A Site-1 Edge Router

hostname R4
!
interface FastEthernet0/0
 ip address 172.16.4.4 255.255.255.0
!
interface FastEthernet0/1
 ip address 172.16.45.1 255.255.255.252
!
router eigrp 100
 network 172.16.0.0
!

R5 - Customer-A Site-2 Edge Router

hostname R5
!
interface FastEthernet0/0
 ip address 172.16.5.5 255.255.255.0
!
interface Serial1/0
 ip address 172.16.45.2 255.255.255.252
 encapsulation ppp
 serial restart-delay 0
!
router eigrp 100
 network 172.16.0.0
!
Verification & Testing
R1#show l2tun tunnel all 

L2TP Tunnel Information Total tunnels 1 sessions 1

Tunnel id 3964089202 is up, remote id is 2104878685, 1 active sessions
  Locally initiated tunnel
  Tunnel state is established, time since change 00:36:16
  Tunnel transport is IP  (115)
  Remote tunnel name is R2
    Internet Address 10.1.1.2, port 0
  Local tunnel name is R1
    Internet Address 10.1.1.1, port 0
  L2TP class for tunnel is l2tp_default_class
  Counters, taking last clear into account:
    475 packets sent, 475 received
    28562 bytes sent, 28524 received
    Last clearing of counters never
  Counters, ignoring last clear:
    475 packets sent, 475 received
    28562 bytes sent, 28524 received
  Control Ns 37, Nr 9
  Local RWS 1024 (default), Remote RWS 1024
  Control channel Congestion Control is disabled
  Tunnel PMTU checking disabled
  Retransmission time 1, max 1 seconds
  Unsent queuesize 0, max 0
  Resend queuesize 0, max 3
  Total resends 1, ZLB ACKs sent 5
  Total out-of-order dropped pkts 0 
  Total out-of-order reorder pkts 0 
  Total peer authentication failures 0
  Current no session pak queue check 0 of 5
  Retransmit time distribution: 0 1 0 0 0 0 0 0 0 
  Control message authentication is disabled

R1#show l2tun session all 

L2TP Session Information Total tunnels 1 sessions 1

Session id 2788289264 is up, logical session id 32768, tunnel id 3964089202
  Remote session id is 1736473654, remote tunnel id 2104878685
  Locally initiated session
  Unique ID is 1
Session Layer 2 circuit, type is Ethernet, name is FastEthernet0/1
  Session vcid is 101
  Interworking type is IP
  Circuit state is UP
    Local circuit state is UP
    Remote circuit state is UP
Call serial number is 959200001
Remote tunnel name is R2
  Internet address is 10.1.1.2
Local tunnel name is R1
  Internet address is 10.1.1.1
IP protocol 115
  Session is L2TP signaled
  Session state is established, time since change 00:36:35
    479 Packets sent, 480 received
    28802 Bytes sent, 28824 received
  Last clearing of counters never
  Counters, ignoring last clear:
    479 Packets sent, 480 received
    28802 Bytes sent, 28824 received
    Receive packets dropped:
      out-of-order:             0
      other:                    0
      total:                    0
    Send packets dropped:
      exceeded session MTU:     0
      other:                    0
      total:                    0
  DF bit off, ToS reflect disabled, ToS value 0, TTL value 255
  Sending UDP checksums are disabled
  Received UDP checksums are verified
  No session cookie information available
  FS cached header information:
    encap size = 24 bytes
    45000014 00000000 ff73a572 0a010101
    0a010102 67807c36 
  Sequencing is off
  Conditional debugging is disabled
  SSM switch id is 4096, SSM segment id is 8193


R2#show l2tun tunnel all

L2TP Tunnel Information Total tunnels 1 sessions 1

Tunnel id 2104878685 is up, remote id is 3964089202, 1 active sessions
  Remotely initiated tunnel
  Tunnel state is established, time since change 00:36:54
  Tunnel transport is IP  (115)
  Remote tunnel name is R1
    Internet Address 10.1.1.1, port 0
  Local tunnel name is R2
    Internet Address 10.1.1.2, port 0
  L2TP class for tunnel is l2tp_default_class
  Counters, taking last clear into account:
    484 packets sent, 484 received
    29064 bytes sent, 29102 received
    Last clearing of counters never
  Counters, ignoring last clear:
    484 packets sent, 484 received
    29064 bytes sent, 29102 received
  Control Ns 9, Nr 37
  Local RWS 1024 (default), Remote RWS 1024
  Control channel Congestion Control is disabled
  Tunnel PMTU checking disabled
  Retransmission time 1, max 1 seconds
  Unsent queuesize 0, max 0
  Resend queuesize 0, max 3
  Total resends 0, ZLB ACKs sent 34
  Total out-of-order dropped pkts 0 
  Total out-of-order reorder pkts 0 
  Total peer authentication failures 0
  Current no session pak queue check 0 of 5
  Retransmit time distribution: 0 0 0 0 0 0 0 0 0 
  Control message authentication is disabled

R2#show l2tun session all 

L2TP Session Information Total tunnels 1 sessions 1

Session id 1736473654 is up, logical session id 65537, tunnel id 2104878685
  Remote session id is 2788289264, remote tunnel id 3964089202
  Remotely initiated session
  Unique ID is 1
Session Layer 2 circuit, type is PPP, name is Serial1/0
  Session vcid is 101
  Interworking type is IP
  Circuit state is UP
    Local circuit state is UP
    Remote circuit state is UP
Call serial number is 959200001
Remote tunnel name is R1
  Internet address is 10.1.1.1
Local tunnel name is R2
  Internet address is 10.1.1.2
IP protocol 115
  Session is L2TP signaled
  Session state is established, time since change 00:37:08
    487 Packets sent, 487 received
    29244 Bytes sent, 29282 received
  Last clearing of counters never
  Counters, ignoring last clear:
    487 Packets sent, 487 received
    29244 Bytes sent, 29282 received
    Receive packets dropped:
      out-of-order:             0
      other:                    0
      total:                    0
    Send packets dropped:
      exceeded session MTU:     0
      other:                    0
      total:                    0
  DF bit off, ToS reflect disabled, ToS value 0, TTL value 255
  Sending UDP checksums are disabled
  Received UDP checksums are verified
  No session cookie information available
  FS cached header information:
    encap size = 24 bytes
    45000014 00000000 ff73a572 0a010102
    0a010101 a631eaf0 
  Sequencing is off
  Conditional debugging is disabled
  SSM switch id is 4096, SSM segment id is 8193

R4#sh int f0/1
FastEthernet0/1 is up, line protocol is up 
  Hardware is i82543 (Livengood), address is ca03.3344.0006 (bia ca03.3344.0006)
  Internet address is 172.16.45.1/30
  MTU 1500 bytes, BW 100000 Kbit/sec, DLY 100 usec, 
     reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation ARPA, loopback not set
  Keepalive set (10 sec)
  Full-duplex, 100Mb/s, 100BaseTX/FX
  ARP type: ARPA, ARP Timeout 04:00:00
  Last input 00:00:00, output 00:00:01, output hang never
  Last clearing of "show interface" counters never
  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
  Queueing strategy: fifo
  Output queue: 0/40 (size/max)
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
     785 packets input, 58107 bytes
     Received 8 broadcasts (0 IP multicasts)
     0 runts, 0 giants, 0 throttles
     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
     0 watchdog
     0 input packets with dribble condition detected
     1219 packets output, 103455 bytes, 0 underruns
     0 output errors, 0 collisions, 3 interface resets
     0 unknown protocol drops
     0 babbles, 0 late collision, 0 deferred
     0 lost carrier, 0 no carrier
     0 output buffer failures, 0 output buffers swapped out

R5#sh int s1/0
Serial1/0 is up, line protocol is up 
  Hardware is M4T
  Internet address is 172.16.45.2/30
  MTU 1500 bytes, BW 1544 Kbit/sec, DLY 20000 usec, 
     reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation PPP, LCP Open
  Open: IPCP, CDPCP, crc 16, loopback not set
  Keepalive set (10 sec)
  Restart-Delay is 0 secs
  Last input 00:00:03, output 00:00:03, output hang never
  Last clearing of "show interface" counters 01:00:27
  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
  Queueing strategy: weighted fair
  Output queue: 0/1000/64/0 (size/max total/threshold/drops) 
     Conversations  0/1/256 (active/max active/max total)
     Reserved Conversations 0/0 (allocated/max allocated)
     Available Bandwidth 1158 kilobits/sec
  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec
     1515 packets input, 61892 bytes, 0 no buffer
     Received 0 broadcasts (0 IP multicasts)
     0 runts, 0 giants, 0 throttles
     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
     1585 packets output, 82294 bytes, 0 underruns
     0 output errors, 0 collisions, 0 interface resets
     0 unknown protocol drops
     0 output buffer failures, 0 output buffers swapped out
     0 carrier transitions     DCD=up  DSR=up  DTR=up  RTS=up  CTS=up

R4#ping 172.16.45.2

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.45.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 68/94/148 ms

R4#show ip eigrp neighbors 
EIGRP-IPv4 Neighbors for AS(100)
H   Address                 Interface       Hold Uptime   SRTT   RTO  Q  Seq
                                            (sec)         (ms)       Cnt Num
0   172.16.45.2             Fa0/1             11 01:00:21  199  1194  0  3

R4#show ip route | beg Gate
Gateway of last resort is not set

      172.16.0.0/16 is variably subnetted, 5 subnets, 3 masks
C        172.16.4.0/24 is directly connected, FastEthernet0/0
L        172.16.4.4/32 is directly connected, FastEthernet0/0
D        172.16.5.0/24 [90/30720] via 172.16.45.2, 01:00:42, FastEthernet0/1
C        172.16.45.0/30 is directly connected, FastEthernet0/1
L        172.16.45.1/32 is directly connected, FastEthernet0/1

R4#ping 172.16.5.5 source 172.16.4.4

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 172.16.5.5, timeout is 2 seconds:
Packet sent with a source address of 172.16.4.4 
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 40/76/168 ms