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 'dut' up with 'libvirt' provider... Bringing machine 'l2sw' up with 'libvirt' provider... ==> dut: Checking if box 'aruba/cx' version '10.15' is up to date... ==> l2sw: Checking if box 'arista/veos' version '4.34.2F' is up to date... [fog][WARNING] Unrecognized arguments: libvirt_ip_command [fog][WARNING] Unrecognized arguments: libvirt_ip_command ==> dut: Creating image (snapshot of base box volume). ==> l2sw: Creating image (snapshot of base box volume). ==> dut: Creating domain with the following settings... ==> l2sw: Creating domain with the following settings... ==> dut: -- Name: ml-17_dut ==> l2sw: -- Name: ml-17_l2sw ==> dut: -- Description: Source: /work/netlab_cicd/Vagrantfile ==> l2sw: -- Description: Source: /work/netlab_cicd/Vagrantfile ==> dut: -- Domain type: kvm ==> l2sw: -- Domain type: kvm ==> dut: -- Cpus: 2 ==> l2sw: -- Cpus: 2 ==> dut: -- Feature: acpi ==> l2sw: -- Feature: acpi ==> dut: -- Feature: apic ==> l2sw: -- Feature: apic ==> dut: -- Feature: pae ==> l2sw: -- Feature: pae ==> dut: -- Clock offset: utc ==> l2sw: -- Clock offset: utc ==> dut: -- Memory: 4096M ==> l2sw: -- Memory: 2048M ==> dut: -- Management MAC: ca:fe:00:01:00:00 ==> l2sw: -- Management MAC: ca:fe:00:02:00:00 ==> dut: -- Base box: aruba/cx ==> l2sw: -- Base box: arista/veos ==> dut: -- Storage pool: default ==> l2sw: -- Storage pool: default ==> dut: -- Image(vda): /var/lib/libvirt/images/ml-17_dut.img, virtio, 11G ==> l2sw: -- Image(vda): /var/lib/libvirt/images/ml-17_l2sw.img, ide, 5G ==> dut: -- Disk driver opts: cache='default' ==> l2sw: -- Disk driver opts: cache='default' ==> dut: -- Graphics Type: vnc ==> l2sw: -- Graphics Type: vnc ==> dut: -- Video Type: cirrus ==> l2sw: -- Video Type: cirrus ==> dut: -- Video VRAM: 16384 ==> l2sw: -- Video VRAM: 16384 ==> dut: -- Video 3D accel: false ==> l2sw: -- Video 3D accel: false ==> dut: -- Keymap: en-us ==> l2sw: -- Keymap: en-us ==> dut: -- TPM Backend: passthrough ==> l2sw: -- TPM Backend: passthrough ==> dut: -- INPUT: type=mouse, bus=ps2 ==> l2sw: -- INPUT: type=mouse, bus=ps2 ==> dut: Creating shared folders metadata... ==> l2sw: Creating shared folders metadata... ==> dut: Starting domain. ==> dut: Domain launching with graphics connection settings... ==> l2sw: Starting domain. ==> dut: -- Graphics Port: 5900 ==> l2sw: Domain launching with graphics connection settings... ==> dut: -- Graphics IP: 127.0.0.1 ==> l2sw: -- Graphics Port: 5901 ==> dut: -- Graphics Password: Not defined ==> l2sw: -- Graphics IP: 127.0.0.1 ==> dut: -- Graphics Websocket: 5700 ==> l2sw: -- Graphics Password: Not defined ==> dut: Waiting for domain to get an IP address... ==> l2sw: -- Graphics Websocket: 5701 ==> l2sw: Waiting for domain to get an IP address... ==> dut: Waiting for machine to boot. This may take a few minutes... dut: SSH address: 192.168.17.101:22 dut: SSH username: netlab dut: SSH auth method: private key ==> dut: Machine booted and ready! ==> l2sw: Waiting for machine to boot. This may take a few minutes... l2sw: SSH address: 192.168.17.102:22 l2sw: SSH username: vagrant l2sw: SSH auth method: private key ==> l2sw: Machine booted and ready! Starting clab nodes Recreating clab-augment.yml configuration file for clab provider Created provider configuration file: clab-augment.yml provider clab: executing flock -E 42 /tmp/netlab.lock sudo -E containerlab deploy --reconfigure -t clab-augment.yml 14:27:51 INFO Containerlab started version=0.75.0 14:27:51 INFO Parsing & checking topology file=clab-augment.yml 14:27:51 INFO Removing directory path=/work/netlab_cicd/clab-ml-17 14:27:51 INFO Creating docker network name=nl_mgmt_17 IPv4 subnet=192.168.17.0/24 IPv6 subnet="" MTU=0 14:27:51 INFO Creating lab directory path=/work/netlab_cicd/clab-ml-17 14:27:51 INFO Creating container name=h1 14:27:51 INFO Creating container name=h2 14:27:51 INFO Created link: h2:eth1 ▪┄┄▪ virbr2:bni17n4i1 14:27:51 INFO Created link: h1:eth1 ▪┄┄▪ virbr1:bni17n3i1 14:27:51 INFO Adding host entries path=/etc/hosts 14:27:51 INFO Adding SSH config for nodes path=/etc/ssh/ssh_config.d/clab-ml-17.conf 14:27:51 INFO containerlab version 🎉= │ A newer containerlab version (0.76.1) is available! │ Release notes: https://containerlab.dev/rn/0.76/#0761 │ Run 'clab version upgrade' or see https://containerlab.dev/install/ for other installation options. ╭───────────────┬────────────────────┬─────────┬────────────────╮ │ Name │ Kind/Image │ State │ IPv4/6 Address │ ├───────────────┼────────────────────┼─────────┼────────────────┤ │ clab-ml-17-h1 │ linux │ running │ 192.168.17.103 │ │ │ python:3.13-alpine │ │ N/A │ ├───────────────┼────────────────────┼─────────┼────────────────┤ │ clab-ml-17-h2 │ linux │ running │ 192.168.17.104 │ │ │ python:3.13-alpine │ │ N/A │ ╰───────────────┴────────────────────┴─────────┴────────────────╯ Initial configuration skipped, run 'netlab initial' to configure the devices