Difference between revisions of "Ios ping"

From wikieduonline
Jump to navigation Jump to search
Line 2: Line 2:
 
  #!/usr/bin/env ansible-playbook
 
  #!/usr/bin/env ansible-playbook
 
   
 
   
  - hosts: YOUR_HOSTNAME
+
  - hosts: sw-access.bt.internal
  remote_user: YOUR_REMOTEUSER
 
 
   
 
   
  tasks:
+
  tasks:
    - name: Test reachability to 10.10.10.10 using default vrf
+
      - ios_ping:
    ios_ping:
+
          dest: 10.10.10.1
        dest: 10.10.10.10
 
 
 
  
 
== Related terms ==
 
== Related terms ==

Revision as of 10:58, 29 November 2020

Advertising: