Example: vxlan over ipv4¶
r1
hostname r1
vrf def v1
rd 1:1
exit
proxy-profile p1
vrf v1
exit
int eth1
vrf for v1
ipv4 addr 1.1.1.1 255.255.255.0
ipv6 addr 1234::1 ffff::
exit
bridge 1
mac-learn
exit
vpdn vx
bridge-group 1
proxy p1
target 1.1.1.2
vcid 123
protocol vxlan
exit
int bvi1
vrf for v1
ipv4 addr 2.2.2.1 255.255.255.0
ipv6 addr 4321::1 ffff::
exit
r2
hostname r2
vrf def v1
rd 1:1
exit
proxy-profile p1
vrf v1
exit
int eth1
vrf for v1
ipv4 addr 1.1.1.2 255.255.255.0
ipv6 addr 1234::2 ffff::
exit
bridge 1
mac-learn
exit
vpdn vx
bridge-group 1
proxy p1
target 1.1.1.1
vcid 123
protocol vxlan
exit
int bvi1
vrf for v1
ipv4 addr 2.2.2.2 255.255.255.0
ipv6 addr 4321::2 ffff::
exit
r1 tping 100 5 2.2.2.2 vrf v1
r2 tping 100 5 2.2.2.1 vrf v1
r1 tping 100 5 4321::2 vrf v1
r2 tping 100 5 4321::1 vrf v1
r2 output show bridge 1
r2 output show inter bvi1 full
r2 output show ipv4 arp bvi1
r2 output show ipv6 neigh bvi1
output ../binTmp/conn-vxlan.html
<html><body bgcolor="#000000" text="#FFFFFF" link="#00FFFF" vlink="#00FFFF" alink="#00FFFF">
here is the bridge:
here is the interface:
here is the arp:
here are the neighbors:
- Install ContainerLab as described here
- Fetch conn-vxlan01 file
- Launch ContainerLab
conn-vxlan01.yml
topology:
containerlab deploy --topo conn-vxlan01.yml
conn-vxlan01.yml
topology:
containerlab destroy --topo conn-vxlan01.yml