设为首页收藏本站language 语言切换
查看: 2292|回复: 3
收起左侧

[求助] ipv6静态路由ping不通

[复制链接]
发表于 2016-6-20 11:06:30 | 显示全部楼层 |阅读模式
3鸿鹄币
各位大神, 我的ipv6静态路由为啥ping不通, 请帮忙看一下。
网络结构,三台路由器 R1  R2  R3。三台路由器都配置了ipv6 unicast-routing

R1配置:

R1#show ipv6 interface br
Ethernet0/0            [up/up]
    FE80::A8BB:CCFF:FE00:100
    2001:1:1:12::1
Ethernet0/1            [administratively down/down]
    unassigned
Ethernet0/2            [administratively down/down]
    unassigned
Ethernet0/3            [administratively down/down]
    unassigned
Serial1/0              [administratively down/down]
    unassigned
Serial1/1              [administratively down/down]
    unassigned
Serial1/2              [administratively down/down]
    unassigned
Serial1/3              [administratively down/down]
    unassigned
Loopback0              [up/up]
    FE80::A8BB:CCFF:FE00:100
    1:1:1:1::1


R1#show ipv6 route static
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, ls - LISP site
       ld - LISP dyn-EID, a - Application
S   3:3:3:3::/64 [1/0]
     via Ethernet0/0, directly connected
S   2001:1:1:23::/64 [1/0]
     via Ethernet0/0, directly connected


R2配置如下:

R2#show ipv6 interface b
Ethernet0/0            [up/up]
    FE80::A8BB:CCFF:FE00:200
    2001:1:1:12::2
Ethernet0/1            [up/up]
    FE80::A8BB:CCFF:FE00:210
    2001:1:1:23::2
Ethernet0/2            [administratively down/down]
    unassigned
Ethernet0/3            [administratively down/down]
    unassigned
Serial1/0              [administratively down/down]
    unassigned
Serial1/1              [administratively down/down]
    unassigned
Serial1/2              [administratively down/down]
    unassigned
Serial1/3              [administratively down/down]
    unassigned


R2#show ipv6 route static
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, ls - LISP site
       ld - LISP dyn-EID, a - Application
S   1:1:1:1::/64 [1/0]
     via Ethernet0/0, directly connected
S   3:3:3:3::/64 [1/0]
     via Ethernet0/1, directly connected


R3配置如下

R3#show ipv6 interface b
Ethernet0/0            [administratively down/down]
    unassigned
Ethernet0/1            [up/up]
    FE80::A8BB:CCFF:FE00:310
    2001:1:1:23::3
Ethernet0/2            [administratively down/down]
    unassigned
Ethernet0/3            [administratively down/down]
    unassigned
Serial1/0              [administratively down/down]
    unassigned
Serial1/1              [administratively down/down]
    unassigned
Serial1/2              [administratively down/down]
    unassigned
Serial1/3              [administratively down/down]
    unassigned
Loopback0              [up/up]
    FE80::A8BB:CCFF:FE00:300
    3:3:3:3::3


R3#show ipv6 route static
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, ls - LISP site
       ld - LISP dyn-EID, a - Application
S   1:1:1:1::/64 [1/0]
     via Ethernet0/1, directly connected
S   2001:1:1:12::/64 [1/0]
     via Ethernet0/1, directly connected



问题:为啥ping不通???????????????????



最佳答案

发表于 2016-6-20 11:06:31 | 显示全部楼层
ping ipv6 <IPv6 地址>
沙发 2016-6-20 11:06:31 回复 收起回复
回复

使用道具 举报

 楼主| 发表于 2016-6-20 13:10:38 | 显示全部楼层
Router#ping ipv6 3:3:3:3::3 source 1:1:1:1::1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 3:3:3:3::3, timeout is 2 seconds:
Packet sent with a source address of 1:1:1:1::1
.....
Success rate is 0 percent (0/5)
用了这个指令了, 还是ping不通啊
板凳 2016-6-20 13:10:38 回复 收起回复
回复

使用道具 举报

 楼主| 发表于 2016-6-21 09:41:28 | 显示全部楼层
我知道了, 在配置的时候我没用下一跳,直接用了路由器出接口。谢谢了~
地板 2016-6-21 09:41:28 回复 收起回复
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 论坛注册

本版积分规则

QQ|Archiver|手机版|小黑屋|sitemap|鸿鹄论坛 ( 京ICP备14027439号 )  

GMT+8, 2025-5-24 15:18 , Processed in 0.093108 second(s), 23 queries , Redis On.  

  Powered by Discuz!

  © 2001-2025 HH010.COM

快速回复 返回顶部 返回列表