Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 
Custom Alert Banner

SNMP ARP table query

GReis_347874
Nimbostratus
Nimbostratus

Hi, i have recently upgraded my LTM to version 12.1.3 and now im not able to get the arp table via SNMP. Before the upgrade i used to query ipNetToMediaPhysAddress (1.3.6.1.2.1.4.22.1.2) to get the Arp table, after the upgrade when i query this OID i get a "IP-MIB::ipNetToMediaPhysAddress = No Such Object available on this agent at this OID".

 

The LTM is not responding to this OID? Weird, I found out after doing a SNMPWalk that this OID doesnt exist on the 12.1.3 version, instead there is a Private OID (ipNetToPhysicalPhysAddress) that shows us the ARP table but only for the Self IPs and VIPS IPs. How can i get the Arp table of the servers that are connected to my LTM trought SNMP or API?

 

1 ACCEPTED SOLUTION

JRahm
Community Manager
Community Manager

Hi @GReis_347874 , you can get this from API via:

GET https://bigip-host/mgmt/tm/net/arp/stats

View solution in original post

1 REPLY 1

JRahm
Community Manager
Community Manager

Hi @GReis_347874 , you can get this from API via:

GET https://bigip-host/mgmt/tm/net/arp/stats