ip pim-dense bfd
Syntax
ip pim-dense bfd [disable]
no ip pim-dense bfd
Description
Configures BFD on a per-interface basis for an interface associated with the PIM process.
The
no
form of this command removes the BFD configuration on the interface and sets it to the default configuration.
If BFD is enabled globally, it will be enabled by default on all interfaces. The only exception is when it is disabled specifically on an interface using the
ip pim-dense bfd disable
command.
If BFD is disabled globally, it will be disabled by default on all interfaces. The only exception is when it is enabled specifically on an interface using the
ip pim-dense bfd
command.
Command context
config-if
config-if-vlan
config-lag-if
Parameters
disable
Disables the BFD configuration on the interface.
Authority
Administrators or local user group members with execution rights for this command.
Examples
Enabling the BFD configuration on the interface:
switch(config)# interface vlan40 switch(config-if-vlan)# ip pim-dense bfd
Removing the BFD configuration on the interface:
switch(config-if-vlan)# no ip pim-dense bfd
Disabling the BFD configuration on the interface and overriding the global setting:
switch(config-if-vlan)# ip pim-dense bfd disable