Hello,
I have to write ansible script for Cisco NXOS to restart bgp. I am looking “restart bgp <AS#>” but it looks ansible module doesn’t have it available. what are my options? how to accomplish it?
Hello,
I have to write ansible script for Cisco NXOS to restart bgp. I am looking “restart bgp <AS#>” but it looks ansible module doesn’t have it available. what are my options? how to accomplish it?
Hello,
This seems to be an operational mode command and hence, won’t be covered by the resource specific BGP modules. Please use the nxos_command module to push this command.
Thank you.