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... ==> dut: Checking if box 'vyos/current' version '20240817.00.20' is up to date... [fog][WARNING] Unrecognized arguments: libvirt_ip_command ==> dut: Creating image (snapshot of base box volume). ==> dut: Creating domain with the following settings... ==> dut: -- Name: ml-17_dut ==> dut: -- Description: Source: /work/netlab_cicd/Vagrantfile ==> dut: -- Domain type: kvm ==> dut: -- Cpus: 2 ==> dut: -- Feature: acpi ==> dut: -- Feature: apic ==> dut: -- Feature: pae ==> dut: -- Clock offset: utc ==> dut: -- Memory: 1024M ==> dut: -- Management MAC: ca:fe:00:01:00:00 ==> dut: -- Base box: vyos/current ==> dut: -- Storage pool: default ==> dut: -- Image(vda): /var/lib/libvirt/images/ml-17_dut.img, virtio, 10G ==> dut: -- Disk driver opts: cache='default' ==> dut: -- Graphics Type: vnc ==> dut: -- Video Type: cirrus ==> dut: -- Video VRAM: 16384 ==> dut: -- Video 3D accel: false ==> dut: -- Keymap: en-us ==> dut: -- TPM Backend: passthrough ==> dut: -- INPUT: type=mouse, bus=ps2 ==> dut: Creating shared folders metadata... ==> dut: Starting domain. ==> dut: Domain launching with graphics connection settings... ==> dut: -- Graphics Port: 5900 ==> dut: -- Graphics IP: 127.0.0.1 ==> dut: -- Graphics Password: Not defined ==> dut: -- Graphics Websocket: 5700 ==> dut: 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: vyos dut: SSH auth method: private key dut: Warning: Connection refused. Retrying... dut: dut: Vagrant insecure key detected. Vagrant will automatically replace dut: this with a newly generated keypair for better security. dut: dut: Inserting generated public key within guest... dut: Removing insecure key from the guest if it's present... dut: Key inserted! Disconnecting and reconnecting using new SSH key... ==> dut: Machine booted and ready! ==> dut: Machine 'dut' has a post `vagrant up` message. This is a message ==> dut: from the creator of the Vagrantfile, and not from Vagrant itself: ==> dut: ==> dut: VyOS box. See https://app.vagrantup.com/vyos for help and bug reports 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 16:02:17 INFO Containerlab started version=0.79.0 16:02:17 INFO Parsing & checking topology file=clab-augment.yml 16:02:17 INFO Removing directory path=/work/netlab_cicd/clab-ml-17 16:02:17 INFO Creating docker network name=nl_mgmt_17 IPv4 subnet=192.168.17.0/24 IPv6 subnet=fd00:df:1ab:17::/64 MTU=0 16:02:17 INFO Creating lab directory path=/work/netlab_cicd/clab-ml-17 16:02:17 INFO Creating container name=core 16:02:17 INFO Creating container name=r3 16:02:17 INFO Creating container name=r2 16:02:18 INFO Created link: core:eth1 ▪┄┄▪ virbr2:bni17n4i1 16:02:18 INFO Created link: r2:eth1 ▪┄┄▪ core:eth2 16:02:18 INFO Created link: r3:eth1 ▪┄┄▪ core:eth3 16:02:19 INFO Executed command node=r3 command="sleep 1" stdout="" 16:02:19 INFO Executed command node=r2 command="sleep 1" stdout="" 16:02:19 INFO Executed command node=core command="sleep 1" stdout="" 16:02:19 INFO Adding host entries path=/etc/hosts 16:02:19 INFO Adding SSH config for nodes path=/etc/ssh/ssh_config.d/clab-ml-17.conf ╭─────────────────┬──────────────────────────────┬─────────┬───────────────────╮ │ Name │ Kind/Image │ State │ IPv4/6 Address │ ├─────────────────┼──────────────────────────────┼─────────┼───────────────────┤ │ clab-ml-17-core │ linux │ running │ 192.168.17.104 │ │ │ quay.io/frrouting/frr:10.6.1 │ │ fd00:df:1ab:17::3 │ ├─────────────────┼──────────────────────────────┼─────────┼───────────────────┤ │ clab-ml-17-r2 │ linux │ running │ 192.168.17.102 │ │ │ quay.io/frrouting/frr:10.6.1 │ │ fd00:df:1ab:17::4 │ ├─────────────────┼──────────────────────────────┼─────────┼───────────────────┤ │ clab-ml-17-r3 │ linux │ running │ 192.168.17.103 │ │ │ quay.io/frrouting/frr:10.6.1 │ │ fd00:df:1ab:17::2 │ ╰─────────────────┴──────────────────────────────┴─────────┴───────────────────╯ Initial configuration skipped, run 'netlab initial' to configure the devices