Configuring BFD Quick Steps for Configuring BFD
OmniSwitch AOS Release 8 Network Configuration Guide December 2017 page 20-7
-> ip isis vlan 10 bfd-state enable
-> ip isis bfd-state all-vlans enable
Configuring BFD Support for OSPF
1 Register OSPF with the BFD protocol using the ip ospf bfd-state command. For example:
-> ip ospf bfd-state enable
2 Enable BFD session on a specific OSPF interface using the ip ospf interface bfd-state command or on
all OSPF interfaces using the ip ospf bfd-state all-interfaces command. For example:
-> ip ospf interface int1 bfd-state enable
-> ip ospf bfd-state all-interfaces
3 Establish BFD sessions with all OSPF DR neighbors in full states only or with all neighbors greater
than or equal to the “2-way” state using the ip ospf interface bfd-state drs-only command or the ip ospf
interface bfd-state all-neighbors command. For example:
-> ip ospf interface int1 bfd-state drs-only
-> ip ospf interface int1 bfd-state all-neighbors enable
Configuring BFD Support for OSPFv3
1 Register OSPFv3 with the BFD protocol using the ipv6 ospf bfd-state command. For example:
-> ipv6 ospf bfd-state enable
2 Enable BFD session on a specific OSPFv3 interface using the ipv6 ospf interface bfd-state command
or on all OSPFv3 interfaces using the ipv6 ospf bfd-state all-interfaces command. For example:
-> ipv6 ospf interface int2 bfd-state enable
-> ipv6 ospf bfd-state all-interfaces
3 Establish BFD sessions with all OSPFv3 DR neighbors in full states only or with all neighbors greater
than or equal to the “2-way” state using the ipv6 ospf interface bfd-state drs-only command or the ipv6
ospf interface bfd-state all-neighbors command. For example:
-> ipv6 ospf interface int2 bfd-state drs-only
-> ipv6 ospf interface int2 bfd-state all-neighbors enable
Configuring BFD Support for IPv4 PIM
1 Register IPv4 PIM with the BFD protocol using the ip pim bfd-state command. For example:
-> ip pim bfd-state enable
2 Enable BFD for a specific IPv4 PIM interface using the ip pim interface bfd-state command or for all
IPv4 PIM interfaces using the ip pim bfd-state all-interfaces command. For example:
-> ip pim interface pimInt1 bfd-state enable
-> ip pim bfd-state all-interfaces enable
Configuring BFD Support for IPv6 PIM
1 Register IPv6 PIM with the BFD protocol using the ipv6 pim bfd-state command. For example:
-> ipv6 pim bfd-state enable