containerlab icon indicating copy to clipboard operation
containerlab copied to clipboard

container-based networking labs

Results 151 containerlab issues
Sort by recently updated
recently updated
newest added

To allow using Containerlab as a go library we need to adjust some things, that went wrong in the past. - Introduce clear seperation of cmd and clab package -...

enhancement

Dear team, we are looking to get the details how to create container image for Cisco 8000 in the same way as other containers. Sadly, this explanation doesn't really seem...

Hello, I am trying to use network-mode: none with VM-based node, but node does not start: ``` name: vsrx-cluster topology: nodes: node0: kind: juniper_vsrx image: vrnetlab/vr-vsrx:23.2R1.13 network-mode: none env: CLAB_INTFS:...

Containerlab can successfully run in a d-in-d container and it is a perfect wrapping for CI tasks. We need to create and publish a d-in-d image that would have a...

enhancement

macvlan interface on srl side seems to be in the down state https://discord.com/channels/854262008589058058/854262008589058061/1204796952475344906 we need to check

We now introduce a new env var CLAB_INTFS_WITH_MGMT that counts the management interface in when counting calculating the number of interfaces required by clab. The reason for this change is...

``` [root@wiso-clab-france lab]# /usr/bin/containerlab tools netem set -n clab-france-toulouse -i eth2 --delay 1000ms --jitter 0ms --rate 0 --loss 0 +-----------+-------+--------+-------------+-------------+ | Interface | Delay | Jitter | Packet Loss |...

bug

currently only table output is present

This PR makes license files downloadable and embeddable. It further also implements scp and ftp as download protocols for also als the existing downloadable content (e.g. startup-config).

enhancement