配置BFD IPv4的年代tatic route

Procedure
  1. Enable BFD support with the commandbfd.
  2. Enable BFD on an IPv4 static route with the commandip route bfd.
  3. For most deployments, the default values for the following features do not need to be changed. If your deployment requires different settings, change the default values with the indicated command:
    BFD setting Default value 命令来改变它
    Sets the BFD detection multiplier on an interface. 5 bfd detect-multiplier
    Sets the minimum time interval between received BFD echo packets. 500 milliseconds bfd min-echo-receive-interval
    Sets the minimum time interval between transmitted BFD control packets on an interface. 3000 milliseconds bfd min-transmit-interval

    Configuring the timers to be too aggressive (for example, detect-multiplier of 1) can sometimes lead to BFD session flaps depending upon traffic conditions.

  4. Review BFD configuration settings with the commandsshow bfd.

Example

Enabling BFD on a static IPv4 route.

switch#configswitch(config)#bfdswitch#interface 1/1/1switch(config-if)#no shutdownswitch(config-if)#ip address 192.168.1.1/24switch(config-if)#exitswitch(config)#ip route 10.0.2.0/24 20.0.0.2 bfd