关于直连三台ipv6 router不能建立邻居关系问题,求解!
配置如下:
R1(config)#ipv6 unicast-routting
R1(config)#int s0/0
R1(config-if)#no shutdown
R1(config-if)#ipv6 address 1002::1/64
R1(config-if)#end
R2、R3同上配置
R2-s0/0:ipv6 address 1002::2/64
R2-s0/1:ipv6 address 2003::2/64
R3-S0/1:ipv6 address 2003::3/64
在R1上show ipv6 route 没有到R2的路由。
在R2上show ipv6 route 没有到R3的路由。
在R3上show ipv6 route 有到R2的路由。
求解!!!
补充内容 (2013-12-4 20:03):
R1#show ipv6 route
IPv6 Routing Table - 2 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, 接口上启用IPv6,命令如下:
在接口下ipv6 enable
只有这样才能激活接口的IPv6协议栈 duanzhili1982 发表于 2013-12-2 12:11 static/image/common/back.gif
接口上启用IPv6,命令如下:
在接口下ipv6 enable
只有这样才能激活接口的IPv6协议栈
亲。。。还是不行诶。。。
R1#show ipv6 route
IPv6 Routing Table - 2 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
L FE80::/10
via ::, Null0
L FF00::/8
via ::, Null0
R2#show ipv6 route
IPv6 Routing Table - 4 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 1002::/64
via ::, Serial0/0
L 1002::2/128
via ::, Serial0/0
L FE80::/10
via ::, Null0
L FF00::/8
via ::, Null0
R3#show ipv6 route
IPv6 Routing Table - 4 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 2003::/64
via ::, Serial0/1
L 2003::3/128
via ::, Serial0/1
L FE80::/10
via ::, Null0
L FF00::/8
via ::, Null0 你现在不是已经成功的看见IPv6的路由了吗?
你到底是要做什么啊? 还有就是你要注意IPv6的地址段不能随意使用的,你的1002::/64根本就不是全球单播的范围,你换成2001::/64应该就可以了 {:6_285:}
页:
[1]