Configuring BFD Configuring BFD
OmniSwitch AOS Release 8 Network Configuration Guide December 2017 page 20-24
-> show ipv6 ospf
Status = Enabled,
Router ID = 30.1.1.2,
# Areas = 1,
# Interfaces = 3,
Area Border Router = No,
AS Border Router = No,
External Route Tag = 0,
SPF Hold (seconds) = 10,
SPF Delay (seconds) = 5,
MTU checking = Enabled,
BFD Status = Disabled,
# SPF calculations performed = 34,
Last SPF run (seconds ago) = N/A,
# of routes = 1,
# of AS external LSAs = 0,
# of neighbors that are in:
Full state = 1,
Loading state = 0,
Exchange state = 0,
Exstart state = 0,
2way state = 0,
Init state = 0,
Attempt state = 0,
Down state = 0,
Restart Support = Enabled,
Restart Status = Restating,
Restart Helper Support = Enabled,
Restart Helper Status = NotHelpin
3 Once OSPF or OSPFv3 is registered with BFD at the protocol level, enable the OSPF or OSPFv3
interface(s) that participate in BFD using the ip ospf interface bfd-state or the ipv6 ospf interface bfd-
state command. For example:
-> ip ospf interface vlan-10 bfd-state enable
-> ipv6 ospf interface vlan-2071 bfd-state enable
The above command enables BFD on the interfaces named vlan-10 and vlan-20. To enable BFD on all
configured OSPF or OSPFv3 interfaces, use the ip ospf bfd-state all-interfaces or the ipv6 ospf bfd-state
all-interfaces command. For example:
-> ip ospf bfd-state all-interfaces enable
-> ipv6 ospf bfd-state all-interfaces enable
To disable BFD for all configured OSPF or OSPFv3 interfaces, use the ip ospf bfd-state all-interfaces or
the ipv6 ospf bfd-state all-interfaces command with the disable keyword. For example:
-> ip ospf bfd-state all-interfaces disable
-> ipv6 ospf bfd-state all-interfaces disable
4 To display the BFD status on an OSPF or OSPFv3 interface, use the show ip ospf interface or the
show ipv6 ospf interface command. For example:
-> show ip ospf interface
Interface DR Backup DR Admin Oper BFD
Name Address Address Status Status State Status
-----------------+---------------+---------------+--------+------+------+-------
vlan-10 213.10.10.1 213.10.10.254 enabled up DR enabled
vlan-20 215.10.10.254 215.10.10.1 enabled up BDR disabled