/home/pipi/.local/lib/python3.10/site-packages/paramiko/pkey.py:100: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0. "cipher": algorithms.TripleDES, /home/pipi/.local/lib/python3.10/site-packages/paramiko/transport.py:259: CryptographyDeprecationWarning: TripleDES has been moved to cryptography.hazmat.decrepit.ciphers.algorithms.TripleDES and will be removed from cryptography.hazmat.primitives.ciphers.algorithms in 48.0.0. "class": algorithms.TripleDES, [WARNING]: Could not match supplied host pattern, ignoring: unprovisioned [WARNING]: Found variable using reserved name: hosts PLAY [Deploy initial device configuration] ************************************* TASK [Set variables that cannot be set with VARS] ****************************** ok: [dut_a] ok: [dut_b] ok: [x1] TASK [Find device readiness script] ******************************************** ok: [dut_a] ok: [dut_b] ok: [x1] TASK [Wait for device to become ready] ***************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/readiness-check/ioll2-clab.yml for dut_a, dut_b included: /home/pipi/netlab_gh/netsim/ansible/tasks/readiness-check/eos-clab.yml for x1 TASK [Check if 'sshpass' is installed] ***************************************** ok: [dut_a -> localhost] TASK [Check for 'timeout' command] ********************************************* ok: [dut_a -> localhost] ok: [dut_b -> localhost] TASK [Execute local ssh command to check ioll2 readiness] ********************** ok: [dut_b -> localhost] ok: [dut_a -> localhost] TASK [Confirm dut_a SSH server works] ****************************************** ok: [dut_a] => msg: Node dut_a is ready. ok: [dut_b] => msg: Node dut_b is ready. TASK [Wait for cEOS SSH daemon to start] *************************************** ok: [x1] TASK [Normalize config on bridge-like devices] ********************************* included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for dut_a, dut_b, x1 TASK [Figure out whether to deploy the module normalize on current device] ***** ok: [dut_a] ok: [dut_b] ok: [x1] TASK [Find configuration template for normalize] ******************************* ok: [dut_a] ok: [dut_b] ok: [x1] TASK [fail] ******************************************************************** skipping: [dut_a] skipping: [dut_b] skipping: [x1] TASK [Find configuration deployment deploy_script for normalize] *************** ok: [dut_a] ok: [dut_b] ok: [x1] TASK [Print deployed configuration when running in verbose mode] *************** ok: [dut_a] => msg: |- normalize configuration for dut_a ========================================= ! interface Ethernet0/1 shutdown mac-address 52dc.cafe.0101 ! interface Ethernet0/2 shutdown mac-address 52dc.cafe.0102 ok: [dut_b] => msg: |- normalize configuration for dut_b ========================================= ! interface Ethernet0/1 shutdown mac-address 52dc.cafe.0201 ! interface Ethernet0/2 shutdown mac-address 52dc.cafe.0202 ok: [x1] => msg: |- normalize configuration for x1 ========================================= ! interface Ethernet1 shutdown mac-address 52dc.cafe.0301 ! interface Ethernet2 shutdown mac-address 52dc.cafe.0302 TASK [Deploy normalize configuration] ****************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/ios.yml for dut_a, dut_b included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/eos.yml for x1 TASK [ios_config: deploying normalize from /home/pipi/netlab_gh/netsim/ansible/templates/normalize/ioll2.j2] *** [WARNING]: To ensure idempotency and correct diff the input configuration lines should be similar to how they appear if present in the running configuration on device including the indentation changed: [dut_b] changed: [dut_a] TASK [eos_config: deploying normalize from /home/pipi/netlab_gh/netsim/ansible/templates/normalize/eos.j2] *** changed: [x1] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for dut_a, dut_b, x1 TASK [Figure out whether to deploy the module initial on current device] ******* ok: [dut_a] ok: [dut_b] ok: [x1] TASK [Find configuration template for initial] ********************************* ok: [dut_a] ok: [dut_b] ok: [x1] TASK [fail] ******************************************************************** skipping: [dut_a] skipping: [dut_b] skipping: [x1] TASK [Find configuration deployment deploy_script for initial] ***************** ok: [dut_a] ok: [dut_b] ok: [x1] TASK [Print deployed configuration when running in verbose mode] *************** ok: [dut_b] => msg: |- initial configuration for dut_b ========================================= hostname dut_b ! no ip domain lookup ! lldp run ! ip host dut_a 10.0.0.1 ip host x1 10.0.0.3 ! ip routing ! no ipv6 unicast-routing ! vlan 76 name blue ! vlan 42 name red ! ! ! interface Loopback0 ip address 10.0.0.2 255.255.255.255 ! interface Ethernet0/0 no lldp transmit no lldp receive ! interface Ethernet0/1 no switchport description dut_b -> x1 no shutdown ! interface Ethernet0/2 no switchport description dut_b -> dut_a no shutdown ! interface Vlan76 description VLAN blue (76) -> [x1,dut_a] mac-address 4001.cafe.0200 no shutdown ! interface Vlan42 description VLAN red (42) -> [x1,dut_a] mac-address 4001.cafe.0201 no shutdown ! ! line vty 0 4 exec-timeout 0 0 ! no banner exec no banner login no banner incoming ok: [dut_a] => msg: |- initial configuration for dut_a ========================================= hostname dut_a ! no ip domain lookup ! lldp run ! ip host dut_b 10.0.0.2 ip host x1 10.0.0.3 ! ip routing ! no ipv6 unicast-routing ! vlan 42 name red ! vlan 76 name blue ! ! ! interface Loopback0 ip address 10.0.0.1 255.255.255.255 ! interface Ethernet0/0 no lldp transmit no lldp receive ! interface Ethernet0/1 no switchport description dut_a -> x1 no shutdown ! interface Ethernet0/2 no switchport description dut_a -> dut_b no shutdown ! interface Vlan76 description VLAN blue (76) -> [x1,dut_b] mac-address 4001.cafe.0100 no shutdown ! interface Vlan42 description VLAN red (42) -> [x1,dut_b] mac-address 4001.cafe.0101 no shutdown ! ! line vty 0 4 exec-timeout 0 0 ! no banner exec no banner login no banner incoming ok: [x1] => msg: |- initial configuration for x1 ========================================= hostname x1 ! logging monitor debugging aaa authorization exec default local ! lldp run ip routing no ipv6 unicast-routing ! ! ip host duta 10.0.0.1 ip host dutb 10.0.0.2 ! interface Management0 no lldp transmit no lldp receive ! interface Loopback0 ip address 10.0.0.3/32 ! interface Ethernet1 no switchport description x1 -> dut_a ! mac-address 52dc.cafe.0301 no shutdown ! interface Ethernet2 no switchport description x1 -> dut_b ! mac-address 52dc.cafe.0302 no shutdown ! interface Vlan76 description VLAN blue (76) -> [dut_a,dut_b] ! interface Vlan42 description VLAN red (42) -> [dut_a,dut_b] ! TASK [Deploy initial configuration] ******************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/ios.yml for dut_a, dut_b included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/eos.yml for x1 TASK [ios_config: deploying initial from /home/pipi/netlab_gh/netsim/ansible/templates/initial/ios.j2] *** changed: [dut_a] changed: [dut_b] TASK [eos_config: deploying initial from /home/pipi/netlab_gh/netsim/ansible/templates/initial/eos.j2] *** changed: [x1] PLAY [Deploy module-specific configurations] *********************************** TASK [Set variables that cannot be set with VARS] ****************************** ok: [dut_a] ok: [dut_b] ok: [x1] TASK [Deploy individual configuration modules] ********************************* included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for dut_a, dut_b, x1 => (item=vlan) included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for dut_a, dut_b, x1 => (item=stp) TASK [Figure out whether to deploy the module vlan on current device] ********** ok: [dut_a] ok: [dut_b] ok: [x1] TASK [Find configuration template for vlan] ************************************ ok: [dut_a] ok: [x1] ok: [dut_b] TASK [fail] ******************************************************************** skipping: [dut_a] skipping: [dut_b] skipping: [x1] TASK [Find configuration deployment deploy_script for vlan] ******************** ok: [dut_a] ok: [dut_b] ok: [x1] TASK [Print deployed configuration when running in verbose mode] *************** ok: [dut_a] => msg: |- vlan configuration for dut_a ========================================= vlan 42 name red ! vlan 76 name blue ! ! interface Ethernet0/1 switchport switchport trunk encapsulation dot1q switchport mode trunk switchport trunk allowed vlan 42,76 ! interface Ethernet0/2 switchport switchport trunk encapsulation dot1q switchport mode trunk switchport trunk allowed vlan 42,76 ok: [dut_b] => msg: |- vlan configuration for dut_b ========================================= vlan 76 name blue ! vlan 42 name red ! ! interface Ethernet0/1 switchport switchport trunk encapsulation dot1q switchport mode trunk switchport trunk allowed vlan 42,76 ! interface Ethernet0/2 switchport switchport trunk encapsulation dot1q switchport mode trunk switchport trunk allowed vlan 42,76 ok: [x1] => msg: |- vlan configuration for x1 ========================================= vlan 76 name blue ! vlan 42 name red ! ! interface Ethernet1 switchport switchport mode trunk switchport trunk allowed vlan 42,76 switchport trunk native vlan tag ! interface Ethernet2 switchport switchport mode trunk switchport trunk allowed vlan 42,76 switchport trunk native vlan tag ! interface Vlan76 ! interface Vlan42 TASK [Deploy vlan configuration] *********************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/ios.yml for dut_a, dut_b included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/eos.yml for x1 TASK [ios_config: deploying vlan from /home/pipi/netlab_gh/netsim/ansible/templates/vlan/ioll2.j2] *** changed: [dut_b] changed: [dut_a] TASK [eos_config: deploying vlan from /home/pipi/netlab_gh/netsim/ansible/templates/vlan/eos.j2] *** changed: [x1] TASK [Figure out whether to deploy the module stp on current device] *********** ok: [dut_a] ok: [dut_b] ok: [x1] TASK [Find configuration template for stp] ************************************* ok: [dut_a] ok: [dut_b] ok: [x1] TASK [fail] ******************************************************************** skipping: [dut_a] skipping: [dut_b] skipping: [x1] TASK [Find configuration deployment deploy_script for stp] ********************* ok: [dut_a] ok: [dut_b] ok: [x1] TASK [Print deployed configuration when running in verbose mode] *************** ok: [dut_a] => msg: |- stp configuration for dut_a ========================================= spanning-tree mode rapid-pvst spanning-tree pathcost method long spanning-tree vlan 42 priority 4096 spanning-tree vlan 76 priority 32768 ok: [dut_b] => msg: |- stp configuration for dut_b ========================================= spanning-tree mode rapid-pvst spanning-tree pathcost method long spanning-tree vlan 76 priority 12288 spanning-tree vlan 42 priority 12288 ok: [x1] => msg: |- stp configuration for x1 ========================================= spanning-tree mode rapid-pvst spanning-tree priority 16384 spanning-tree vlan-id 76 priority 16384 spanning-tree vlan-id 42 priority 16384 TASK [Deploy stp configuration] ************************************************ included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/ios.yml for dut_a, dut_b included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/eos.yml for x1 TASK [ios_config: deploying stp from /home/pipi/netlab_gh/netsim/ansible/templates/stp/ios.j2] *** changed: [dut_a] changed: [dut_b] TASK [eos_config: deploying stp from /home/pipi/netlab_gh/netsim/ansible/templates/stp/eos.j2] *** changed: [x1] PLAY [Deploy custom deployment templates] ************************************** skipping: no hosts matched PLAY RECAP ********************************************************************* dut_a : ok=36 changed=4 unreachable=0 failed=0 skipped=4 rescued=0 ignored=0 dut_b : ok=35 changed=4 unreachable=0 failed=0 skipped=4 rescued=0 ignored=0 x1 : ok=33 changed=4 unreachable=0 failed=0 skipped=4 rescued=0 ignored=0 The devices under test form a layer-2 triangle of VLAN trunks. The devices are running PVRST and have different per-VLAN root priorities. If DUT_A and DUT_B run PVRST and has correct per-VLAN root priorities, DUT_A becomes the root bridge for red VLAN and DUT_B becomes the root bridge for the blue VLAN.