[WARNING]: Could not match supplied host pattern, ignoring: unprovisioned PLAY [Deploy initial device configuration] ************************************* TASK [Set variables that cannot be set with VARS] ****************************** ok: [x1] ok: [x2] ok: [dut] TASK [Find device readiness script] ******************************************** ok: [x1] ok: [x2] ok: [dut] TASK [Wait for device to become ready] ***************************************** included: /home/pipi/net101/tools/netsim/ansible/tasks/readiness-check/eos-clab.yml for x1, x2 included: /home/pipi/net101/tools/netsim/ansible/tasks/readiness-check/nxos.yml for dut TASK [Wait for cEOS SSH daemon to start] *************************************** ok: [x1] ok: [x2] TASK [Wait for Eth1/1 to appear] *********************************************** ok: [dut] TASK [Normalize config on bridge-like devices] ********************************* included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-module.yml for x1, x2, dut TASK [Figure out whether to deploy the module normalize on current device] ***** ok: [x1] ok: [dut] ok: [x2] TASK [Find configuration template for normalize] ******************************* ok: [x1] ok: [x2] ok: [dut] TASK [fail] ******************************************************************** skipping: [x1] skipping: [x2] skipping: [dut] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [dut] ok: [x1] => msg: |- normalize configuration for x1 ========================================= ! interface Ethernet1 no switchport mac-address 52dc.cafe.0201 ok: [x2] => msg: |- normalize configuration for x2 ========================================= ! interface Ethernet1 no switchport mac-address 52dc.cafe.0301 TASK [Find configuration deployment deploy_script for normalize] *************** skipping: [dut] ok: [x1] ok: [x2] TASK [Deploy normalize configuration] ****************************************** skipping: [dut] included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-config/eos.yml for x1, x2 TASK [eos_config: deploying normalize from /home/pipi/net101/tools/netsim/ansible/templates/normalize/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] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-module.yml for x1, x2, dut TASK [Figure out whether to deploy the module initial on current device] ******* ok: [x1] ok: [x2] ok: [dut] TASK [Find configuration template for initial] ********************************* ok: [x1] ok: [x2] ok: [dut] TASK [fail] ******************************************************************** skipping: [x1] skipping: [x2] skipping: [dut] TASK [Print deployed configuration when running in verbose mode] *************** ok: [dut] => msg: |- initial configuration for dut ========================================= hostname dut ! no ip domain-lookup ! feature lldp ! username vagrant password vagrant ! ! feature interface-vlan ! interface mgmt0 no lldp transmit no lldp receive ! interface loopback0 no shutdown ipv6 address 2001:db8:1:1::1/64 ipv6 nd ra-interval 5 min 3 ! interface Ethernet1/1 no shutdown no switchport mac-address 52dc.cafe.0101 description [Access VLAN ospf_1] dut -> x1 mtu 1400 ! interface Ethernet1/2 no shutdown no switchport mac-address 52dc.cafe.0102 description [Access VLAN ospf_2] dut -> x2 mtu 1280 ! interface vlan1000 no shutdown description VLAN ospf_1 (1000) -> [x1] mtu 1400 ipv6 address 2001:db8:2::1/64 ipv6 nd ra-interval 5 min 3 ! interface vlan1001 no shutdown description VLAN ospf_2 (1001) -> [x2] mtu 1280 ipv6 address 2001:db8:2:1::1/64 ipv6 nd ra-interval 5 min 3 ! ok: [x1] => msg: |- initial configuration for x1 ========================================= hostname x1 ! logging monitor debugging aaa authorization exec default local ! lldp run ipv6 unicast-routing ! ! ipv6 host dut 2001:db8:1:1::1 ipv6 host x2 2001:db8:1:3::1 ! interface defaults mtu 1400 ! interface Management0 no lldp transmit no lldp receive ! interface Loopback0 ipv6 nd ra interval 5 ipv6 address 2001:db8:1:2::1/64 ! interface Ethernet1 no switchport description [Access VLAN ospf_1] x1 -> dut ! mac-address 52dc.cafe.0201 no shutdown ! interface Vlan1000 description VLAN ospf_1 (1000) -> [dut] ipv6 nd ra interval 5 ipv6 address 2001:db8:2::2/64 ! ok: [x2] => msg: |- initial configuration for x2 ========================================= hostname x2 ! logging monitor debugging aaa authorization exec default local ! lldp run ipv6 unicast-routing ! ! ipv6 host dut 2001:db8:1:1::1 ipv6 host x1 2001:db8:1:2::1 ! interface Management0 no lldp transmit no lldp receive ! interface Loopback0 ipv6 nd ra interval 5 ipv6 address 2001:db8:1:3::1/64 ! interface Ethernet1 no switchport mtu 1280 description [Access VLAN ospf_2] x2 -> dut ! mac-address 52dc.cafe.0301 no shutdown ! interface Vlan1001 mtu 1280 description VLAN ospf_2 (1001) -> [dut] ipv6 nd ra interval 5 ipv6 address 2001:db8:2:1::3/64 ! TASK [Find configuration deployment deploy_script for initial] ***************** ok: [x1] ok: [x2] ok: [dut] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-config/eos.yml for x1, x2 included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-config/nxos.yml for dut TASK [eos_config: deploying initial from /home/pipi/net101/tools/netsim/ansible/templates/initial/eos.j2] *** changed: [x1] changed: [x2] TASK [nxos_config: deploying initial from /home/pipi/net101/tools/netsim/ansible/templates/initial/nxos.j2] *** changed: [dut] 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=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 vlan on current device] ********** ok: [dut] ok: [x1] ok: [x2] TASK [Find configuration template for vlan] ************************************ ok: [x2] ok: [dut] ok: [x1] TASK [fail] ******************************************************************** skipping: [dut] skipping: [x1] skipping: [x2] TASK [Print deployed configuration when running in verbose mode] *************** ok: [dut] => msg: |- vlan configuration for dut ========================================= vlan 1000 name ospf_1 ! vlan 1001 name ospf_2 ! ! interface Ethernet1/1 switchport switchport mode access switchport access vlan 1000 ! interface Ethernet1/2 switchport switchport mode access switchport access vlan 1001 ! interface vlan1000 ! interface vlan1001 ok: [x1] => msg: |- vlan configuration for x1 ========================================= vlan 1000 name ospf_1 ! ! interface Ethernet1 switchport switchport access vlan 1000 ! interface Vlan1000 ok: [x2] => msg: |- vlan configuration for x2 ========================================= vlan 1001 name ospf_2 ! ! interface Ethernet1 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/nxos.yml for dut included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-config/eos.yml for x1, x2 TASK [nxos_config: deploying vlan from /home/pipi/net101/tools/netsim/ansible/templates/vlan/nxos.j2] *** changed: [dut] TASK [eos_config: deploying vlan from /home/pipi/net101/tools/netsim/ansible/templates/vlan/eos.j2] *** changed: [x1] changed: [x2] 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: [x1] ok: [x2] TASK [fail] ******************************************************************** skipping: [dut] skipping: [x1] skipping: [x2] TASK [Print deployed configuration when running in verbose mode] *************** ok: [dut] => msg: |- ospf configuration for dut ========================================= feature ospfv3 ! router ospfv3 1 router-id 10.0.0.1 ! interface loopback0 ! ipv6 router ospfv3 1 area 0.0.0.0 ! interface vlan1000 ! VLAN ospf_1 (1000) -> [x1] ipv6 router ospfv3 1 area 0.0.0.0 ospfv3 network point-to-point ! interface vlan1001 ! VLAN ospf_2 (1001) -> [x2] ipv6 router ospfv3 1 area 0.0.0.0 ospfv3 network point-to-point ! ok: [x1] => msg: |- ospf configuration for x1 ========================================= ! ! OSPFv3 configuration ! interface Loopback0 ! ipv6 ospf 1 area 0.0.0.0 ! interface Vlan1000 ! VLAN ospf_1 (1000) -> [dut] ipv6 ospf 1 area 0.0.0.0 ipv6 ospf network point-to-point ! ! ipv6 router ospf 1 router-id 10.0.0.2 timers spf delay initial 100 200 500 timers lsa rx min interval 100 timers lsa tx delay initial 100 200 500 ok: [x2] => msg: |- ospf configuration for x2 ========================================= ! ! OSPFv3 configuration ! interface Loopback0 ! ipv6 ospf 1 area 0.0.0.0 ! interface Vlan1001 ! VLAN ospf_2 (1001) -> [dut] ipv6 ospf 1 area 0.0.0.0 ipv6 ospf network point-to-point ! ! ipv6 router ospf 1 router-id 10.0.0.3 timers spf delay initial 100 200 500 timers lsa rx min interval 100 timers lsa tx delay initial 100 200 500 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/nxos.yml for dut included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-config/eos.yml for x1, x2 TASK [nxos_config: deploying ospf from /home/pipi/net101/tools/netsim/ansible/templates/ospf/nxos.j2] *** changed: [dut] TASK [eos_config: deploying ospf from /home/pipi/net101/tools/netsim/ansible/templates/ospf/eos.j2] *** changed: [x1] changed: [x2] PLAY [Deploy custom deployment templates] ************************************** skipping: no hosts matched PLAY RECAP ********************************************************************* dut : ok=29 changed=3 unreachable=0 failed=0 skipped=7 rescued=0 ignored=0 x1 : ok=33 changed=4 unreachable=0 failed=0 skipped=4 rescued=0 ignored=0 x2 : ok=33 changed=4 unreachable=0 failed=0 skipped=4 rescued=0 ignored=0 This lab tests OSPFv3 adjacencies on VLAN interfaces with non-default MTU settings. The adjacency establishment could fail due to MTU mismatch.