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 SSH server(s) on rtr 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/netlab_gh/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/netlab_gh/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\n\n\npolicy-options {\n community tg_65000_1 members target:65000:1;\n community tg_65000_2 members target:65000:2;\n}\n\n\n\npolicy-options {\n policy-statement vrf-red-rt-export {\n term 1 {\n then {\n community add tg_65000_1;\n accept;\n }\n }\n }\n\n\n policy-statement vrf-red-rt-import {\n term 1 {\n from community [ tg_65000_1 ];\n then accept;\n }\n term default {\n then reject;\n }\n }\n policy-statement vrf-blue-rt-export {\n term 1 {\n then {\n community add tg_65000_2;\n accept;\n }\n }\n }\n\n\n policy-statement vrf-blue-rt-import {\n term 1 {\n from community [ tg_65000_2 ];\n then accept;\n }\n term default {\n then reject;\n }\n }\n}\n\nrouting-instances {\n\n red {\n instance-type vrf;\n route-distinguisher 65000:1;\n\n vrf-import vrf-red-rt-import;\n vrf-export vrf-red-rt-export;\n\n routing-options {\n auto-export;\n }\n\n interface eth1;\n interface eth2;\n\n }\n\n\n blue {\n instance-type vrf;\n route-distinguisher 65000:2;\n\n vrf-import vrf-blue-rt-import;\n vrf-export vrf-blue-rt-export;\n\n routing-options {\n auto-export;\n }\n\n interface eth3;\n interface eth4;\n\n }\n\n}\ninterfaces {\n lo0 {\n unit 0 {\n family inet {\n address 10.0.0.5/32;\n }\n }\n }\n eth1 {\n mtu 1500;\n description \"rtr -> h1 [stub]\";\n unit 0 {\n family inet {\n address 172.16.0.5/24;\n }\n }\n }\n eth2 {\n mtu 1500;\n description \"rtr -> h3 [stub]\";\n unit 0 {\n family inet {\n address 172.16.1.5/24;\n }\n }\n }\n eth3 {\n mtu 1500;\n description \"rtr -> h2 [stub]\";\n unit 0 {\n family inet {\n address 172.16.2.5/24;\n }\n }\n }\n eth4 {\n mtu 1500;\n description \"rtr -> h4 [stub]\";\n unit 0 {\n family inet {\n address 172.16.3.5/24;\n }\n }\n }\n}\nprotocols {\n lldp {\n interface eth0 {\n disable;\n }\n interface all;\n }\n}\n" } TASK [Deploy initial configuration] ******************************************** included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/junos.yml for rtr TASK [junos_config: deploying initial 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/netlab_gh/netsim/ansible/tasks/deploy-module.yml for rtr => (item=vrf) included: /home/pipi/netlab_gh/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" } TASK [Deploy vrf configuration] ************************************************ included: /home/pipi/netlab_gh/netsim/ansible/tasks/deploy-config/junos.yml for rtr TASK [junos_config: deploying vrf from /work/netlab_cicd/node_files/rtr/vrf] *** ok: [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=22 changed=1 unreachable=0 failed=0 skipped=10 rescued=0 ignored=0 Results of configuration script deployments ================================================================================ h1 Script: initial,routing h2 Script: initial,routing h3 Script: initial,routing h4 Script: initial,routing The lab tests the basic VRF lite functionality: 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