Commit e41e43f2 authored by David José Araújo Ferreira's avatar David José Araújo Ferreira
Browse files

containerlab pre-configured lab

parent 6c4ef63c
Loading
Loading
Loading
Loading
+0 −0

Empty file added.

+0 −0

Empty file added.

+6 −0
Original line number Diff line number Diff line
@@ -47,11 +47,17 @@ topology:
      cpu: 0.1
      memory: 100MB
      mgmt-ipv4: 172.100.100.201
      exec:
        - ip address add 172.16.1.10/24 dev eth1
        - ip route add 172.16.2.0/24 via 172.16.1.1
    client2:
      kind: linux
      cpu: 0.1
      memory: 100MB
      mgmt-ipv4: 172.100.100.202
      exec:
        - ip address add 172.16.2.10/24 dev eth1
        - ip route add 172.16.2.0/24 via 172.16.2.1

  links:
    - endpoints: ["srl1:e1-1", "srl2:e1-1"]