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

topology:
  nodes:
    srl:
      kind: nokia_srlinux
      image: ghcr.io/nokia/srlinux:23.7.1
      startup-config: srl.cli

    vswitch:
      kind: juniper_vjunosswitch
      image: vrnetlab/vr-vjunosswitch:23.2R1.14
      startup-config: vjunos.cfg

  links:
    - endpoints: ["srl:e1-1", "vswitch:eth1"]
    - endpoints: ["srl:e1-2", "vswitch:eth2"]
    - endpoints: ["srl:e1-3", "vswitch:eth3"]