ip pim-sparse bfd

Syntax

ip pim-sparse bfd [disable]

no ip pim-sparse bfd [disable]

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.

NOTE:

If BFD is enabled globally, it will be enabled by default on all interfaces. The only exception is when it is specifically disabled on an interface.

If BFD is disabled globally, it will disabled by default on all interfaces. The only exception is when it is specifically enabled on an interface.

Command context

config-if

config-if-vlan

Parameters

disable

Disables the BFD configuration on the interface.

Authority

Administrators

Examples

Enabling the BFD configuration on the interface:

switch(config)# interface vlan40
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:

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