bfd min-receive-interval

Syntax

bfd min-receive-interval <INTERVAL>

no bfd min-receive-interval

Description

Sets the minimum time interval between received BFD control packets on an interface.

The no form of this command sets the minimum interval between received BFD control packets to the default value of 3000 milliseconds.

Command context

config-if

Parameters

<INTERVAL>

Specifies the minimum receive interval in milliseconds. A value of 0 means that the switch does not support reception of BFD control packets.

Range for 8400 switches: 0 to 20000 milliseconds.

Range for 832x switches: 100 to 20000 milliseconds.

Default: 3000 milliseconds.

Authority

Administrators

Examples

Setting the minimum receive interval to 1000 milliseconds on interface 1/1/1:

switch(config)# interface 1/1/1
switch(config-if)# bfd min-receive-interval 1000

Setting the minimum receive interval to the default value on interface 1/1/1:

switch(config)# interface 1/1/1
switch(config-if)# no bfd min-receive-interval