Show BGP Status In JSON (#41844)

This commit is contained in:
permitanyany 2018-06-22 12:27:34 -04:00 committed by Alicia Cozine
parent 9aa8c652ba
commit 46dbb3e1e8

View file

@ -97,6 +97,14 @@ EXAMPLES = '''
- add bgp neighbor swp52 interface remote-as external
commit: true
- name: Check BGP Status
nclu:
commands:
- show bgp summary json
register: output
- name: Print BGP Status In JSON
debug:
var: output["msg"]
'''
RETURN = '''