09-IPv6静态路由配置
本章节下载: 09-IPv6静态路由配置 (319.69 KB)
目 录
静态路由是一种特殊的路由,由管理员手工配置。当网络结构比较简单时,只需配置静态路由就可以使网络正常工作。
静态路由不能自动适应网络拓扑结构的变化。当网络发生故障或者拓扑发生变化后,必须由网络管理员手工修改配置。
IPv6静态路由与IPv4静态路由类似,适合于一些结构比较简单的IPv6网络。
(1) 进入系统视图。
system-view
(2) 配置IPv6静态路由。
(公网)
ipv6 route-static ipv6-address prefix-length { interface-type interface-number [ next-hop-address ] | next-hop-address | vpn-instance d-vpn-instance-name nexthop-address } [ permanent ] [ preference preference ] [ tag tag-value ] [ description text ]
缺省情况下,未配置IPv6静态路由。
(VPN网络)
ipv6 route-static vpn-instance s-vpn-instance-name ipv6-address prefix-length { interface-type interface-number [ next-hop-address ] | nexthop-address [ public ] | vpn-instance d-vpn-instance-name nexthop-address } [ permanent ] [ preference preference ] [ tag tag-value ] [ description text ]
缺省情况下,未配置IPv6静态路由。
(3) (可选)配置IPv6静态路由的缺省优先级。
ipv6 route-static default-preference default-preference
缺省情况下,IPv6静态路由的缺省优先级为60。
使用undo ipv6 route-static命令可以删除一条IPv6静态路由,而使用delete ipv6 static-routes all命令可以删除包括缺省路由在内的所有IPv6静态路由。
(1) 进入系统视图。
system-view
(2) 删除所有IPv6静态路由。
delete ipv6 [ vpn-instance vpn-instance-name ] static-routes all
删除全部IPv6静态路由可能导致网络不通,报文转发失败,请谨慎使用。
BFD(Bidirectional Forwarding Detection,双向转发检测)提供了一个通用的、标准化的、介质无关、协议无关的快速故障检测机制,可以为上层协议(如路由协议、MPLS等)统一地快速检测两台路由器间双向转发路径的故障。使能IPv6与BFD联动功能后,BFD将对IPv6静态路由的下一跳可达性进行快速检测。当检测到下一跳不可达时,相应的IPv6静态路由将会被删除。
关于BFD的详细介绍,请参见“可靠性配置指导”中的“BFD”。
通过控制报文检测两个方向上的链路状态,实现毫秒级别的链路故障检测。
· 直连下一跳是指下一跳和本端是直连的,配置时必须指定出接口和下一跳。
· 非直连下一跳是指下一跳和本端不是直连的,中间还有其它设备。配置时必须指定下一跳和BFD源IPv6地址。
本端配置控制报文方式的BFD检测时,需要对端也配置控制报文方式的BFD检测。
IPv6静态路由的出接口为Tunnel接口时,不能使用BFD进行检测。
ipv6 route-static [ vpn-instance s-vpn-instance-name ] ipv6-address prefix-length interface-type interface-number next-hop-address bfd control-packet [ bfd-source ipv6-address ] [ preference preference ] [ tag tag-value ] [ description text ]
ipv6 route-static [ vpn-instance s-vpn-instance-name ] ipv6-address prefix-length [ vpn-instance d-vpn-instance-name ] { next-hop-address bfd control-packet bfd-source ipv6-address } [ preference preference ] [ tag tag-value ] [ description text ]
通过echo报文检测链路的状态。echo报文的目的地址为本端接口地址,发送给下一跳设备后会直接转发回本端。这里所说的“单跳”是IPv6的一跳。
只需要在本端配置echo报文方式的BFD检测。
IPv6静态路由的出接口处于SPOOFING状态时,不能使用BFD进行检测。
IPv6静态路由的出接口为Tunnel接口时,不能使用BFD进行检测。
bfd echo-source-ipv6 ipv6-address
ipv6 route-static [ vpn-instance s-vpn-instance-name ] ipv6-address prefix-length interface-type interface-number next-hop-address bfd echo-packet [ bfd-source ipv6-address ] [ preference preference ] [ tag tag-value ] [ description text ]
可在任意视图下执行以下命令:
· 查看IPv6静态路由表信息。
display ipv6 routing-table protocol static [ inactive | verbose ]
本命令的详细情况请参见“三层技术-IP路由命令参考”中的“IP路由基础”。
· 显示IPv6静态路由下一跳信息。
display ipv6 route-static nib [ nib-id ] [ verbose ]
· 显示IPv6静态路由表信息。
display ipv6 route-static routing-table [ vpn-instance vpn-instance-name ] [ ipv6-address prefix-length ]
要求各路由器之间配置IPv6静态路由后,可以使所有主机和路由器之间互通。
图1-1 IPv6静态路由基本功能配置组网图
缺省情况下,本设备的接口处于ADM(Administratively Down)状态,请根据实际需要在对应接口视图下使用undo shutdown命令开启接口。
(1) 配置各接口的IPv6地址(略)
(2) 配置IPv6静态路由
# 在Router A上配置IPv6缺省路由。
<RouterA> system-view
[RouterA] ipv6 route-static :: 0 4::2
# 在Router B上配置两条IPv6静态路由。
<RouterB> system-view
[RouterB] ipv6 route-static 1:: 64 4::1
[RouterB] ipv6 route-static 3:: 64 5::1
# 在Router C上配置IPv6缺省路由。
<RouterC> system-view
[RouterC] ipv6 route-static :: 0 5::2
(3) 配置主机地址和网关
根据组网图配置好各主机的IPv6地址,并将Host A的缺省网关配置为1::1,Host B的缺省网关配置为2::1,Host C的缺省网关配置为3::1。
# 查看Router A的IPv6静态路由信息。
[RouterA] display ipv6 routing-table protocol static
Summary Count : 1
Static Routing table Status : <Active>
Summary Count : 1
Destination: :: Protocol : Static
NextHop : 4::2 Preference: 60
Interface : HGE1/0/2 Cost : 0
Static Routing table Status : <Inactive>
Summary Count : 0
# 查看Router B的IPv6静态路由信息。
[RouterB] display ipv6 routing-table protocol static
Summary Count : 2
Static Routing table Status : <Active>
Summary Count : 2
Destination: 1::/64 Protocol : Static
NextHop : 4::1 Preference: 60
Interface : HGE1/0/1 Cost : 0
Destination: 3::/64 Protocol : Static
NextHop : 5::1 Preference: 60
Interface : HGE1/0/2 Cost : 0
Static Routing table Status : <Inactive>
Summary Count : 0
# 使用Ping进行验证。
[RouterA] ping ipv6 3::1
Ping6(56 data bytes) 4::1 --> 3::1, press CTRL_C to break
56 bytes from 3::1, icmp_seq=0 hlim=62 time=0.700 ms
56 bytes from 3::1, icmp_seq=1 hlim=62 time=0.351 ms
56 bytes from 3::1, icmp_seq=2 hlim=62 time=0.338 ms
56 bytes from 3::1, icmp_seq=3 hlim=62 time=0.373 ms
56 bytes from 3::1, icmp_seq=4 hlim=62 time=0.316 ms
--- Ping6 statistics for 3::1 ---
5 packet(s) transmitted, 5 packet(s) received, 0.0% packet loss
round-trip min/avg/max/std-dev = 0.316/0.416/0.700/0.143 ms
· 在Router A上配置IPv6静态路由可以到达120::/64网段,在Router B上配置IPv6静态路由可以到达121::/64网段,并使能BFD检测功能。
· 在Router C上配置IPv6静态路由可以到达120::/64网段和121::/64网段。
· 当Router A和Router B通过L2 Switch通信的链路出现故障时,BFD能够快速感知,并且切换到Router C进行通信。
|
|
||||
|
|
|
|||
|
|
|
|
缺省情况下,本设备的接口处于ADM(Administratively Down)状态,请根据实际需要在对应接口视图下使用undo shutdown命令开启接口。
# 在Router A上配置IPv6静态路由,并使能BFD检测功能,使用双向检测方式。
[RouterA] interface hundredgige 1/0/1
[RouterA-HundredGigE1/0/1] bfd min-transmit-interval 500
[RouterA-HundredGigE1/0/1] bfd min-receive-interval 500
[RouterA-HundredGigE1/0/1] bfd detect-multiplier 9
[RouterA-HundredGigE1/0/1] quit
[RouterA] ipv6 route-static 120:: 64 hundredgige 1/0/1 12::2 bfd control-packet
[RouterA] ipv6 route-static 120:: 64 10::100 preference 65
# 在Router B上配置静态路由,并使能BFD检测功能,使用双向检测方式。
[RouterB] interface hundredgige 1/0/1
[RouterB-HundredGigE1/0/1] bfd min-transmit-interval 500
[RouterB-HundredGigE1/0/1] bfd min-receive-interval 500
[RouterB-HundredGigE1/0/1] bfd detect-multiplier 9
[RouterB-HundredGigE1/0/1] quit
[RouterB] ipv6 route-static 121:: 64 hundredgige 1/0/1 12::1 bfd control-packet
[RouterB] ipv6 route-static 121:: 64 13::2 preference 65
[RouterC] ipv6 route-static 120:: 64 13::1
[RouterC] ipv6 route-static 121:: 64 10::102
下面以Router A为例,Router B和Router A类似,不再赘述。
Total Session Num: 1 Up Session Num: 1 Init Mode: Active
IPv6 session working in control packet mode:
Local Discr: 513 Remote Discr: 33
Session State: Up Interface: HGE1/0/1
# 查看IPv6静态路由,可以看到Router A经过L2 Switch到达Router B。
<RouterA> display ipv6 routing-table protocol static
Static Routing table Status : <Active>
Destination: 120::/64 Protocol : Static
NextHop : 12::2 Preference: 60
Interface : HGE1/0/1 Cost : 0
Static Routing table Status : <Inactive>
当Router A和Router B通过L2 Switch通信的链路出现故障时:
# 查看静态路由,可以看到Router A经过Router C到达Router B。
<RouterA> display ipv6 routing-table protocol static
Static Routing table Status : <Active>
Destination: 120::/64 Protocol : Static
NextHop : 10::100 Preference: 65
Interface : HGE1/0/2 Cost : 0
Static Routing table Status : <Inactive>
· 在Router A上配置IPv6静态路由可以到达120::/64网段,在Router B上IPv6配置静态路由可以到达121::/64网段,并使能BFD检测功能。
· 在Router C和Router D上配置IPv6静态路由可以到达120::/64网段和121::/64网段。
· Router A存在到Router B的接口Loopback1(2::9/128)的路由,出接口为HundredGigE1/0/1;Router B存在到Router A的接口Loopback1(1::9/128)的路由,出接口为HundredGigE1/0/1;Router D存在到1::9/128的路由,出接口为HundredGigE1/0/1,存在到2::9/128的路由,出接口为HundredGigE1/0/2。
· 当Router A和Router B通过Router D通信的链路出现故障时,BFD能够快速感知,并且切换到Router C进行通信。
|
|
||||
|
|
||||
|
|
缺省情况下,本设备的接口处于ADM(Administratively Down)状态,请根据实际需要在对应接口视图下使用undo shutdown命令开启接口。
# 在Router A上配置IPv6静态路由,并使能BFD检测功能,使用双向检测方式。
[RouterA] bfd multi-hop min-transmit-interval 500
[RouterA] bfd multi-hop min-receive-interval 500
[RouterA] bfd multi-hop detect-multiplier 9
[RouterA] ipv6 route-static 120:: 64 2::9 bfd control-packet bfd-source 1::9
[RouterA] ipv6 route-static 120:: 64 10::100 preference 65
[RouterA] ipv6 route-static 2::9 128 12::2
# 在Router B上配置IPv6静态路由,并使能BFD检测功能,使用双向检测方式。
[RouterB] bfd multi-hop min-transmit-interval 500
[RouterB] bfd multi-hop min-receive-interval 500
[RouterB] bfd multi-hop detect-multiplier 9
[RouterB] ipv6 route-static 121:: 64 1::9 bfd control-packet bfd-source 2::9
[RouterB] ipv6 route-static 121:: 64 13::2 preference 65
[RouterB] ipv6 route-static 1::9 128 11::1
[RouterC] ipv6 route-static 120:: 64 13::1
[RouterC] ipv6 route-static 121:: 64 10::102
[RouterD] ipv6 route-static 120:: 64 11::2
[RouterD] ipv6 route-static 121:: 64 12::1
[RouterD] ipv6 route-static 2::9 128 11::2
[RouterD] ipv6 route-static 1::9 128 12::1
下面以Router A为例,Router B和Router A类似,不再赘述。
Total Session Num: 1 Up Session Num: 1 Init Mode: Active
IPv6 session working in control packet mode:
Local Discr: 513 Remote Discr: 33
Session State: Up Interface: N/A
# 查看IPv6静态路由,可以看到Router A经过Router D到达Router B。
<RouterA> display ipv6 routing-table protocol static
Static Routing table Status : <Active>
Destination: 120::/64 Protocol : Static
Interface : HGE1/0/1 Cost : 0
Static Routing table Status : <Inactive>
当Router A和Router B通过Router D通信的链路出现故障时:
# 查看IPv6静态路由,可以看到Router A经过Router C到达Router B。
<RouterA> display ipv6 routing-table protocol static
Static Routing table Status : <Active>
Destination: 120::/64 Protocol : Static
NextHop : 10::100 Preference: 65
Interface : HGE1/0/2 Cost : 0
IPv6缺省路由是在路由器没有找到匹配的IPv6路由表项时使用的路由。
· 第一种是网络管理员手工配置。配置请参见“1.2 配置IPv6静态路由”,指定的目的地址为::/0(前缀长度为0)。
· 第二种是动态路由协议生成,由路由能力比较强的路由器将IPv6缺省路由发布给其它路由器,其它路由器在自己的路由表里生成指向那台路由器的缺省路由。配置请参见各个路由协议手册。
不同款型规格的资料略有差异, 详细信息请向具体销售和400咨询。H3C保留在没有任何通知或提示的情况下对资料内容进行修改的权利!