Using transformed lab topology from snapshot file netlab.snapshot.pickle Checking virtualization provider installation OK: libvirt installed and working correctly OK: clab installed and working correctly Starting libvirt nodes creating libvirt management network nl_mgmt_17 provider libvirt: executing flock -E 42 /tmp/netlab.lock vagrant up --provider libvirt Bringing machine 'a' up with 'libvirt' provider... ==> a: Checking if box 'netlab/frr' version '10.5.1' is up to date... [fog][WARNING] Unrecognized arguments: libvirt_ip_command ==> a: Creating image (snapshot of base box volume). ==> a: Creating domain with the following settings... ==> a: -- Name: ml-17_a ==> a: -- Description: Source: /work/netlab_cicd/Vagrantfile ==> a: -- Domain type: kvm ==> a: -- Cpus: 1 ==> a: -- Feature: acpi ==> a: -- Feature: apic ==> a: -- Feature: pae ==> a: -- Clock offset: utc ==> a: -- Memory: 1024M ==> a: -- Management MAC: ca:fe:00:01:00:00 ==> a: -- Base box: netlab/frr ==> a: -- Storage pool: default ==> a: -- Image(vda): /var/lib/libvirt/images/ml-17_a.img, virtio, 3G ==> a: -- Disk driver opts: cache='default' ==> a: -- Graphics Type: vnc ==> a: -- Video Type: cirrus ==> a: -- Video VRAM: 16384 ==> a: -- Video 3D accel: false ==> a: -- Keymap: en-us ==> a: -- TPM Backend: passthrough ==> a: -- INPUT: type=mouse, bus=ps2 ==> a: Creating shared folders metadata... ==> a: Starting domain. ==> a: Domain launching with graphics connection settings... ==> a: -- Graphics Port: 5900 ==> a: -- Graphics IP: 127.0.0.1 ==> a: -- Graphics Password: Not defined ==> a: -- Graphics Websocket: 5700 ==> a: Waiting for domain to get an IP address... ==> a: Waiting for machine to boot. This may take a few minutes... a: SSH address: 192.168.17.101:22 a: SSH username: vagrant a: SSH auth method: private key a: a: Vagrant insecure key detected. Vagrant will automatically replace a: this with a newly generated keypair for better security. a: a: Inserting generated public key within guest... a: Removing insecure key from the guest if it's present... a: Key inserted! Disconnecting and reconnecting using new SSH key... ==> a: Machine booted and ready! ==> a: Running provisioner: shell... a: Running: inline script a: Setting password for user Vagrant a: Enabling SSH password authentication a: /usr/lib/frr/frrinit.sh a: FRR already installed, skipping installation Starting clab nodes Recreating clab-augment.yml configuration file for clab provider Created provider configuration file: clab-augment.yml [INFO] Setting containerlab runtime to docker provider clab: executing flock -E 42 /tmp/netlab.lock containerlab deploy --reconfigure -t clab-augment.yml 14:06:25 INFO Containerlab started version=0.75.0 14:06:25 INFO Parsing & checking topology file=clab-augment.yml 14:06:25 INFO Removing directory path=/work/netlab_cicd/clab-ml-17 14:06:25 INFO Creating docker network name=nl_mgmt_17 IPv4 subnet=192.168.17.0/24 IPv6 subnet=fd00:df:1ab:17::/64 MTU=0 14:06:25 INFO Creating lab directory path=/work/netlab_cicd/clab-ml-17 14:06:25 INFO Creating container name=c 14:06:25 INFO Creating container name=d 14:06:25 INFO Creating container name=e 14:06:26 INFO Created link: c:eth1 ▪┄┄▪ virbr1:bni17n2i1 14:06:26 INFO Created link: c:eth2 ▪┄┄▪ virbr2:bni17n2i2 14:06:26 INFO Created link: d:eth1 ▪┄┄▪ virbr2:bni17n3i1 14:06:26 INFO Created link: e:eth1 ▪┄┄▪ ml-17_5:bni17n4i1 14:06:26 INFO Created link: d:eth3 ▪┄┄▪ ml-17_5:bni17n3i3 14:06:26 INFO Created link: c:eth4 ▪┄┄▪ d:eth2 14:06:27 INFO Created link: c:eth5 ▪┄┄▪ ml-17_5:bni17n2i5 14:06:28 INFO Executed command node=d command="sleep 1" stdout="" 14:06:28 INFO Executed command node=c command="sleep 1" stdout="" 14:06:28 INFO Executed command node=e command="sleep 1" stdout="" 14:06:28 INFO Adding host entries path=/etc/hosts 14:06:28 INFO Adding SSH config for nodes path=/etc/ssh/ssh_config.d/clab-ml-17.conf 14:06:28 INFO containerlab version 🎉= │ A newer containerlab version (0.78.0) is available! │ Release notes: https://containerlab.dev/rn/0.78/ │ Run 'clab version upgrade' or see https://containerlab.dev/install/ for other installation options. ╭──────────────┬──────────────────────────────┬─────────┬───────────────────╮ │ Name │ Kind/Image │ State │ IPv4/6 Address │ ├──────────────┼──────────────────────────────┼─────────┼───────────────────┤ │ clab-ml-17-c │ linux │ running │ 192.168.17.102 │ │ │ quay.io/frrouting/frr:10.6.1 │ │ fd00:df:1ab:17::2 │ ├──────────────┼──────────────────────────────┼─────────┼───────────────────┤ │ clab-ml-17-d │ linux │ running │ 192.168.17.103 │ │ │ quay.io/frrouting/frr:10.6.1 │ │ fd00:df:1ab:17::3 │ ├──────────────┼──────────────────────────────┼─────────┼───────────────────┤ │ clab-ml-17-e │ linux │ running │ 192.168.17.104 │ │ │ quay.io/frrouting/frr:10.6.1 │ │ fd00:df:1ab:17::4 │ ╰──────────────┴──────────────────────────────┴─────────┴───────────────────╯ Initial configuration skipped, run 'netlab initial' to configure the devices