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

topology:
  nodes:
    vmx:
      kind: juniper_vmx
      image: vrnetlab/vr-vmx:20.4R1.12
    # sros node is defined in a `vxlan-sros.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: ["vmx:eth1", "host:vmx-eth1"]
    - endpoints: ["vmx:eth2", "host:vmx-eth2"]