Im developing a poller similar to MRTG/cacti in java and have a few queries.
How do I know if the device uses 64 bit counter or 32 bit counter. Also do I get the values from these counters or is there some other way of getting the bandwidth and packet transfers. These counters wrap after reaching their limit so I need to check to that as well ? Also is there an OID to check the counter used....or can I assume that speeds greater than 10Mbs use 64 bit counters ??
Is 5 minutes a decent polling interval for the devices ??
Will the same OID work in all CISCO devices ?? Or do I need to check the IOS and change the OIDs accordingly ??