Configuring a BFD Context
config
context context_name
bfd-protocol
[ bfd echo ]
exit
Notes:
•
Echo function can be optionally enabled for all interfaces in this context.
•
16 BFD sessions per context and 64 per chassis.
Configuring IPv4 BFD for Static Routes
Enable BFD on an interface.
config
context bfd_context_name
interface if_name
ip address ipv4_address ipv4_mask
bfd interval interval_value min_rx rx_value multiplier multiplier_value
[ bfd echo ]
exit
Configure BFD static route.
ip route static bfd if_name ipv4_gw_address
Add static routes.
ip route ipv4_address ipv4_mask
ip route ipv4_address ipv4_mask
Configuring IPv6 BFD for Static Routes
Enable BFD on an Interface
config
context bfd_context_name
interface if_name
ipv6 address ipv6_address ipv6_mask
bfd interval interval_value min_rx rx_value multiplier multiplier_value
[ bfd echo ]
exit
Configure BFD static route.
ipv6 route static bfd if_name ipv6_gw_address
Add static routes.
ipv6 route ipv6_address ipv6_mask
ipv6 route ipv6_address ipv6_mask
ASR 5500 System Administration Guide, StarOS Release 21.5
224
Routing
Configuring BFD