Forum Discussion
thuyngnhu
Feb 03, 2023Altostratus
BGP Neighbor API
Hi guys, Is there any way that I can retrieve output of this command "imish -e "show ip bgp neighbors" via API? Or if not, do you know how I can parse the output of this command from netmiko to some...
Other than that you can use the Ansible module "bigip_command" to do something like:
- name: BGP show
bigip_command:
commands: run util bash -c " xxxxx"
provider "{{ provider }}"
delegate_to: localhost
If you see issues add the commands in a bash script on the F5 and then trigger the script.
Not having right a F5 with a licensed routing module, so I am interested in your tests and if it worked 😀
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects