Using BFD in a multicast network speeds up system response if a network fault occurs, improving multicast networking sensitivity and reliability.
In a traditional multicast network, if the DR fails, the system elects a new DR only after the PIM neighbor relationship times out. The election takes several seconds, but a network interruption for several seconds will result in service losses for most enterprises.
To improve multicast networking sensitivity and reliability, BFD is introduced to PIM-SM to speed up system response upon a network interruption within milliseconds. BFD can detect the PIM neighbor status on a shared network segment. Once a network fault occurs, BFD reports the fault to the PIM module. The PIM module directly triggers the DR election without waiting for the timeout of the PIM neighbor relationship. The new DR replaces the faulty DR, reducing enterprise losses. BFD also applies to Assert election on the shared network segment, enabling the system to rapidly respond to Assert Winner interface faults.
Before configuring BFD for IPv4 PIM, complete the following tasks:
Configure unicast routing protocols.
interface interface-type interface-number
By default, BFD for IPv4 PIM is disabled.
pim bfd { min-tx-interval tx-value | min-rx-interval rx-value | detect-multiplier multiplier-value } *
Actual detection interval = Peer detect-multiplier x Max(Remote min-tx-interval, Local min-rx-interval)