Example: interop1: pppoe with pap¶
r1
hostname r1
vrf def v1
rd 1:1
exit
int di1
enc ppp
vrf for v1
ipv4 addr 2.2.2.1 255.255.255.0
ipv6 addr fe80::1234 ffff::
ppp ip4cp local 2.2.2.1
ppp ip4cp open
ppp ip6cp open
ppp user usr
ppp pass pwd
exit
int eth1
p2poe server di1
exit
r2
hostname r2
ip routing
ipv6 unicast-routing
username usr password pwd
interface dialer1
encapsulation ppp
ip address 2.2.2.2 255.255.255.0
ipv6 address fe80::4321 link-local
dialer pool 1
dialer persistent
ppp authentication pap
exit
interface gigabit1
pppoe-client dial-pool-number 1
no shutdown
exit
r1 tping 100 60 2.2.2.2 vrf v1
r1 tping 100 60 fe80::4321 vrf v1
- Install ContainerLab as described here
- Fetch intop1-pppoe03 file
- Launch ContainerLab
intop1-pppoe03.yml
topology:
containerlab deploy --topo intop1-pppoe03.yml
intop1-pppoe03.yml
topology:
containerlab destroy --topo intop1-pppoe03.yml