Creating Device configuration snippets [CREATED] h1: initial,routing [CREATED] h2: initial,routing [CREATED] h3: initial,routing [CREATED] h4: initial,routing [CREATED] rtr: initial,vrf Checking Are lab devices ready to be configured? [INFO] Checking lab devices with an Ansible playbook [WARNING]: Could not match supplied host pattern, ignoring: netlab_ready_ssh [WARNING]: Found variable using reserved name: hosts PLAY [Wait for SSH servers] **************************************************** skipping: no hosts matched PLAY [Wait for device-specific conditions] ************************************* TASK [Set variables that cannot be set with VARS] ****************************** ok: [rtr] TASK [Find device readiness script] ******************************************** ok: [rtr] TASK [Wait for device to become ready] ***************************************** included: /home/pipi/net101/tools/netsim/ansible/tasks/readiness-check/vyos-clab.yml for rtr TASK [wait_for_connection] ***************************************************** ok: [rtr] TASK [wait_for] **************************************************************** ok: [rtr] PLAY RECAP ********************************************************************* rtr : ok=5 changed=0 unreachable=0 failed=0 skipped=0 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 initial configuration for node h4 (namespace clab- ml-17-h4) [INFO] Executing routing configuration for node h1 (namespace clab- ml-17-h1) [INFO] Executing routing configuration for node h2 (namespace clab- ml-17-h2) [INFO] Executing routing configuration for node h4 (namespace clab- ml-17-h4) [INFO] Executing routing configuration for node h3 (namespace clab- ml-17-h3) [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: [rtr] TASK [Normalize config on bridge-like devices] ********************************* included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-module.yml for rtr TASK [Figure out whether to deploy the module normalize on current device] ***** ok: [rtr] TASK [Find configuration template for normalize] ******************************* ok: [rtr] TASK [fail] ******************************************************************** skipping: [rtr] TASK [Find configuration deployment deploy_script for normalize] *************** ok: [rtr] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [rtr] TASK [Deploy normalize configuration] ****************************************** skipping: [rtr] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-module.yml for rtr TASK [Figure out whether to deploy the module initial on current device] ******* ok: [rtr] TASK [Find configuration template for initial] ********************************* ok: [rtr] TASK [fail] ******************************************************************** skipping: [rtr] TASK [Find configuration deployment deploy_script for initial] ***************** ok: [rtr] TASK [Print deployed configuration when running in verbose mode] *************** ok: [rtr] => { "msg": "initial configuration for rtr\n=========================================\n#!/bin/vbash\nsource /opt/vyatta/etc/functions/script-template\n\nif [ \"$(id -g -n)\" != 'vyattacfg' ] ; then\n exec sg vyattacfg -c \"/bin/vbash $(readlink -f $0) $@\"\nfi\n\n# Configuration items start here\n\nconfigure\nset system host-name 'rtr'\n\nset vrf name red table 100\nset vrf name blue table 101\n\nset interfaces dummy dum0 address 10.0.0.5/32\nset interfaces dummy dum0 address 2001:db8:1:5::1/64\n\n\n\nset interfaces ethernet eth1 description 'rtr -> h1 [stub]'\n\nset interfaces ethernet eth1 mtu 1500\n\nset interfaces ethernet eth1 address 172.16.0.5/24\n\nset interfaces ethernet eth1 address 2001:db8:2::5/64;\n\nset interfaces ethernet eth1 vrf red\n\n\n\nset interfaces ethernet eth2 description 'rtr -> h3 [stub]'\n\nset interfaces ethernet eth2 mtu 1500\n\nset interfaces ethernet eth2 address 172.16.1.5/24\n\nset interfaces ethernet eth2 address 2001:db8:2:1::5/64;\n\nset interfaces ethernet eth2 vrf red\n\n\n\nset interfaces ethernet eth3 description 'rtr -> h2 [stub]'\n\nset interfaces ethernet eth3 mtu 1500\n\nset interfaces ethernet eth3 address 172.16.2.5/24\n\nset interfaces ethernet eth3 address 2001:db8:2:2::5/64;\n\nset interfaces ethernet eth3 vrf blue\n\n\n\nset interfaces ethernet eth4 description 'rtr -> h4 [stub]'\n\nset interfaces ethernet eth4 mtu 1500\n\nset interfaces ethernet eth4 address 172.16.3.5/24\n\nset interfaces ethernet eth4 address 2001:db8:2:3::5/64;\n\nset interfaces ethernet eth4 vrf blue\n\n\nset service lldp interface all\n>/dev/null 2>/dev/null set service lldp interface eth0 disable\n>/dev/null 2>/dev/null set service lldp interface eth0 mode disable\n\nset service router-advert interface eth1\nset service router-advert interface eth2\nset service router-advert interface eth3\nset service router-advert interface eth4\n\nset service ssh\n\n# Commit, save and exit from subshell\n\ncommit\nsave\nexit\n\n# Restart FRR to pick up the new hostname\nsudo service frr restart\n" } TASK [Deploy initial configuration] ******************************************** included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-config/vyos.yml for rtr TASK [set_fact] **************************************************************** ok: [rtr] TASK [template] **************************************************************** changed: [rtr] TASK [execute config-initial.sh to deploy initial config from /work/netlab_cicd/node_files/rtr/initial] *** changed: [rtr] PLAY [Deploy module-specific configurations] *********************************** TASK [Set variables that cannot be set with VARS] ****************************** ok: [rtr] TASK [Deploy individual configuration modules] ********************************* included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-module.yml for rtr => (item=vrf) included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-module.yml for rtr => (item=routing) TASK [Figure out whether to deploy the module vrf on current device] *********** ok: [rtr] TASK [Find configuration template for vrf] ************************************* ok: [rtr] TASK [fail] ******************************************************************** skipping: [rtr] TASK [Find configuration deployment deploy_script for vrf] ********************* ok: [rtr] TASK [Print deployed configuration when running in verbose mode] *************** ok: [rtr] => { "msg": "vrf configuration for rtr\n=========================================\n\n# Enter vrf sublevel\nedit vrf name red\n\n\n\n# Back to root level\ntop\nedit vrf name blue\n\n\n\n# Back to root level\ntop\n" } TASK [Deploy vrf configuration] ************************************************ included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-config/vyos.yml for rtr TASK [set_fact] **************************************************************** ok: [rtr] TASK [template] **************************************************************** changed: [rtr] TASK [execute config-vrf.sh to deploy vrf config from /work/netlab_cicd/node_files/rtr/vrf] *** changed: [rtr] TASK [Figure out whether to deploy the module routing on current device] ******* ok: [rtr] TASK [Find configuration template for routing] ********************************* skipping: [rtr] TASK [fail] ******************************************************************** skipping: [rtr] TASK [Find configuration deployment deploy_script for routing] ***************** skipping: [rtr] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [rtr] TASK [Deploy routing configuration] ******************************************** skipping: [rtr] PLAY [Deploy custom deployment templates] ************************************** skipping: no hosts matched PLAY RECAP ********************************************************************* rtr : ok=26 changed=4 unreachable=0 failed=0 skipped=10 rescued=0 ignored=0 Results of configuration script deployments ================================================================================ h1 OK: 2 h2 OK: 2 h3 OK: 2 h4 OK: 2 The lab tests the basic VRF lite functionality in an IPv6-only environment. The device under test has two VRFs with two interfaces in each VRF. * h1 and h2 should be able to ping each other * h3 and h4 should be able to ping each other * h1 should not be able to reach h3