Configuration Examples

This section provides micro-BFD configuration examples for null and dot1q encapsulation interface types.

Table: Configuring Micro-BFD for Network LAG Using Null Encapsulation  shows an example of configuring micro-BFD for network LAG using null encapsulation.

Table: Configuring Micro-BFD for Network LAG Using Null Encapsulation 

Local LAG Node Configuration

Remote LAG Node Configuration

*A:7705:Dut-A# configure lag 10

*A:7705:Dut-A>config>lag# info

-----------------------------------

description "NETWORK LAG - NULL ENCAP" port 1/2/1 port 1/3/1 lacp active administrative-key 32769 bfd family ipv4 local-ip-address 110.110.110.1 remote-ip-address 110.110.110.2 no shutdown exit exit no shutdown

*A:7705:Dut-A# configure router interface "int-lag-10"

*A:7705:Dut-A>config>router>if# info�

-----------------------------------

address 110.110.110.1/24 port lag-10 no shutdown

*A:7705:Dut-A# /configure lag 10

*A:7705:Dut-A>config>lag# info

-----------------------------------

description "NETWORK LAG - NULL ENCAP" port 1/4/1 port 1/6/1 lacp active administrative-key 32769 bfd family ipv4 local-ip-address 110.110.110.2 remote-ip-address 110.110.110.1 no shutdown exit exit no shutdown

*A:7705:Dut-A# configure router interface "int-lag-10"

*A:7705:Dut-A>config>router>if# info

-----------------------------------

address 110.110.110.2/24 port lag-10 no shutdown

Note:

Table: Configuring Micro-BFD for Network LAG Using Dot1q Encapsulation with no Interface  shows an example of configuring micro-BFD for network LAG using dot1q encapsulation with no interface.

Table: Configuring Micro-BFD for Network LAG Using Dot1q Encapsulation with no Interface 

Local LAG Node Configuration

Remote LAG Node Configuration

*A:7705:Dut-A# configure lag 12

*A:7705:Dut-A>config>lag# info

-----------------------------------

description "NETWORK LAG - DOT1Q ENCAP" encap-type dot1q port 1/2/2 port 1/3/2 bfd family ipv4 local-ip-address 120.120.120.11 remote-ip-address 120.120.120.12 no shutdown exit exit no shutdown

*A:7705:Dut-A# /configure lag 12

*A:7705:Dut-A>config>lag# info

-----------------------------------

description "NETWORK LAG - DOT1Q ENCAP" encap-type dot1q port 1/4/2 port 1/6/2 bfd family ipv4 local-ip-address 120.120.120.12 remote-ip-address 120.120.120.11 no shutdown exit exit no shutdown

Note:

Table: Configuring Micro-BFD for Network LAG Using Dot1q Encapsulation with Multiple Non-Zero VLAN Interfaces  shows an example of configuring micro-BFD for network LAG using dot1q encapsulation with multiple non-zero VLAN interfaces.

Table: Configuring Micro-BFD for Network LAG Using Dot1q Encapsulation with Multiple Non-Zero VLAN Interfaces 

Local LAG Node Configuration

Remote LAG Node Configuration

*A:7705:Dut-A# configure lag 12

*A:7705:Dut-A>config>lag# info

-----------------------------------

description "NETWORK LAG - DOT1Q ENCAP"

encap-type dot1q

port 1/2/2

port 1/3/2

bfd

family ipv4 local-ip-address 120.120.120.11 remote-ip-address 120.120.120.12 no shutdown exitexitno shutdown

*A:7705:Dut-A# /configure lag 12

*A:7705:Dut-A>config>lag# info

-----------------------------------

description "NETWORK LAG - DOT1Q ENCAP"

encap-type dot1q

port 1/4/2port 1/6/2bfd family ipv4 local-ip-address 120.120.120.12 remote-ip-address 120.120.120.11 no shutdown exitexitno shutdown

*A:7705:Dut-A # configure router

*A:7705:Dut-A>config>router# info

-----------------------------------

echo "IP Configuration"

#----------------------------------

interface "int-lag-12” address 1.2.3.4/24

port lag-12:999

no shutdown

exit

interface "int-lag-12-1"

address 2.3.4.1/24

port lag-12:998

no shutdown

exit

interface "int-lag-12-2"

address 3.4.1.1/24

port lag-12:997

no shutdown

exit

*A:7705:Dut-A # configure router

*A:7705:Dut-A>config>router# info

-----------------------------------

echo "IP Configuration"

#----------------------------------

interface "int-lag-12” address 1.2.3.4/24

port lag-12:999

no shutdown

exit

interface "int-lag-12-1"

address 2.3.4.1/24

port lag-12:998

no shutdown

exit

interface "int-lag-12-2"

address 3.4.1.1/24

port lag-12:997

no shutdown

exit

Note:

Table: Configuring Micro-BFD for Network LAG Using Dot1q Encapsulation with a Zero VLAN Interface  shows an example of configuring micro-BFD for network LAG using dot1q encapsulation with a zero VLAN interface.

Table: Configuring Micro-BFD for Network LAG Using Dot1q Encapsulation with a Zero VLAN Interface 

Local LAG Node Configuration

Remote LAG Node Configuration

*A:7705:Dut-A# configure lag 12

*A:7705:Dut-A>config>lag# info

-----------------------------------

description "NETWORK LAG - DOT1Q ENCAP"

encap-type dot1q

port 1/2/2

port 1/3/2

bfd

family ipv4

local-ip-address 120.120.120.11

remote-ip-address 120.120.120.12

no shutdown

exit

exit

no shutdown

*A:7705:Dut-A /configure router

*A:7705:Dut-A>config>router# info

-----------------------------------

#----------------------------------

echo "IP Configuration"

#----------------------------------

interface "int-lag-12"

address 120.120.120.11/24

port lag-12:0

no shutdown

exit

*A:7705:Dut-A# configure lag 12

*A:7705:Dut-A>config>lag# info

-----------------------------------

description "NETWORK LAG - DOT1Q ENCAP"

encap-type dot1q

port 1/4/2

port 1/6/2

bfd

family ipv4

local-ip-address 120.120.120.12

remote-ip-address 120.120.120.11

no shutdown

exit

exit

no shutdown

*A:7705:Dut-A /configure router

*A:7705:Dut-A>config>router# info

-----------------------------------

#----------------------------------

echo "IP Configuration"

#----------------------------------

interface "int-lag-12"

address 120.120.120.12/24

port lag-12:0

no shutdown

exit

Note: