Administrative Status : Enabled
Echo Source IP : 3.3.3.3
Maximum number of sessions supported : 128
Number of sessions reserved for internal use : 0
Total Number of Sessions : 1
Number of Sessions Up : 1
Number of Sessions Down : 0
Global Statistics:
Total Number of Control Packets Transmitted : 9138
Total Number of Control Packets Received : 9119
Total Number of Control Packets Dropped : 27
Session VLAN Source IP Destination IP Echo State Application
-------- ------ ---------------- ---------------- ---------- ----------- -----------
1 10 172.16.4.2 172.16.4.1 Enabled Up STATIC
Example
Configuring static route BFD using destination VLAN and BFD destination IP. All other BFD parameters (like
detect multiplier, transmit/receive intervals, authentication) are automatically obtained from the associated VLAN
interface of next-hop
vlan-id
. In the following example, the BFD parameters are obtained directly from VLAN
10.
Switch 1:
Ip route <
destination-network
> <
network-mask
> vlan <
gateway-vlan
> bfd
destination-ip <
IP-Address-configured-on-peer-device
>
BFD is enabled between self-device and the peer-device for the static route configured with gateway as Nexthop-
Vlan-Id (Method 2):
switch(config)#
ip route 192.172.4.0/24 vlan 10 bfd destination-ip 172.16.4.2
switch(config)#
switch(config)#
show running-config
Running configuration:
; J9850A Configuration Editor; Created on release #KB.16.04.0000x
; Ver #10:1b.7f.bf.bb.ff.7c.59.fc.7b.ff.ff.fc.ff.ff.3f.ef:01
hostname "switch"
module A type j9992a
ip route 192.172.4.0 255.255.255.0 vlan 10 bfd destination-ip 172.16.4.2
ip routing
snmp-server community "public" unrestricted
oobm
ip address dhcp-bootp
exit
bfd enable
bfd echo-src-ip-address 2.2.2.2
vlan 1
name "DEFAULT_VLAN"
no untagged A1
untagged A2-A21
ip address dhcp-bootp
exit
vlan 10
name "VLAN10"
untagged A1
Chapter 18 Bidirectional Forwarding Detection (BFD)
427