Example: interop8: ospf nssa area¶
r1
hostname r1
vrf def v1
rd 1:1
exit
router ospf4 1
vrf v1
router 4.4.4.1
area 1 ena
no area 1 host
area 1 nssa
exit
router ospf6 1
vrf v1
router 6.6.6.1
area 1 ena
no area 1 host
area 1 nssa
exit
int eth1
vrf for v1
ipv4 addr 1.1.1.1 255.255.255.0
ipv6 addr fe80::1 ffff::
router ospf4 1 ena
router ospf6 1 ena
exit
int lo0
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
router ospf4 1 ena
router ospf6 1 ena
exit
r2
hostname r2
ip forwarding
ipv6 forwarding
router ospf
area 1 nssa
exit
router ospf6
area 1 nssa
interface ens3 area 0.0.0.1
interface lo area 0.0.0.1
exit
interface lo
ip addr 2.2.2.2/32
ipv6 addr 4321::2/128
ip ospf area 1
exit
interface ens3
ip address 1.1.1.2/24
ip ospf area 1
ip ospf network point-to-point
ipv6 ospf6 network point-to-point
no shutdown
exit
r1 tping 100 10 1.1.1.2 vrf v1
r1 tping 100 60 2.2.2.2 vrf v1 sou lo0
r1 tping 100 60 4321::2 vrf v1 sou lo0
- Install ContainerLab as described here
- Fetch intop8-ospf06 file
- Launch ContainerLab
intop8-ospf06.yml
topology:
containerlab deploy --topo intop8-ospf06.yml
intop8-ospf06.yml
topology:
containerlab destroy --topo intop8-ospf06.yml