ipv6 pim6-sparse bfd
Syntax
ipv6 pim6-sparse bfd [disable]
no ipv6 pim6-sparse 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
ipv6 pim6-sparse 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
ipv6 pim6-sparse 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 vlan 40 switch(config-if-vlan)# ipv6 pim6-sparse bfd
Disabling the BFD configuration on the interface:
switch(config-if-vlan)# ipv6 pim6-sparse bfd disable
Removing the BFD configuration on the interface:
switch(config-if-vlan)# no ipv6 pim6-sparse bfd