Roman Dodin
Roman Dodin
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 |...
currently only table output is present
Enhance `clab tools cert sign` to (re)generate node certs for topology nodes by providing path to the topology file. It should rewrite existing node key/certs if they are present.
It has been reported that vr-based nodes have datapath connectivity issue when using the macvlan mode. Considering the following topology: ```yaml name: mvlantest topology: kinds: vr-sros: image: vrnetlab/vr-sros:22.5.R1 license: license-vsr-i-22.txt...
topo ``` name: test mgmt: external-access: true ipv4_subnet: 10.4.123.0/24 topology: kinds: vr-sros: image: registry.srlinux.dev/pub/vr-sros:22.10.R1 license: /vsim_license/license.txt nodes: sr-1: kind: vr-sros type: ixr-s config: vars: clab_system_ip: 10.0.0.1/32 sr-2: kind: vr-sros type:...
Since border0 doesn't allow unauthenticated access to the nodes it is challenging to expose lab nodes to the open internet if users wish so. We have to explore alternatives, such...
### Discussed in https://github.com/srl-labs/containerlab/discussions/1376 Originally posted by **jcpvdm** May 12, 2023 For example: ``` topology: kinds: vr-sros: image: registry.srlinux.dev/pub/vr-sros:23.3R2 type: sr-1 license: ftp://user:[email protected]/licenses.txt ```
To allow for rich configuration experience we have to make sure that startup-config files provided in the topology get templated by containerlab using the vars file we support for "templated...