标签:log 分享 address icmp e30 shutdown img ccf com
一、实验拓扑:R2(config)#int f0/0
R2(config-if)#no shutdown
R2(config-if)#ipv6 enable
R2(config-if)#ipv6 address 2001:12:1:1::/64 eui-64
R2(config)#int f0/0
R2(config-if)#ipv6 unicast-routing
R2(config)#int f1/0
R2(config-if)#no shutdown
R2(config-if)#ipv6 enable
R2(config-if)#ipv6 address 2001:23:1:1::2/64
R2(config)#int f1/0
R2(config-if)#ipv6 unicast-routing
R3(config)#int f0/0
R3(config-if)#no shutdown
R3(config-if)#ipv6 enable
R3(config-if)#ipv6 address 2001:23:1:1::3/64
R3(config-if)#ipv6 unicast-routing
2、R1、R3相互部署IPv6静态路由:
R1(config)#ipv6 route 2001:23:1:1::3/64 f0/0 2001:12:1:1:C802:EAFF:FE30:0
R3(config)#ipv6 route 2001:12:1:1:C801:E2FF:FE24:0/64 f0/0 2001:23:1:1::2
四、验证:
R1#ping 2001:23:1:1::3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2001:23:1:1::3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 36/49/92 ms
标签:log 分享 address icmp e30 shutdown img ccf com
原文地址:http://blog.51cto.com/13856092/2138516