Changes between Version 4 and Version 5 of GENIEducation/SampleAssignments/IPRouting/ProcedureWithAnsible


Ignore:
Timestamp:
06/08/16 14:41:23 (8 years ago)
Author:
divyashri.bhat@gmail.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIEducation/SampleAssignments/IPRouting/ProcedureWithAnsible

    v4 v5  
    8080          </td>
    8181       </tr>
    82 The following steps (4-6) are all part of a single Ansible playbook. The entire script can be found <a href="https://github.com/dbhat/VirtualCL/blob/master/Assignments/IP%20forwarding/ansible_IProute.yml">at this link</a>. Here, we provide an explanation for the relevant sections of the script.
     82The following steps (4-6) are all part of a single Ansible playbook. The entire script can be found <a href="https://github.com/dbhat/VirtualCL/blob/master/Assignments/IP%20forwarding/ansible_IProute.yml">at this link</a>. Here, we provide an explanation for the relevant sections of the script. 
    8383<h3><u> 4. Test connectivity using ping </u></h3>
    8484
     
    180180             </ol>
    181181        <h3><u> 6. Test routing using ping </u></h3>
    182        
    183        
    184182
    185183          </td>
     
    202200}}}
    203201
     202Once you have filled in the route commands, execute the ansible playbook using the following command:
     203
     204{{{
     205ansible-playbook <myfile.yml> -i inventory
     206}}}
    204207[[BR]]
    205208{{{