- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Enhanced Security Measures in Place: To ensure a safer experience, we’ve implemented additional, temporary security measures for all users.
06-06-2012 05:51 PM
for the entire table:
/api/?type=op&cmd=<show><arp>all</arp></show>
or for a specific interface ethernet1/1:
06-08-2012 01:18 AM
Thanks a lot!
I guess I missed the "all" 🙂
11-22-2012 01:50 PM
need to bump this
this is not possible with SNMP?
My PA is the only "router" in the network and I need something to query the ARP table with SNMP to match IP to MAC addresses. All Switches are L2 devices
thanks
Andre
01-31-2013 01:20 PM
Looks like PANOS doesn't respond to the two OIDs related to pulling the ARP/MAC table via SNMP:
IP-MIB::ipNetToPhysicalPhysAddress = No Such Object available on this agent at this OID
IP-MIB::ipNetToMediaPhysAddress = No Such Object available on this agent at this OID
05-16-2013 06:46 AM
Had similair request to read the ARP table by using SNMP.
Anyone an idea if and when OID .1.3.6.1.2.1.4.22.1.2 ipNetToMediaPhysAddress will be supported?
Best regards,
Patrick
08-12-2013 12:17 PM
Really no reply on this? I was searching for this answer as well and was surprised to see this and nothing since may. You think this would be up in the list to get working.
08-28-2013 01:18 AM
I actually have a similar problem using an IPAM system like Infoblox or Bluecat.
Actually .1.3.6.1.2.1.4.22.1.2 works here for me on 5.0.6
Missing are
.1.3.6.1.2.1.4.24.2
.1.3.6.1.2.1.4.24.4
.1.3.6.1.2.1.4.21
Also the subinterfaces are not listed in the MIB.
08-16-2017 03:38 AM
if you have the console access to the device, then its easier to findout the Rest call.
Just run the below command:
debug cli on
and then run the command which you want to request through Rest like below: To get Arp table
show arp all
Output:
<request cmd="op" cookie="1112336478312474" uid="500"><operations><show><arp><entry name='all'/></arp></show></operations></request>
Highligted text is your path to get the command.
10-21-2018 11:08 PM
hi
We have one customer using solarwinds IPAM but not able to get the ARP-IP mapping using snmp OID 1.3.6.1.2.1.4.22
can you please confirm us if its works with you or not .
thank you
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!