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 / clos01 / clos01.clab.yml
Size: Mime:
# topology documentation: http://containerlab.dev/lab-examples/min-clos/
name: clos01

topology:
  kinds:
    nokia_srlinux:
      image: ghcr.io/nokia/srlinux
    linux:
      image: ghcr.io/hellt/network-multitool
  nodes:
    leaf1:
      kind: nokia_srlinux
      type: ixrd2l
    leaf2:
      kind: nokia_srlinux
      type: ixrd2l
    spine:
      kind: nokia_srlinux
      type: ixrd3l
    client1:
      kind: linux
    client2:
      kind: linux

  links:
    - endpoints: ["leaf1:e1-1", "spine:e1-1"]
    - endpoints: ["leaf2:e1-1", "spine:e1-2"]
    - endpoints: ["client1:eth1", "leaf1:e1-2"]
    - endpoints: ["client2:eth1", "leaf2:e1-2"]