|
拓扑连接:R11-R22-R33
各设备配置如下:
R11配置:
ipv6 unicast-routing
!
interface Serial0/0
no ip address
ipv6 address 2001:12::1/64
serial restart-delay 0
R11#SHO CDP NEI
Capability Codes: R - Router, T - Trans Bridge, B - Source Route Bridge
S - Switch, H - Host, I - IGMP, r - Repeater
Device ID Local Intrfce Holdtme Capability Platform Port ID
R22 Ser 0/0 126 R S I 3640 Ser 0/0
R22配置:
!
!
ipv6 unicast-routing
!
!
interface Serial0/0
no ip address
ipv6 address 2001:12::2/64
serial restart-delay 0
!
interface Serial0/1
no ip address
ipv6 address 2001:23::2/64
serial restart-delay 0
!
R22# SHO CDP NEI
Capability Codes: R - Router, T - Trans Bridge, B - Source Route Bridge
S - Switch, H - Host, I - IGMP, r - Repeater
Device ID Local Intrfce Holdtme Capability Platform Port ID
R33 Ser 0/1 158 R S I 3640 Ser 0/0
R11 Ser 0/0 127 R S I 3640 Ser 0/0
R33配置:
ipv6 unicast-routing
!
interface Serial0/0
no ip address
ipv6 address 2001:23::3/64
serial restart-delay 0
R33#SHO CDP NEI
Capability Codes: R - Router, T - Trans Bridge, B - Source Route Bridge
S - Switch, H - Host, I - IGMP, r - Repeater
Device ID Local Intrfce Holdtme Capability Platform Port ID
R22 Ser 0/0 176 R S I 3640 Ser 0/1
结果出现:
R11#ping 2001:12::2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2001:12::2, timeout is 2 seconds:
% No valid source address for destination
R22#ping 2001:23::3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2001:23::3, timeout is 2 seconds:
.....
R22#sho ipv int b
Serial0/0 [up/up]
FE80::9CD7:2EFF:FEF0:99FA
2001:12::2
Serial0/1 [up/up]
FE80::9CD7:2EFF:FEF0:99FA
2001:23::2
谁帮忙啊`我用小凡做的~~~~~~~~~~~~~~~
为什么PING不通啊~
连接情况R11 s0/0 --s0/0 R22 s0/1--s0/0 R33,只配了IPv6的地址~但是没通~ |
|