mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Support advertised networks in bgp protocol (#34728)
Signed-off-by: Samer Deeb <samerd@mellanox.com>
This commit is contained in:
committed by
John R Barker
parent
fcf6da0a9d
commit
cb206abea3
@@ -141,7 +141,7 @@ def get_interfaces_config(module, interface_type, flags=None, json_fmt=True):
|
||||
|
||||
|
||||
def get_bgp_summary(module):
|
||||
cmd = "show ip bgp summary"
|
||||
cmd = "show running-config protocol bgp"
|
||||
return show_cmd(module, cmd, json_fmt=False, fail_on_error=False)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user