Creating Device configuration snippets [CREATED] h1: initial,routing [CREATED] h2: initial,routing [CREATED] dut_s1: initial,vlan [CREATED] dut_s2: initial,vlan [CREATED] r1: initial 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 r1 [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] 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: [dut_s1] ok: [dut_s2] TASK [Deploy initial configuration] ******************************************** included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-module.yml for dut_s1, dut_s2 TASK [Figure out whether to deploy the module initial on current device] ******* ok: [dut_s1] ok: [dut_s2] TASK [Find configuration template for initial] ********************************* ok: [dut_s1] ok: [dut_s2] TASK [fail] ******************************************************************** skipping: [dut_s1] skipping: [dut_s2] TASK [Find configuration deployment deploy_script for initial] ***************** ok: [dut_s1] ok: [dut_s2] TASK [Print deployed configuration when running in verbose mode] *************** ok: [dut_s1] => { "msg": "initial configuration for dut_s1\n=========================================\n\nupdates:\n\n- path: /interface[name=system0]/subinterface[index=0]\n value:\n description: \"No description\"\n admin-state: enable\n ipv4:\n admin-state: enable\n address:\n - ip-prefix: \"10.0.0.3/32\"\n\n\n\n- path: /network-instance[name=default]\n value:\n type: default\n interface:\n - name: system0.0\n\n\n\n\n- path: /system/dns-instance[name=default]\n value:\n network-instance: default\n host-entry:\n - name: \"dut_s2\"\n ipv4-address: ['10.0.0.4']\n - name: \"h1\"\n ipv4-address: ['172.16.0.1']\n - name: \"h2\"\n ipv4-address: ['172.16.1.2']\n - name: \"r1\"\n ipv4-address: ['10.0.0.5', '172.16.0.5', '172.16.1.5']\n" } ok: [dut_s2] => { "msg": "initial configuration for dut_s2\n=========================================\n\nupdates:\n\n- path: /interface[name=system0]/subinterface[index=0]\n value:\n description: \"No description\"\n admin-state: enable\n ipv4:\n admin-state: enable\n address:\n - ip-prefix: \"10.0.0.4/32\"\n\n\n\n- path: /network-instance[name=default]\n value:\n type: default\n interface:\n - name: system0.0\n\n\n\n\n- path: /system/dns-instance[name=default]\n value:\n network-instance: default\n host-entry:\n - name: \"dut_s1\"\n ipv4-address: ['10.0.0.3']\n - name: \"h1\"\n ipv4-address: ['172.16.0.1']\n - name: \"h2\"\n ipv4-address: ['172.16.1.2']\n - name: \"r1\"\n ipv4-address: ['10.0.0.5', '172.16.0.5', '172.16.1.5']\n" } TASK [Deploy initial configuration] ******************************************** included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-config/srlinux.yml for dut_s1, dut_s2 TASK [Generate JSON-RPC YAML configuration] ************************************ ok: [dut_s1] ok: [dut_s2] TASK [Update SRL initial node configuration (template=/work/netlab_cicd/node_files/dut_s1/initial)] *** changed: [dut_s2] changed: [dut_s1] TASK [debug] ******************************************************************* skipping: [dut_s1] skipping: [dut_s2] PLAY [Deploy module-specific configurations] *********************************** TASK [Set variables that cannot be set with VARS] ****************************** ok: [dut_s1] ok: [dut_s2] TASK [Deploy individual configuration modules] ********************************* included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-module.yml for dut_s1, dut_s2 => (item=vlan) included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-module.yml for dut_s1, dut_s2 => (item=routing) TASK [Figure out whether to deploy the module vlan on current device] ********** ok: [dut_s1] ok: [dut_s2] TASK [Find configuration template for vlan] ************************************ ok: [dut_s1] ok: [dut_s2] TASK [fail] ******************************************************************** skipping: [dut_s1] skipping: [dut_s2] TASK [Find configuration deployment deploy_script for vlan] ******************** ok: [dut_s1] ok: [dut_s2] TASK [Print deployed configuration when running in verbose mode] *************** ok: [dut_s1] => { "msg": "vlan configuration for dut_s1\n=========================================\n\nupdates:\n- path: /interface[name=ethernet-1/2]\n value:\n subinterface:\n - index: 700\n type: bridged\n description: \"[Access VLAN red] dut_s1 -> h1\"\n\n \n- path: /network-instance[name=vlan700]\n value:\n type: mac-vrf\n description: \"[Access VLAN red] dut_s1 -> h1\"\n interface:\n - name: ethernet-1/2.700\n\n\n- path: /interface[name=ethernet-1/3]\n value:\n subinterface:\n - index: 701\n type: bridged\n description: \"[Access VLAN blue] dut_s1 -> h2\"\n\n \n- path: /network-instance[name=vlan701]\n value:\n type: mac-vrf\n description: \"[Access VLAN blue] dut_s1 -> h2\"\n interface:\n - name: ethernet-1/3.701\n\n\n- path: /interface[name=ethernet-1/1]\n value:\n vlan-tagging: True\n subinterface:\n - index: 701\n type: bridged\n description: \"[SubIf VLAN blue] dut_s1 -> dut_s2\"\n vlan:\n encap:\n single-tagged:\n vlan-id: \"701\"\n\n \n- path: /network-instance[name=vlan701]\n value:\n type: mac-vrf\n description: \"[SubIf VLAN blue] dut_s1 -> dut_s2\"\n interface:\n - name: ethernet-1/1.701\n\n\n- path: /interface[name=ethernet-1/1]\n value:\n vlan-tagging: True\n subinterface:\n - index: 700\n type: bridged\n description: \"[SubIf VLAN red] dut_s1 -> dut_s2\"\n vlan:\n encap:\n single-tagged:\n vlan-id: \"700\"\n\n \n- path: /network-instance[name=vlan700]\n value:\n type: mac-vrf\n description: \"[SubIf VLAN red] dut_s1 -> dut_s2\"\n interface:\n - name: ethernet-1/1.700\n\n\n- path: /interface[name=irb0]\n value:\n subinterface:\n - index: 700\n\n \n\n\n- path: /interface[name=irb0]\n value:\n subinterface:\n - index: 701\n\n \n\n\n \n" } ok: [dut_s2] => { "msg": "vlan configuration for dut_s2\n=========================================\n\nupdates:\n- path: /interface[name=ethernet-1/2]\n value:\n subinterface:\n - index: 700\n type: bridged\n description: \"[Access VLAN red] dut_s2 -> r1\"\n\n \n- path: /network-instance[name=vlan700]\n value:\n type: mac-vrf\n description: \"[Access VLAN red] dut_s2 -> r1\"\n interface:\n - name: ethernet-1/2.700\n\n\n- path: /interface[name=ethernet-1/3]\n value:\n subinterface:\n - index: 701\n type: bridged\n description: \"[Access VLAN blue] dut_s2 -> r1\"\n\n \n- path: /network-instance[name=vlan701]\n value:\n type: mac-vrf\n description: \"[Access VLAN blue] dut_s2 -> r1\"\n interface:\n - name: ethernet-1/3.701\n\n\n- path: /interface[name=ethernet-1/1]\n value:\n vlan-tagging: True\n subinterface:\n - index: 701\n type: bridged\n description: \"[SubIf VLAN blue] dut_s2 -> dut_s1\"\n vlan:\n encap:\n single-tagged:\n vlan-id: \"701\"\n\n \n- path: /network-instance[name=vlan701]\n value:\n type: mac-vrf\n description: \"[SubIf VLAN blue] dut_s2 -> dut_s1\"\n interface:\n - name: ethernet-1/1.701\n\n\n- path: /interface[name=ethernet-1/1]\n value:\n vlan-tagging: True\n subinterface:\n - index: 700\n type: bridged\n description: \"[SubIf VLAN red] dut_s2 -> dut_s1\"\n vlan:\n encap:\n single-tagged:\n vlan-id: \"700\"\n\n \n- path: /network-instance[name=vlan700]\n value:\n type: mac-vrf\n description: \"[SubIf VLAN red] dut_s2 -> dut_s1\"\n interface:\n - name: ethernet-1/1.700\n\n\n- path: /interface[name=irb0]\n value:\n subinterface:\n - index: 700\n\n \n\n\n- path: /interface[name=irb0]\n value:\n subinterface:\n - index: 701\n\n \n\n\n \n" } TASK [Deploy vlan configuration] *********************************************** included: /home/pipi/net101/tools/netsim/ansible/tasks/deploy-config/srlinux.yml for dut_s1, dut_s2 TASK [Generate JSON-RPC YAML configuration] ************************************ ok: [dut_s1] ok: [dut_s2] TASK [Update SRL vlan node configuration (template=/work/netlab_cicd/node_files/dut_s1/vlan)] *** changed: [dut_s2] changed: [dut_s1] TASK [debug] ******************************************************************* skipping: [dut_s1] skipping: [dut_s2] TASK [Figure out whether to deploy the module routing on current device] ******* ok: [dut_s1] ok: [dut_s2] TASK [Find configuration template for routing] ********************************* skipping: [dut_s1] skipping: [dut_s2] TASK [fail] ******************************************************************** skipping: [dut_s1] skipping: [dut_s2] TASK [Find configuration deployment deploy_script for routing] ***************** skipping: [dut_s1] skipping: [dut_s2] TASK [Print deployed configuration when running in verbose mode] *************** skipping: [dut_s1] skipping: [dut_s2] TASK [Deploy routing configuration] ******************************************** skipping: [dut_s1] skipping: [dut_s2] PLAY [Deploy custom deployment templates] ************************************** skipping: no hosts matched PLAY RECAP ********************************************************************* dut_s1 : ok=20 changed=2 unreachable=0 failed=0 skipped=9 rescued=0 ignored=0 dut_s2 : ok=20 changed=2 unreachable=0 failed=0 skipped=9 rescued=0 ignored=0 Results of configuration script deployments ================================================================================ h1 Script: initial,routing h2 Script: initial,routing r1 Script: initial The devices under test are simple bridges with a VLAN trunk between them. An external router with two interfaces (one per VLAN) is attached to one of them. * h1 and h2 should be able to ping each other Please note it might take a while for the lab to work due to STP learning phase