Creating Device configuration snippets [CREATED] r: initial [CREATED] h1: initial,routing [CREATED] h2: initial,routing Config Deploying device configurations [INFO] Executing initial configuration for node h1 (namespace clab- ml-85-h1) [INFO] Executing initial configuration for node h2 (namespace clab- ml-85-h2) [INFO] Executing routing configuration for node h1 (namespace clab- ml-85-h1) [INFO] Executing routing configuration for node h2 (namespace clab- ml-85-h2) [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 [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] *************** skipping: [r] TASK [Deploy normalize configuration] ****************************************** skipping: [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=========================================\n\n/system identity set name=\"r\"\n\n/interface bridge add name=loopback protocol-mode=none\n\n\n/ip address add interface=loopback address=10.0.0.132/32\n/ipv6 address add interface=loopback address=2001:db8:0:84::1/64\n\n\n\n\n/interface ethernet set comment=\"r -> h1 [stub]\" ether2\n\n/ip address add interface=ether2 address=172.16.0.132/24\n/ip address set [find where interface=ether2] comment=\"r -> h1 [stub]\"\n/ipv6 address add interface=ether2 address=2001:db8:1::84/64\n/ipv6 nd add interface=ether2 advertise-dns=no ra-interval=3s-30s\n\n\n/interface ethernet set comment=\"r -> h2 [stub]\" ether3\n\n/ip address add interface=ether3 address=172.16.1.132/24\n/ip address set [find where interface=ether3] comment=\"r -> h2 [stub]\"\n/ipv6 address add interface=ether3 address=2001:db8:1:1::84/64\n/ipv6 nd add interface=ether3 advertise-dns=no ra-interval=3s-30s\n\n\n/ip neighbor discovery-settings set discover-interface-list=all\n" } TASK [Deploy initial configuration] ******************************************** included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-config/routeros7.yml for r TASK [load initial from /work/netlab_cicd/other_vm/node_files/r/initial] ******* ok: [r] TASK [Run commands on CHR] ***************************************************** changed: [r] PLAY [Deploy module-specific configurations] *********************************** skipping: no hosts matched PLAY [Deploy custom deployment templates] ************************************** skipping: no hosts matched PLAY RECAP ********************************************************************* r : ok=13 changed=1 unreachable=0 failed=0 skipped=4 rescued=0 ignored=0 Results of configuration script deployments ================================================================================ h1 Script: initial,routing h2 Script: initial,routing This scenario tests basic interface, IPv4, and IPv6 configuration, including generation of IPv6 Router Advertisements