- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
04-07-2020 06:53 AM - edited 04-07-2020 06:53 AM
Hi,
I have been trying to use Ansible to retrieve the arp table from a PA FW. Logging in with ssh, it's a quick and easy "show arp all", but using Ansible, I am struggling. I was sure panos_op would work with "show arp all", but it doesn't.
I also looked at panos_type_cmd, but that seems not to be the way either. More config than state.
Finally, I looked through several facts modules, with no luck.
Any pointers?
05-01-2020 09:19 AM
...Oh, wow. Ok, so I also just tried it and this doesn't work.
So I used the CLI debugging method to find out what the CLI is sending to PAN-OS and saw that the CLI command "show arp all" is actually this XML: <show><arp><entry name="all"/></arp></show>. So just use that as your command and be sure to specify "cmd_is_xml" as True and it will work.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!