set protocols pim interface bfd
Run the command set protocols pim interface bfd to enables BFD for PIM on the L3 interface.
Run the command delete protocols pim interface bfd to remove this configuration.
Command Syntax
set protocols pim interface <interface-name> bfd [profile <profile-name>]
delete protocols pim interface <interface-name> bfd [profile <profile-name>]
Parameter
Parameter | Description |
interface <vlan-interface> | Specifies the VLAN interface name, the loopback interface name, the routed interface or the sub-interface name. |
profile <profile-name> | Optional. Specifies the profile name. The value is a string. It has to be pre-defined by the command set protocols bfd profile xx. Profile name can be used to modify parameters for BFD session. |
Example
Enable BFD for PIM on the VLAN interface.
admin@XorPlus# set protocols pim interface vlan200 bfd
admin@Xorplus# commit