Add Show Interface Example (#41863)

<!--- Your description here -->

+label: docsite_pr
pull/41908/head
permitanyany 6 years ago committed by Alicia Cozine
parent 44e9ea30c9
commit c309381f19

@ -73,6 +73,15 @@ EXAMPLES = '''
commit: true
description: "Ansible - add swps1-48"
- name: Fetch Status Of Interface
nclu:
commands:
- show interface swp1
register: output
- name: Print Status Of Interface
debug:
var: output
- name: Fetch Details From All Interfaces In JSON Format
nclu:
commands:

Loading…
Cancel
Save