Creating Device configuration snippets [CREATED] r: normalize,initial [CREATED] h1: initial,routing [CREATED] h2: initial,routing [CREATED] h3: initial,routing Config Normalizing device configurations [WARNING]: Found variable using reserved name: hosts PLAY [Normalize device configurations] ***************************************** TASK [Set variables that cannot be set with VARS] ****************************** ok: [r] TASK [Normalize config on bridge-like devices] ********************************* included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-module.yml for r TASK [Figure out whether to deploy the module normalize on current device] ***** ok: [r] TASK [Find configuration template for normalize] ******************************* ok: [r] TASK [fail] ******************************************************************** skipping: [r] TASK [Find configuration deployment deploy_script for normalize] *************** ok: [r] TASK [Print deployed configuration when running in verbose mode] *************** ok: [r] => { "msg": "normalize configuration for r\n=========================================\n!\ninterface Ethernet1\n shutdown\n mac-address caf0.0084.0001\n!\ninterface Ethernet2\n shutdown\n mac-address caf0.0084.0002\n!\ninterface Ethernet3\n shutdown\n mac-address caf0.0084.0003\n" } TASK [Deploy normalize configuration] ****************************************** included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-config/eos.yml for r TASK [eos_config: deploying normalize from /work/netlab_cicd/node_files/r/normalize] *** [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: [r] PLAY RECAP ********************************************************************* r : ok=8 changed=1 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 Config Deploying device configurations [INFO] Executing initial configuration for node h1 (namespace clab- ml-17-h1) [INFO] Executing initial configuration for node h2 (namespace clab- ml-17-h2) [INFO] Executing initial configuration for node h3 (namespace clab- ml-17-h3) [INFO] Executing routing configuration for node h2 (namespace clab- ml-17-h2) [INFO] Executing routing configuration for node h3 (namespace clab- ml-17-h3) [INFO] Executing routing configuration for node h1 (namespace clab- ml-17-h1) [INFO] Starting Ansible playbook to deploy the rest of the configurations [WARNING]: Found variable using reserved name: hosts PLAY [Deploy initial device configuration] ************************************* TASK [Set variables that cannot be set with VARS] ****************************** ok: [r] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-module.yml for r TASK [Figure out whether to deploy the module initial on current device] ******* ok: [r] TASK [Find configuration template for initial] ********************************* ok: [r] TASK [fail] ******************************************************************** skipping: [r] TASK [Find configuration deployment deploy_script for initial] ***************** ok: [r] TASK [Print deployed configuration when running in verbose mode] *************** ok: [r] => { "msg": "initial configuration for r\n=========================================\nhostname r\n!\nlogging monitor debugging\naaa authorization exec default local\n!\nlldp run\nip routing\nipv6 unicast-routing\n!\n!\nip host h1 172.16.0.1\nip host h2 172.16.1.2\nip host h3 172.16.2.3\nipv6 host h1 2001:db8:1::1\nipv6 host h2 2001:db8:1:1::2\nipv6 host h3 2001:db8:1:2::3\n!\ninterface Management1\n no lldp transmit\n no lldp receive\n!\ninterface Loopback0\n ip address 10.0.0.132/32\n ipv6 nd ra interval 5\n ipv6 address 2001:db8:0:84::1/64\n!\ninterface Ethernet1\n no switchport\n description r -> h1 [stub]\n ip address 172.16.0.132/24\n ipv6 nd ra interval 5\n ipv6 address 2001:db8:1::84/64\n mac-address caf0.0084.0001\n!\n no shutdown\n!\ninterface Ethernet2\n no switchport\n description r -> h2 [stub]\n ip address 172.16.1.132/24\n ipv6 nd ra interval 5\n ipv6 address 2001:db8:1:1::84/64\n mac-address caf0.0084.0002\n!\n no shutdown\n!\ninterface Ethernet3\n no switchport\n description r -> h3 [stub]\n ip address 172.16.2.132/24\n ipv6 nd ra interval 5\n ipv6 address 2001:db8:1:2::84/64\n mac-address caf0.0084.0003\n!\n" } TASK [Deploy initial configuration] ******************************************** included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-config/eos.yml for r TASK [eos_config: deploying initial from /work/netlab_cicd/node_files/r/initial] *** [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: [r] PLAY [Deploy module-specific configurations] *********************************** skipping: no hosts matched PLAY [Deploy custom deployment templates] ************************************** skipping: no hosts matched PLAY RECAP ********************************************************************* r : ok=8 changed=1 unreachable=0 failed=0 skipped=1 rescued=0 ignored=0 Results of configuration script deployments ================================================================================ h1 Script: initial,routing h2 Script: initial,routing h3 Script: initial,routing This scenario tests basic interface, IPv4, and IPv6 configuration, including generation of IPv6 Router Advertisements