As the solution design BFD for VRRP being applied to achieve the recovery time within the required 50ms. Currently 17 BFD sessions are configured for VRRP and they are working fine. As soon as customer configure another BFD sessions for newly added Vlanif, all the BFD sessions start flapping randomly.
Apr 4 2018 17:27:48+03:00 ICC-LAN-UP-1 %BFD/4/STACHG_TODWN(l)[47]:BFD session changed to Down. (SlotNumber=0, Discriminator=8209, Diagnostic=DetectDown, Applications=VRRP | AUTO, ProcessPST=False, BindInterfaceName=Vlanif14, InterfacePhysicalState=Up, InterfaceProtocolState=Up)
1. Checking the BFD for VRRP configuration, and it is right.
#
bfd vrrp18 bind peer-ip 10.1.1.2 interface Vlanif18 source-ip 10.1.1.1 auto
min-tx-interval 50
min-rx-interval 50
commit
#
#
interface Vlanif18
ip address 10.1.1.1 255.255.255.0
vrrp vrid 18 virtual-ip 10.1.1.3
vrrp vrid 18 priority 110
vrrp vrid 18 preempt-mode timer delay 250
vrrp vrid 18 track bfd-session session-name vrrp18
#
As customer needs the interval should be within 50ms, so command "set service-mode enhanced" should be confiugred. By default, S5720HIs work in normal mode, requiring the interval for receiving BFD packets to be longer than or equal to 100 ms. If the interval cannot meet requirements, run the set service-mode command to change the working mode of an S5720HI to enhanced so that the S5720HI supports a minimum of 3 ms interval.
Using command "set service-mode enhanced" to set the working mode of the device to enhanced.

