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 / cvx01 / topo.clab.yml
Size: Mime:
name: cvx01

topology:
  nodes:
    sw1:
      kind: cumulus_cvx
      image: networkop/cx:4.3.0
      binds:
        - sw1/interfaces:/etc/network/interfaces.d/host-mounts
    sw2:
      kind: linux
      image: frrouting/frr:v7.5.1
      binds:
        - sw2/frr.conf:/etc/frr/frr.conf

  links:
    - endpoints: ["sw1:swp12", "sw2:eth21"]