We have a device that uses this OID:
This is where the arp cache is stored. Below this oid are entries like this:
Each one of these is an ARP entry, grouped by interface. The IP address forms part of the OID.
What I'd like to do is get a count of the entries below 1.3.6.1.2.1.4.35.1.4 - which will effectively give me the number of arp table entries for the device.
Is it possible to create an item that does a count of OIDs below a level?
Code:
1.3.6.1.2.1.4.35.1.4
Code:
iso.3.6.1.2.1.4.35.1.4.50.1.4.172.99.112.36 = Hex-STRING: 00 50 99 8F 14 99
What I'd like to do is get a count of the entries below 1.3.6.1.2.1.4.35.1.4 - which will effectively give me the number of arp table entries for the device.
Is it possible to create an item that does a count of OIDs below a level?
Comment