IOS-XR / IOS BFD examples

IOS-XR BFD configuration guide is quite long. The IGP part is not, but you should understand intervals and multipliers. Legacy IOS BFD configuration is also available, but was lacking sane values for my favourite legacy platform Catalyst 6500 / SUP720.

As a quick start for BFD for OSPF between IOS-XR and IOS see:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
IOS
router ospfv3 200
 bfd all-interfaces
router ospf 200
 bfd all-interfaces
interface TenGigabitEthernet3/1
 bfd interval 50 min_rx 50 multiplier 7


IOS-XR
router ospf 200
 bfd minimum-interval 50
 bfd multiplier 7
 area 0
  interface TenGigE0/0/2/1
   bfd fast-detect

Scaling limitations legacy Catalyst 6500 / SUP720-3BXL + DFC: As per very legacy IOS 12.2SXI release notes the scaling limit is at least 50 sessions with 50s intervals. Tough this software release is rather old and does not go into platform specifics. The intervals above do work without any issues from my point of view.