Example: ethernet trill-fgl encapsulation¶
r1
hostname r1
vrf def v1
rd 1:1
exit
int eth1
enc trill-fgl
exit
int eth1.11
vrf for v1
ipv4 addr 1.1.1.1 255.255.255.0
ipv6 addr 1234::1 ffff::
exit
r2
hostname r2
vrf def v1
rd 1:1
exit
int eth1
enc trill-fgl
exit
int eth1.11
vrf for v1
ipv4 addr 1.1.1.2 255.255.255.0
ipv6 addr 1234::2 ffff::
exit
r1 tping 100 5 1.1.1.2 vrf v1
r2 tping 100 5 1.1.1.1 vrf v1
r1 tping 100 5 1234::2 vrf v1
r2 tping 100 5 1234::1 vrf v1
- Install ContainerLab as described here
- Fetch conn-eth31 file
- Launch ContainerLab
conn-eth31.yml
topology:
containerlab deploy --topo conn-eth31.yml
conn-eth31.yml
topology:
containerlab destroy --topo conn-eth31.yml