預配置
R1(config)#ipv un
R1(config)#int lo0
R1(config-if)#ipv add 2000:1::1/96
R1(config-if)#int s2/1
R1(config-if)#ipv add 1000::1/64
R1(config-if)#no shide
R2(config)#ipv un
R2(config)#int lo0
R2(config-if)#ipv add 3000:1::1/96
R2(config-if)#int s2/1
R2(config-if)#ipv add 1000::2/64
R2(config-if)#no shoop
實驗過程:
第一步:在R一、R2上配置ipv6 isis
R1(config)#int lo0
R1(config-if)#ipv router isis libo
R1(config-if)#int s2/1
R1(config-if)#ipv router isis libo
R1(config-if)#router isis libo
R1(config-router)#net 49.1111.1111.1111.1111.00測試
R2(config)#int lo0
R2(config-if)#ipv router isis libo
R2(config-if)#int s2/1
R2(config-if)#ipv router isis libo
R2(config-if)#exi
R2(config)#router isis libo
R2(config-router)#net 49.1111.2222.2222.2222.00調試
第二步:調試
R1#sh clns neirouter
System Id Interface SNPA State Holdtime Type Protocol
R2 Se2/1 HDLC Up 24 L1L2 IS-ISblog
R1#sh ipv6 route
IPv6 Routing Table - 7 entries
Codes: C - Connected, L - Local, S - Static, R - RIP, B - BGP
U - Per-user Static route
I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary
O - OSPF intra, OI - OSPF inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2
ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2
C 1000::/64 [0/0]
via ::, Serial2/1
L 1000::1/128 [0/0]
via ::, Serial2/1
C 2000:1::/96 [0/0]
via ::, Loopback0
L 2000:1::1/128 [0/0]
via ::, Loopback0
I1 3000:1::/96 [115/20]
via FE80::C892:4FF:FE0C:0, Serial2/1
L FE80::/10 [0/0]
via ::, Null0
L FF00::/8 [0/0]
via ::, Null0ip
第三步:測試
R1#ping 3000:1::1 so lo0it
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 3000:1::1, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 4/12/24 msclass