Forum Discussion

EuropeanITCrow1's avatar
Sep 18, 2013

Access to dynamic ARP Cache with iControl?

Hi,

 

I'm looking for a solution to read out the dynamic ARP cache for all route domains either with iControl or with SNMP. I've found Networking::ARP::ARPEntry but no possibility to query all entries.

 

Is there any chance to get it?

 

Thanks for your help Otto

 

4 Replies

  • [root@ltm1:Active:Standalone] mibs  snmpwalk -v 2c -c public -Osq 127.0.0.1 ipNetToPhysicalPhysAddress
    ipNetToPhysicalPhysAddress.2.ipv4."192.168.6.1" 0:50:56:c0:0:8
    ipNetToPhysicalPhysAddress.8.ipv4."127.1.1.2" 0:1:23:45:67:0
    ipNetToPhysicalPhysAddress.8.ipv4."127.1.1.3" 0:1:23:45:67:1
    ipNetToPhysicalPhysAddress.10.ipv4."192.168.101.10" 0:c:29:99:c:30
    
  • not sure if the below handles all route domains, let me know if this does not work and I'll follow up with engineering.
  • Hi Jason,

     

    thanks for your reply!

     

    I think the output of this OID only shows the ARP entries of the mgmt and common route domain...

     

    Im looking for something like "b arp any%65535"

     

  • coming up empty on that one. You might need to write a tmsh script to grab that data and just have an ssh or icontrol call to run the script.