Example: isis peer template¶
r1
hostname r1
vrf def v1
rd 1:1
exit
router isis4 1
vrf v1
net 48.4444.0000.1111.00
red conn
exit
router isis6 1
vrf v1
net 48.6666.0000.1111.00
red conn
exit
int lo1
vrf for v1
ipv4 addr 2.2.2.1 255.255.255.255
ipv6 addr 4321::1 ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
exit
int temp1
vrf for v1
ipv4 addr 9.9.9.9 255.255.255.0
router isis4 1 ena
exit
int temp2
vrf for v1
ipv6 addr 9999::9 ffff::
router isis6 1 ena
exit
int eth1
vrf for v1
ipv4 addr 1.1.1.1 255.255.255.0
temp temp1
exit
int eth2
vrf for v1
ipv6 addr 1234::1 ffff::
temp temp2
exit
r2
hostname r2
vrf def v1
rd 1:1
exit
router isis4 1
vrf v1
net 48.4444.0000.2222.00
red conn
exit
router isis6 1
vrf v1
net 48.6666.0000.2222.00
red conn
exit
int lo1
vrf for v1
ipv4 addr 2.2.2.2 255.255.255.255
ipv6 addr 4321::2 ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
exit
int temp1
vrf for v1
ipv4 addr 9.9.9.9 255.255.255.0
exit
int temp2
vrf for v1
ipv6 addr 9999::9 ffff::
exit
int eth1
vrf for v1
ipv4 addr 1.1.1.2 255.255.255.0
temp temp1
exit
int eth2
vrf for v1
ipv6 addr 1234::2 ffff::
temp temp2
exit
int temp1
router isis4 1 ena
exit
int temp2
router isis6 1 ena
exit
r1 tping 100 20 2.2.2.2 vrf v1
r2 tping 100 20 2.2.2.1 vrf v1
r1 tping 100 20 4321::2 vrf v1
r2 tping 100 20 4321::1 vrf v1
r2 output show ipv4 isis 1 nei
r2 output show ipv6 isis 1 nei
r2 output show ipv4 isis 1 dat 2
r2 output show ipv6 isis 1 dat 2
r2 output show ipv4 isis 1 tre 2
r2 output show ipv6 isis 1 tre 2
r2 output show ipv4 route v1
r2 output show ipv6 route v1
- Install ContainerLab as described here
- Fetch rout-isis032 file
- Launch ContainerLab
rout-isis032.yml
topology:
containerlab deploy --topo rout-isis032.yml
rout-isis032.yml
topology:
containerlab destroy --topo rout-isis032.yml