[INFO] Creating configuration snippets [WARNING]: Found variable using reserved name: hosts PLAY [Deploy initial device configuration] ************************************* TASK [Set variables that cannot be set with VARS] ****************************** ok: [c1] ok: [c2] ok: [server] TASK [Generic readiness tests] ************************************************* skipping: [server] included: /home/pipi/netlab_gh/netsim/ansible/tasks/readiness-check/ssh.yml for c1, c2 => (item=ssh) TASK [Check if 'sshpass' is installed] ***************************************** ok: [c1 -> localhost] TASK [Check for 'timeout' command] ********************************************* ok: [c1 -> localhost] ok: [c2 -> localhost] TASK [Execute local ssh command to check ssh readiness] ************************ FAILED - RETRYING: [c1 -> localhost]: Execute local ssh command to check ssh readiness (20 retries left). FAILED - RETRYING: [c2 -> localhost]: Execute local ssh command to check ssh readiness (20 retries left). FAILED - RETRYING: [c1 -> localhost]: Execute local ssh command to check ssh readiness (19 retries left). FAILED - RETRYING: [c2 -> localhost]: Execute local ssh command to check ssh readiness (19 retries left). ok: [c2 -> localhost] ok: [c1 -> localhost] TASK [Confirm c1 SSH server works] ********************************************* ok: [c1] => { "msg": "Node c1 is ready." } ok: [c2] => { "msg": "Node c2 is ready." } TASK [Find device readiness script] ******************************************** ok: [c1] ok: [c2] ok: [server] TASK [Wait for device to become ready] ***************************************** skipping: [c1] skipping: [c2] skipping: [server] TASK [Normalize config on bridge-like devices] ********************************* included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for c1, c2, server TASK [Figure out whether to deploy the module normalize on current device] ***** ok: [c1] ok: [c2] ok: [server] TASK [Find configuration template for normalize] ******************************* ok: [c1] ok: [c2] ok: [server] TASK [fail] ******************************************************************** skipping: [c1] skipping: [c2] skipping: [server] TASK [Find configuration deployment deploy_script for normalize] *************** ok: [c1] ok: [c2] ok: [server] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [c1] skipping: [c2] ok: [server] => { "msg": "normalize configuration for server\n=========================================\n!\ninterface Ethernet1\n shutdown\n" } TASK [Deploy normalize configuration] ****************************************** skipping: [c1] skipping: [c2] included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/eos.yml for server TASK [eos_config: deploying normalize from /work/netlab_cicd/node_files/server/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: [server] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for c1, c2, server TASK [Figure out whether to deploy the module initial on current device] ******* ok: [c1] ok: [c2] ok: [server] TASK [Find configuration template for initial] ********************************* ok: [c1] ok: [c2] ok: [server] TASK [fail] ******************************************************************** skipping: [c1] skipping: [c2] skipping: [server] TASK [Find configuration deployment deploy_script for initial] ***************** ok: [c1] ok: [c2] ok: [server] TASK [Print deployed configuration when running in verbose mode] *************** ok: [c1] => { "msg": "initial configuration for c1\n=========================================\nhostname c1\n!\nno ip domain lookup\nlogging buffered 256000\n\n!\nlldp run\n!\nip host c2 10.0.0.2\nip host server 10.0.0.3 2001:db8:cafe::3\n!\nip routing\n!\nipv6 unicast-routing\n!\n!\ninterface Loopback0\n ip address 10.0.0.1 255.255.255.255\n!\ninterface Ethernet0/0\n no lldp transmit\n no lldp receive\n!\ninterface Ethernet0/1\n description c1 -> [c2,server]\n no shutdown\n!\n!\nline vty 0 4\n exec-timeout 0 0 \n!\nno banner exec\nno banner login\nno banner incoming\n" } ok: [c2] => { "msg": "initial configuration for c2\n=========================================\nhostname c2\n!\nno ip domain lookup\nlogging buffered 256000\n\n!\nlldp run\n!\nip host c1 10.0.0.1\nip host server 10.0.0.3 2001:db8:cafe::3\n!\nip routing\n!\nipv6 unicast-routing\n!\n!\ninterface Loopback0\n ip address 10.0.0.2 255.255.255.255\n!\ninterface Ethernet0/0\n no lldp transmit\n no lldp receive\n!\ninterface Ethernet0/1\n description c2 -> [c1,server]\n no shutdown\n!\n!\nline vty 0 4\n exec-timeout 0 0 \n!\nno banner exec\nno banner login\nno banner incoming\n" } ok: [server] => { "msg": "initial configuration for server\n=========================================\nhostname server\n!\nlogging monitor debugging\naaa authorization exec default local\n!\nlldp run\nip routing\nipv6 unicast-routing\n!\n!\nip host c1 10.0.0.1\nip host c2 10.0.0.2\n!\ninterface Management1\n no lldp transmit\n no lldp receive\n!\ninterface Loopback0\n ip address 10.0.0.3/32\n!\ninterface Ethernet1\n no switchport\n description server -> [c1,c2]\n ipv6 nd ra interval 5\n ipv6 address 2001:db8:cafe::3/64\n mac-address caf0.0003.0001\n!\n no shutdown\n!\n" } TASK [Deploy initial configuration] ******************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/ios.yml for c1, c2 included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/eos.yml for server TASK [ios_config: deploying initial from /work/netlab_cicd/node_files/c1/initial] *** changed: [c2] changed: [c1] TASK [eos_config: deploying initial from /work/netlab_cicd/node_files/server/initial] *** changed: [server] PLAY [Deploy module-specific configurations] *********************************** TASK [Set variables that cannot be set with VARS] ****************************** ok: [c1] ok: [c2] ok: [server] TASK [Deploy individual configuration modules] ********************************* included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-module.yml for c1, c2, server => (item=dhcp) TASK [Figure out whether to deploy the module dhcp on current device] ********** ok: [c1] ok: [c2] ok: [server] TASK [Find configuration template for dhcp] ************************************ ok: [c1] ok: [c2] ok: [server] TASK [fail] ******************************************************************** skipping: [c1] skipping: [c2] skipping: [server] TASK [Find configuration deployment deploy_script for dhcp] ******************** ok: [c1] ok: [c2] ok: [server] TASK [Print deployed configuration when running in verbose mode] *************** ok: [c1] => { "msg": "dhcp configuration for c1\n=========================================\ninterface Ethernet0/1\n ipv6 enable\n ipv6 address dhcp\n" } ok: [c2] => { "msg": "dhcp configuration for c2\n=========================================\ninterface Ethernet0/1\n ipv6 enable\n ipv6 address dhcp\n" } ok: [server] => { "msg": "dhcp configuration for server\n=========================================\ndhcp server\n subnet 2001:db8:cafe::/64\n range 2001:db8:cafe::1 2001:db8:cafe:0:ffff:ffff:ffff:fffe\n name links[1]\n reservations\n mac-address 0000.0000.2\n ipv6-address 2001:db8:cafe::3\n!\ninterface Ethernet1\n dhcp server ipv4\n dhcp server ipv6\n" } TASK [Deploy dhcp configuration] *********************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/ios.yml for c1, c2 included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/eos.yml for server TASK [ios_config: deploying dhcp from /work/netlab_cicd/node_files/c1/dhcp] **** changed: [c1] changed: [c2] TASK [eos_config: deploying dhcp from /work/netlab_cicd/node_files/server/dhcp] *** changed: [server] PLAY [Deploy custom deployment templates] ************************************** skipping: no hosts matched PLAY RECAP ********************************************************************* c1 : ok=26 changed=2 unreachable=0 failed=0 skipped=6 rescued=0 ignored=0 c2 : ok=25 changed=2 unreachable=0 failed=0 skipped=6 rescued=0 ignored=0 server : ok=24 changed=3 unreachable=0 failed=0 skipped=5 rescued=0 ignored=0 [CREATED] c1: initial,dhcp [CREATED] c2: initial,dhcp [CREATED] server: normalize,initial,dhcp Use this topology to test the DHCPv6 server on your device. Use 'netlab validate' to check whether your device allocated IPv6 addresses to Cisco IOS clients.