Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
containerlab / etc / containerlab / lab-examples / srl03 / srl03.clab.yml
Size: Mime:
name: srl03

topology:
  kinds:
    nokia_srlinux:
      type: ixrd3
      image: ghcr.io/nokia/srlinux
    linux:
      image: ghcr.io/hellt/network-multitool
  nodes:
    wan1:
      kind: nokia_srlinux
    wan2:
      kind: nokia_srlinux
    wan3:
      kind: nokia_srlinux
    wan4:
      kind: nokia_srlinux
    client1:
      kind: "linux"
    client2:
      kind: "linux"
    client3:
      kind: "linux"
    client4:
      kind: "linux"

  links:
    # wan1 <-> wan2 connections
    - endpoints: ["wan1:e1-1", "wan2:e1-1"]
    - endpoints: ["wan1:e1-2", "wan2:e1-2"]
    - endpoints: ["wan1:e1-3", "wan2:e1-3"]
    - endpoints: ["wan1:e1-4", "wan2:e1-4"]

    # wan1 <-> wan3 connections
    - endpoints: ["wan1:e1-5", "wan3:e1-1"]
    - endpoints: ["wan1:e1-6", "wan3:e1-2"]

    # wan1 <-> wan4 connections
    - endpoints: ["wan1:e1-7", "wan4:e1-1"]
    - endpoints: ["wan1:e1-8", "wan4:e1-2"]

    # wan2 <-> wan3 connections
    - endpoints: ["wan2:e1-5", "wan3:e1-3"]
    - endpoints: ["wan2:e1-6", "wan3:e1-4"]

    # wan2 <-> wan4 connections
    - endpoints: ["wan2:e1-7", "wan4:e1-3"]
    - endpoints: ["wan2:e1-8", "wan4:e1-4"]

    # wan3 <-> wan4 connections
    - endpoints: ["wan3:e1-5", "wan4:e1-5"]
    - endpoints: ["wan3:e1-6", "wan4:e1-6"]

    # client connections
    - endpoints: ["client1:eth1", "wan1:e1-9"]
    - endpoints: ["client2:eth1", "wan2:e1-9"]
    - endpoints: ["client3:eth1", "wan3:e1-7"]
    - endpoints: ["client4:eth1", "wan4:e1-7"]