Example: loss detection¶
r1
hostname r1
vrf def v1
rd 1:1
exit
int eth1
macaddr 0000.0000.1111
vrf for v1
ipv4 addr 1.1.1.1 255.255.255.0
ipv6 addr 1234::1 ffff::
loss-detect
exit
r2
hostname r2
vrf def v1
rd 1:1
exit
int eth1
macaddr 0000.0000.2222
vrf for v1
ipv4 addr 1.1.1.2 255.255.255.0
ipv6 addr 1234::2 ffff::
loss-detect
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-eth16 file
- Launch ContainerLab
conn-eth16.yml
topology:
containerlab deploy --topo conn-eth16.yml
conn-eth16.yml
topology:
containerlab destroy --topo conn-eth16.yml