ip pim-sparse bfd

Syntax

ip pim-sparse bfd [disable]

no ip pim-sparse bfd

Description

Configures BFD on a per-interface basis for one 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.

NOTE:

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-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 ip pim-sparse bfd command.

Command context

config-if

config-if-vlan

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)# ip pim-sparse bfd

Removing the BFD configuration on the interface:

switch(config-if-vlan)# no ip pim-sparse bfd

Disabling the BFD configuration on the interface and overriding the global setting:

switch(config-if-vlan)# ip pim-sparse bfd disable