I am trying to poll an OID from MIB CISCO-ENHANCED-SLB-MIB: on a Cisco ACE (Load Balancer).
The OID is 'cesServerFarmRserverFailedConns'
Here is the info
| Object | cesServerFarmRserverFailedConns |
| OID | 1.3.6.1.4.1.9.9.470.1.1.3.1.12 |
| Type | Counter64 |
| Permission | read-only |
| Status | current |
| MIB | CISCO-ENHANCED-SLB-MIB ; |
| Description | "The number of failed connections after which the real server goes to Failed state. A failed connection is when a SYN timeouts or a RST is received from the real server." |
So the ACE passes traffic to these Rservers (there is maybe 10 of them).
Can I monitor the FailedConns for each server and how would I do it?
I have tried creating a Universal Poller but it returns an error saying the OID is not supported?