使用 IPv6 检查水平分割状态

网络工程 思科 路由 ip IPv6 撕裂
2022-02-25 04:38:21

在路由器运行 RIP 的帧中继多点拓扑中,我们知道 RIP 默认情况下使用 IPv6 保持水平分割,我们进入 RIP 进程并使用 no ip-split horizo​​n 禁用它。

但我的问题是,您运行什么命令来检查是否在 IPv6 接口上禁用了水平分割?

非常感谢!

1个回答

对于 Cisco 设备,这非常简单:

Router> show ipv6 rip
RIP process "process1", port 521, multicast-group FF02::9, pid 62
  Administrative distance is 120. Maximum paths is 1
  Updates every 5 seconds, expire after 15
  Holddown lasts 10 seconds, garbage collect after 30
  Split horizon is on; poison reverse is off
  Default routes are generated
  Periodic updates 223, trigger updates 1
 Interfaces:
  Ethernet0/0
 Redistribution:
  Redistributing protocol bgp 65001 route-map bgp-to-rip

注意Split horizon is on;输出中的 。

思科有很多关于这类事情的文档,例如Chapter: Implementing RIP for IPv6