[WARNING]: Could not match supplied host pattern, ignoring: unprovisioned PLAY [Deploy initial device configuration] ************************************* TASK [Set variables that cannot be set with VARS] ****************************** ok: [dut] ok: [x1] ok: [x2] TASK [Find device readiness script] ******************************************** ok: [dut] ok: [x1] ok: [x2] TASK [Wait for device to become ready] ***************************************** skipping: [dut] skipping: [x1] skipping: [x2] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-module.yml for dut, x1, x2 TASK [Figure out whether to deploy the module initial on current device] ******* ok: [dut] ok: [x1] ok: [x2] TASK [Find configuration template for initial] ********************************* ok: [dut] ok: [x1] ok: [x2] TASK [fail] ******************************************************************** skipping: [dut] skipping: [x1] skipping: [x2] TASK [Print deployed configuration when running in verbose mode] *************** ok: [dut] => msg: |- initial configuration for dut ========================================= hostname dut ! lldp ! ! vlan 1001 name blue ! vlan 1000 name red ! ! ! interface loopback 0 ip address 10.0.0.1/32 ! interface mgmt no lldp transmit no lldp receive ! interface lag 1 description [Access VLAN red] dut -> x1 ! interface lag 2 description [Access VLAN blue] dut -> x2 ! interface 1/1/1 shutdown mtu 9198 description dut -> x1 no shutdown ! interface 1/1/2 shutdown mtu 9198 description dut -> x1 no shutdown ! interface 1/1/3 shutdown mtu 9198 description dut -> x2 no shutdown ! interface 1/1/4 shutdown mtu 9198 description dut -> x2 no shutdown ! interface vlan1000 description VLAN red (1000) -> [x1] ip address 172.16.0.1/24 ! interface vlan1001 description VLAN blue (1001) -> [x2] ip address 172.16.1.1/24 ! ! ok: [x1] => msg: |- initial configuration for x1 ========================================= hostname x1 ! logging monitor debugging aaa authorization exec default local ! lldp run ip routing ! ! ip host dut 10.0.0.1 172.16.0.1 172.16.1.1 ip host x2 10.0.0.3 172.16.1.3 ! interface Management1 no lldp transmit no lldp receive ! interface Loopback0 no shutdown ip address 10.0.0.2/32 ! interface port-channel1 no shutdown description [Access VLAN red] x1 -> dut ! interface Ethernet1 no shutdown no switchport description x1 -> dut ! mac-address 52dc.cafe.0201 ! interface Ethernet2 no shutdown no switchport description x1 -> dut ! mac-address 52dc.cafe.0202 ! interface Vlan1000 no shutdown description VLAN red (1000) -> [dut] ip address 172.16.0.2/24 ! ok: [x2] => msg: |- initial configuration for x2 ========================================= hostname x2 ! logging monitor debugging aaa authorization exec default local ! lldp run ip routing ! ! ip host dut 10.0.0.1 172.16.0.1 172.16.1.1 ip host x1 10.0.0.2 172.16.0.2 ! interface Management1 no lldp transmit no lldp receive ! interface Loopback0 no shutdown ip address 10.0.0.3/32 ! interface port-channel1 no shutdown description [Access VLAN blue] x2 -> dut ! interface Ethernet1 no shutdown no switchport description x2 -> dut ! mac-address 52dc.cafe.0301 ! interface Ethernet2 no shutdown no switchport description x2 -> dut ! mac-address 52dc.cafe.0302 ! interface Vlan1001 no shutdown description VLAN blue (1001) -> [dut] ip address 172.16.1.3/24 ! TASK [Find configuration deployment deploy_script for initial] ***************** ok: [dut] ok: [x1] ok: [x2] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-config/arubacx.yml for dut included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-config/eos.yml for x1, x2 TASK [tempfile] **************************************************************** changed: [dut -> localhost] TASK [template] **************************************************************** changed: [dut -> localhost] TASK [aoscx_config: set session auto-confirm for initial] ********************** changed: [dut] TASK [aoscx_config: deploying initial from /home/pipi/net101/tools/netsim/ansible/templates/initial/arubacx.j2] *** changed: [dut] TASK [file] ******************************************************************** changed: [dut -> localhost] TASK [eos_config: deploying initial from /home/pipi/net101/tools/netsim/ansible/templates/initial/eos.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: [x1] changed: [x2] PLAY [Deploy module-specific configurations] *********************************** TASK [Set variables that cannot be set with VARS] ****************************** ok: [dut] ok: [x1] ok: [x2] TASK [Deploy individual configuration modules] ********************************* included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-module.yml for dut, x1, x2 => (item=lag) included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-module.yml for dut, x1, x2 => (item=vlan) included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-module.yml for dut, x1, x2 => (item=ospf) TASK [Figure out whether to deploy the module lag on current device] *********** ok: [dut] ok: [x1] ok: [x2] TASK [Find configuration template for lag] ************************************* ok: [dut] ok: [x1] ok: [x2] TASK [fail] ******************************************************************** skipping: [dut] skipping: [x1] skipping: [x2] TASK [Print deployed configuration when running in verbose mode] *************** ok: [x1] => msg: |- lag configuration for x1 ========================================= interface port-channel1 description [Access VLAN red] x1 -> dut ! ! interface Ethernet1 description x1 -> dut in channel-group 1 channel-group 1 mode active lacp timer fast ! interface Ethernet2 description x1 -> dut in channel-group 1 channel-group 1 mode active lacp timer fast ok: [x2] => msg: |- lag configuration for x2 ========================================= interface port-channel1 description [Access VLAN blue] x2 -> dut ! ! interface Ethernet1 description x2 -> dut in channel-group 1 channel-group 1 mode passive lacp timer fast ! interface Ethernet2 description x2 -> dut in channel-group 1 channel-group 1 mode passive lacp timer fast ok: [dut] => msg: |- lag configuration for dut ========================================= interface lag 1 description [Access VLAN red] dut -> x1 lacp mode passive lacp rate fast no shutdown ! ! interface 1/1/1 description dut -> x1 in lag 1 lag 1 ! ! interface 1/1/2 description dut -> x1 in lag 1 lag 1 ! ! interface lag 2 description [Access VLAN blue] dut -> x2 lacp mode passive lacp rate fast no shutdown ! ! interface 1/1/3 description dut -> x2 in lag 2 lag 2 ! ! interface 1/1/4 description dut -> x2 in lag 2 lag 2 ! ! TASK [Find configuration deployment deploy_script for lag] ********************* ok: [dut] ok: [x1] ok: [x2] TASK [Deploy lag configuration] ************************************************ included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-config/arubacx.yml for dut included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-config/eos.yml for x1, x2 TASK [tempfile] **************************************************************** changed: [dut -> localhost] TASK [template] **************************************************************** changed: [dut -> localhost] TASK [aoscx_config: set session auto-confirm for lag] ************************** changed: [dut] TASK [aoscx_config: deploying lag from /home/pipi/net101/tools/netsim/ansible/templates/lag/arubacx.j2] *** changed: [dut] TASK [file] ******************************************************************** changed: [dut -> localhost] TASK [eos_config: deploying lag from /home/pipi/net101/tools/netsim/ansible/templates/lag/eos.j2] *** changed: [x1] changed: [x2] TASK [Figure out whether to deploy the module vlan on current device] ********** ok: [dut] ok: [x1] ok: [x2] TASK [Find configuration template for vlan] ************************************ ok: [dut] ok: [x1] ok: [x2] TASK [fail] ******************************************************************** skipping: [dut] skipping: [x1] skipping: [x2] TASK [Print deployed configuration when running in verbose mode] *************** ok: [dut] => msg: |- vlan configuration for dut ========================================= ! ! interface lag 1 no routing vlan access 1000 ! interface lag 2 no routing vlan access 1001 ! interface vlan1000 ! interface vlan1001 ok: [x1] => msg: |- vlan configuration for x1 ========================================= vlan 1000 name red ! ! interface port-channel1 switchport switchport access vlan 1000 ! interface Vlan1000 ok: [x2] => msg: |- vlan configuration for x2 ========================================= vlan 1001 name blue ! ! interface port-channel1 switchport switchport access vlan 1001 ! interface Vlan1001 TASK [Find configuration deployment deploy_script for vlan] ******************** ok: [dut] ok: [x1] ok: [x2] TASK [Deploy vlan configuration] *********************************************** included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-config/arubacx.yml for dut included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-config/eos.yml for x1, x2 TASK [tempfile] **************************************************************** changed: [dut -> localhost] TASK [template] **************************************************************** changed: [dut -> localhost] TASK [aoscx_config: set session auto-confirm for vlan] ************************* changed: [dut] TASK [aoscx_config: deploying vlan from /home/pipi/net101/tools/netsim/ansible/templates/vlan/arubacx.j2] *** changed: [dut] TASK [file] ******************************************************************** changed: [dut -> localhost] TASK [eos_config: deploying vlan from /home/pipi/net101/tools/netsim/ansible/templates/vlan/eos.j2] *** changed: [x2] changed: [x1] TASK [Figure out whether to deploy the module ospf on current device] ********** ok: [dut] ok: [x1] ok: [x2] TASK [Find configuration template for ospf] ************************************ ok: [dut] ok: [x2] ok: [x1] TASK [fail] ******************************************************************** skipping: [dut] skipping: [x1] skipping: [x2] TASK [Print deployed configuration when running in verbose mode] *************** ok: [dut] => msg: |- ospf configuration for dut ========================================= ! router ospf 1 router-id 10.0.0.1 area 0.0.0.0 area 0.0.0.0 area 0.0.0.0 ! interface loopback 0 ip ospf 1 area 0.0.0.0 ! interface vlan1000 ! VLAN red (1000) -> [x1] ip ospf 1 area 0.0.0.0 ip ospf network point-to-point ! interface vlan1001 ! VLAN blue (1001) -> [x2] ip ospf 1 area 0.0.0.0 ip ospf network point-to-point ! ok: [x2] => msg: |- ospf configuration for x2 ========================================= ! ! OSPFv2 configuration ! router ospf 1 router-id 10.0.0.3 interface unnumbered hello mask tx 0.0.0.0 timers spf delay initial 100 200 500 timers lsa rx min interval 100 timers lsa tx delay initial 100 200 500 ! interface Loopback0 ! ip ospf area 0.0.0.0 ! interface Vlan1001 ! VLAN blue (1001) -> [dut] ip ospf area 0.0.0.0 ip ospf network point-to-point ! ok: [x1] => msg: |- ospf configuration for x1 ========================================= ! ! OSPFv2 configuration ! router ospf 1 router-id 10.0.0.2 interface unnumbered hello mask tx 0.0.0.0 timers spf delay initial 100 200 500 timers lsa rx min interval 100 timers lsa tx delay initial 100 200 500 ! interface Loopback0 ! ip ospf area 0.0.0.0 ! interface Vlan1000 ! VLAN red (1000) -> [dut] ip ospf area 0.0.0.0 ip ospf network point-to-point ! TASK [Find configuration deployment deploy_script for ospf] ******************** ok: [dut] ok: [x1] ok: [x2] TASK [Deploy ospf configuration] *********************************************** included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-config/arubacx.yml for dut included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-config/eos.yml for x1, x2 TASK [tempfile] **************************************************************** changed: [dut -> localhost] TASK [template] **************************************************************** changed: [dut -> localhost] TASK [aoscx_config: set session auto-confirm for ospf] ************************* changed: [dut] TASK [aoscx_config: deploying ospf from /home/pipi/net101/tools/netsim/ansible/templates/ospf/arubacx.j2] *** changed: [dut] TASK [file] ******************************************************************** changed: [dut -> localhost] TASK [eos_config: deploying ospf from /home/pipi/net101/tools/netsim/ansible/templates/ospf/eos.j2] *** changed: [x2] changed: [x1] PLAY [Deploy custom deployment templates] ************************************** skipping: no hosts matched PLAY RECAP ********************************************************************* dut : ok=47 changed=20 unreachable=0 failed=0 skipped=5 rescued=0 ignored=0 x1 : ok=31 changed=4 unreachable=0 failed=0 skipped=5 rescued=0 ignored=0 x2 : ok=31 changed=4 unreachable=0 failed=0 skipped=5 rescued=0 ignored=0 The device under test is a L3 switch using passive LACP. It should be able to establish an OSPF-over-VLAN adjacency with an Arista EOS device using active LACP. but not with another Arista EOS device using passive LACP.