API Guide

Identifier GUID-E4ABA623-5EB0-47C3-98B2-F789F8B01DB6
Version 1
Status Translation approved
禁用适用于 IPv6 静态路由的 BFD
要禁用适用于 IPv6 静态路由的 BFD请使用以下命令。
禁用适用于静态路由的 BFD
no ipv6 route bfd
CONFIGURATION 模式
Identifier GUID-13AB39EA-3741-4745-81A1-94E1D23FE486
Version 1
Status Translation approved
BFD 命令
Identifier GUID-C939EE45-103B-44DD-A84A-7E6E4EE0ACFF
Version 3
Status Translation approved
bfd
启用具有指定邻居的 BFD 会话。
语法
bfd
参数
默认 未配置
命令模式
ROUTER-NEIGHBOR
ROUTER-TEMPLATE
使用情况信息
使用 bfd 命令可配置 BFD 会话其中包含指定的邻居或继承 BGP 模板的邻居。在 ROUTER-BGP 模式下
使用 neighbor {ip-address | ipv6-address} BGP 命令指定邻居。在 ROUTER-BGP 模式下使用
template template-name 命令指定 BGP 模板。在 ROUTER-NEIGHBOR 模式下使用 no bfd 命令禁
用邻居的 BGP 会话。
使用 bfd all-neighbors 命令为查找到的邻居之间的所有 BFD 会话配置 L3 协议特定的 BFD 参数。您
配置的 BFD 参数将覆盖使用 bfd interval 命令配置的全局会话参数。
示例
OS10(conf)# router bgp 1
OS10(config-router-bgp-1)# neighbor 10.1.1.1
OS10(config-router-neighbor)# bfd
OS10(config-router-neighbor)# no shutdown
OS10(config)# router bgp 300
OS10(config-router-bgp-300)# template ebgppg
OS10(config-router-template)# bfd
OS10(config-router-template)# exit
OS10(config-router-bgp-300)# neighbor 3.1.1.1
OS10(config-router-neighbor)# inherit template ebgppg
OS10(config-router-neighbor)# no shutdown
支持的版本
10.4.1.0 or later
3 527