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 / vxlan01 / vxlan-sros.clab.yml
Size: Mime:
name: vxlan

topology:
  nodes:
    sros:
      kind: nokia_sros
      image: vr-sros:21.2.R1
      license: license-sros20.txt
    # vmx node is defined in a `vxlan-vmx.clab.yml` topo file
    # that is launched on another VM

  links:
    # we expose two sros container interfaces
    # to host namespace by using host interfaces style
    # docs: https://containerlab.dev/manual/network/#host-links
    - endpoints: ["sros:eth1", "host:sr-eth1"]
    - endpoints: ["sros:eth2", "host:sr-eth2"]