I am configuring OSPF routing for one custoemr. I am trying to minimize convergance time as much as possible and I am compairing convergance time between different options and whether BFD adds any value on top of OSPF.
1- For directly connected routers, is there eany added value for BFD? once the interface is down, its IP address will be removed rom routing table immediately (VLAN will be down as this is the only interface in this VLAN).
2- For in-directly connected routers (L2 devices inbetween), I couldnt find any advantage by configuring BFD. As per documentation (for 5400 and 8400), the minimum time to decalre the router down is 3 seconds while I can acheive less than this with OSPF timers.
This is from BFD documentaion in 8400
- If the minimum time interval is set to 1000 milliseconds, then bdf detect-multiplier should be set to at least 3.
- If bdf detect-multiplier is set to 1, then the minimum transmit interval should be set to at least 3000 milliseconds.
and this is from OSPF documentation where dead timer can be set to as low as 1 second
ip ospf all dead-interval 1-65535
Assigns the specified dead interval to all networks configured on the VLAN. (Operates the same as the ip
ospf dead-interval option, above.)
Default: 40 seconds; range 1–65535 seconds
#8400#5400