mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-03 23:20:19 -07:00
Update nclu.py (#40369)
* Update nclu.py Added NCLU BGP Unnumbered Example +label: ansible/ansible#40323 * Update nclu.py * Adding AS number example
This commit is contained in:
parent
3d6312885f
commit
a9dc79e07b
1 changed files with 9 additions and 0 deletions
|
@ -79,6 +79,15 @@ EXAMPLES = '''
|
||||||
- add int swp1
|
- add int swp1
|
||||||
atomic: true
|
atomic: true
|
||||||
description: "Ansible - add swp1"
|
description: "Ansible - add swp1"
|
||||||
|
|
||||||
|
- name: Configure BGP AS and add 2 EBGP neighbors using BGP Unnumbered
|
||||||
|
nclu:
|
||||||
|
commands:
|
||||||
|
- add bgp autonomous-system 65000
|
||||||
|
- add bgp neighbor swp51 interface remote-as external
|
||||||
|
- add bgp neighbor swp52 interface remote-as external
|
||||||
|
commit: true
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
RETURN = '''
|
RETURN = '''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue