I am trying to monitor a Cisco ACE modulen (A2 1.4a) connections (failed, current etc..)
the following OIDs from Mib: CiscoEnchancedSlbMIB
cesRserverTotalConns 1.3.6.1.4.1.9.9.470.1.1.3.1.17
cesRserverFailedConns 1.3.6.1.4.1.9.9.470.1.1.3.1.18
cesRserverCurrConns 1.3.6.1.4.1.9.9.470.1.1.3.1.19
If I do a SNMP walk on the entire cesRserverTable I get results for all Entries in the table except for these three listed above.
I have tried multiple monitoring tools to query these OIDs and all I get is errors in return. I can query some of the other OIDs in
the Mib using there index values.
Can anyone provide any input on how to monitor the above OIDS or why I can't walk/query them?
Thanks in advance.