Configuring BFD Configuring BFD
OmniSwitch AOS Release 6 Network Configuration Guide September 2009 page 30-19
# of self-originated LSAs = 1,
# of LSAs received = 0,
External LSDB Limit = -1,
Exit Overflow Interval = 0,
# of SPF calculations done = 4,
# of Incr SPF calculations done = 0,
# of Init State Nbrs = 0,
# of 2-Way State Nbrs = 0,
# of Exchange State Nbrs = 0,
# of Full State Nbrs = 0,
# of attached areas = 1,
# of Active areas = 1,
# of Transit areas = 0,
# of attached NSSAs = 0,
Default Route Origination = none,
Default Route Metric-Type/Metric = type2 / 1
3 Once OSPF is registered with BFD at the protocol level, enable the OSPF interface(s) that will partici-
pate in BFD using the ip ospf interface bfd-std command. For example:
-> ip ospf interface vlan-10 bfd-std enable
The above command enables BFD on the interface named vlan-10. To enable BFD on all configured
OSPF interfaces, use the ip ospf bfd-std all-interfaces command. For example:
-> ip ospf bfd-std all-interfaces
To disable BFD for all configured OSPF interfaces, use the no form of the ip ospf bfd-std all-interfaces
command. For example:
-> no ip ospf bfd-std all-interfaces
4 To display the BFD status on an OSPF interface, use the show ip 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
5 Once OSPF is registered with BFD at the protocol level and BFD is enabled on the desired OSPF inter-
face(s), use the show ip bfd-std interfaces command to display BFD-enabled interfaces. For example:
->show ip bfd-std interfaces
Interface Admin Tx Min Rx Oper
Name Mode Status Interval Interval Multiplier Status
-----------+------------+---------+---------+---------+-----------+----------
vlan-10 ASYNCHRONOUS enabled 100 100 3 UP
vlan-20 ASYNCHRONOUS disabled 0 0 5 DOWN
6 To establish BFD sessions with neighbors that are in full state only, enter the ip ospf interface bfd-std
drs-only command as shown below:
-> ip ospf interface int1 bfd-std drs-only