├── .gitignore ├── LICENSE ├── README.md ├── img ├── topology.drawio ├── topology.png └── wemulate_clab_demo.gif └── wemulate.clab.yml /.gitignore: -------------------------------------------------------------------------------- 1 | clab-* 2 | *clab.yml.bak -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wemulate/wemulate-containerlab-demo/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wemulate/wemulate-containerlab-demo/HEAD/README.md -------------------------------------------------------------------------------- /img/topology.drawio: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wemulate/wemulate-containerlab-demo/HEAD/img/topology.drawio -------------------------------------------------------------------------------- /img/topology.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wemulate/wemulate-containerlab-demo/HEAD/img/topology.png -------------------------------------------------------------------------------- /img/wemulate_clab_demo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wemulate/wemulate-containerlab-demo/HEAD/img/wemulate_clab_demo.gif -------------------------------------------------------------------------------- /wemulate.clab.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/wemulate/wemulate-containerlab-demo/HEAD/wemulate.clab.yml --------------------------------------------------------------------------------