API Guide

interval milliseconds 输入将控制数据包发送到 BFD 对等方的时间间隔 100 1000
min_rx milliseconds 输入从 BFD 对等方的接收控制数据包的最长等待时间 100 1000Dell
EMC 建议使用超过 100 毫秒的时间。
multiplier number 输入在将会话状态更改为 Down 之前不能从 BFD 对等方收到的最大连续数据包
3 50
role {active | passive} 如果路由器启动 BFD 会话则输入 active。两个 BFD 对等方可以同
时处于活动状态。如果路由器未启动 BFD 会话并且仅响应来自活动 BFD 的请求以初始化会话则输入
passive
默认
将控制数据包发送到 BFD 对等方的时间间隔为 200 毫秒。
接收来自 BFD 对等方的控制数据包的最长等待时间为 200 毫秒。
必须从 BFD 对等方收到的连续数据包数为 3
BFD 角色为 active
命令模式
CONFIG
使用情况信息
使用此命令可以为指定的 VRF 的所有已配置 IPv6 静态路由启用或禁用 BFD。如果未指定 VRF 名称则该
命令适用于默认 VRF
此命令的版本可以禁用 IPv6 静态路由上的 BFD
示例
OS10(config)# ipv6 route bfd interval 250 min_rx 250 multiplier 4 role active
支持的版本
10.4.2E 或更高版本
Identifier GUID-C703A7C1-BBE3-49F7-AF39-240064A1D747
Version 4
Status Translation approved
show bfd neighbors
显示有关使用默认 VRF 的所有接口的 BFD 邻居的信息。
语法
show bfd neighbors [detail | interface]
参数
detail 可选查看有关 BFD 邻居的详细信息。
active 可选查看有关其状态为“正常运行”的活动 BFD 邻居的信息。
interface interface-type 可选输入以下接口类型之一
ethernet node/slot/port[:subport] 显示以太网接口信息。
port-channel id-number 显示端口通道接口 ID 1 128
vlan vlan-id 显示 VLAN 接口编号 1 4093
默认 未配置
命令模式
EXEC
使用情况信息
使用此命令验证相邻的 BFD 会话是否使用默认的 VRF 实例。使用 detail 参数可查看 BFD 会话参数。
示例
OS10# show bfd neighbors
* - Active session role
------------------------------------------------------------------------------------------------
LocalAddr RemoteAddr Interface State RxInt TxInt Mult VRF Clients
------------------------------------------------------------------------------------------------
* 100.100.1.1 100.100.1.2 ethernet1/1/26:1 up 200 200 3 red ospfv2
* 100.100.3.1 100.100.3.2 ethernet1/1/26:3 up 200 200 3 default ospfv2
* 200.1.1.2 200.1.1.1 vlan102 up 200 200 3 black bgp
* 200.1.5.2 200.1.5.1 vlan105 up 200 200 3 default ospfv2
* 200.1.11.2 200.1.11.1 vlan111 up 200 200 3 green rtmv4
* 200.1.12.2 200.1.12.1 vlan112 up 200 200 3 default rtmv4
* 201.1.1.2 201.1.1.1 vlan101 up 200 200 3 green ospfv2
* 201.1.1.2 201.1.1.1 vlan301 down 1000 1000 3 default bgp
* 201.1.2.2 201.1.2.1 vlan302 down 1000 1000 3 default bgp
* 201.1.3.2 201.1.3.1 vlan303 down 1000 1000 3 default bgp
532 3