Example: isis narrow metric¶
r1
hostname r1
vrf def v1
rd 1:1
exit
router isis4 1
vrf v1
net 48.4444.0000.1111.00
no metric-wide
is-type level2
red conn
exit
router isis6 1
vrf v1
net 48.6666.0000.1111.00
no metric-wide
is-type level2
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 eth1.11
vrf for v1
ipv4 addr 1.1.1.1 255.255.255.252
router isis4 1 ena
exit
int eth1.12
vrf for v1
ipv6 addr 1234:1::1 ffff:ffff::
router isis6 1 ena
exit
r2
hostname r2
vrf def v1
rd 1:1
exit
router isis4 1
vrf v1
net 48.4444.0000.2222.00
no metric-wide
is-type level2
red conn
exit
router isis6 1
vrf v1
net 48.6666.0000.2222.00
no metric-wide
is-type level2
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 eth1.11
vrf for v1
ipv4 addr 1.1.1.2 255.255.255.252
router isis4 1 ena
exit
int eth1.12
vrf for v1
ipv6 addr 1234:1::2 ffff:ffff::
router isis6 1 ena
exit
int eth2.11
vrf for v1
ipv4 addr 1.1.1.5 255.255.255.252
router isis4 1 ena
exit
int eth2.12
vrf for v1
ipv6 addr 1234:2::1 ffff:ffff::
router isis6 1 ena
exit
r3
hostname r3
vrf def v1
rd 1:1
exit
router isis4 1
vrf v1
net 48.4444.0000.3333.00
is-type level2
red conn
exit
router isis6 1
vrf v1
net 48.6666.0000.3333.00
is-type level2
red conn
exit
int lo1
vrf for v1
ipv4 addr 2.2.2.3 255.255.255.255
ipv6 addr 4321::3 ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
exit
int eth1.11
vrf for v1
ipv4 addr 1.1.1.6 255.255.255.252
router isis4 1 ena
exit
int eth1.12
vrf for v1
ipv6 addr 1234:2::2 ffff:ffff::
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
r1 tping 0 20 2.2.2.3 vrf v1 sou lo1
r1 tping 0 20 4321::3 vrf v1 sou lo1
r2 tping 0 20 2.2.2.3 vrf v1 sou lo1
r2 tping 100 20 4321::3 vrf v1 sou lo1
r3 tping 100 20 2.2.2.3 vrf v1
r3 send conf t
r3 send router isis4 1
r3 send no metric-wide
r3 send end
r3 send conf t
r3 send router isis6 1
r3 send no metric-wide
r3 send end
r3 tping 100 20 2.2.2.3 vrf v1
r1 tping 100 20 2.2.2.3 vrf v1 sou lo1
r1 tping 100 20 4321::3 vrf v1 sou lo1
r2 tping 100 20 2.2.2.3 vrf v1 sou lo1
r2 tping 100 20 4321::3 vrf v1 sou lo1
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
output ../binTmp/rout-isis.html
<html><body bgcolor="#000000" text="#FFFFFF" link="#00FFFF" vlink="#00FFFF" alink="#00FFFF">
here are the ipv4 neighbors:
here are the ipv6 neighbors:
here is the ipv4 database:
here is the ipv6 database:
here is the ipv4 tree:
here is the ipv6 tree:
here are the ipv4 routes:
here are the ipv6 routes:
- Install ContainerLab as described here
- Fetch rout-isis009 file
- Launch ContainerLab
rout-isis009.yml
topology:
containerlab deploy --topo rout-isis009.yml
rout-isis009.yml
topology:
containerlab destroy --topo rout-isis009.yml