bfd min-transmit-interval

Syntax

bfd min-transmit-interval <INTERVAL>

no bfd min-transmit-interval

Description

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

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

Command context

config-if

Parameters

<INTERVAL>

Specifies the minimum transmit interval in milliseconds. Range: 1000-20000 milliseconds. Default: 3000 milliseconds.

Authority

Administrators

Usage

  • If the minimum time interval is set to 1000 milliseconds, then bdf detect-multiplier should be set to at least 3.
  • If bdf detect-multiplier is set to 1, then the minimum transmit interval should be set to at least 3000 milliseconds.

Examples

Setting the minimum transmit interval to 5000 milliseconds on interface 1/1/1:

switch(config)# interface 1/1/1
switch(config-if)# bfd min-transmit-interval 5000

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

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