Here is a summary of what I am trying to do:
I am looking for a tool that will allow me to reference OID and Table Index values for Content Groups and Services on our Content Switch. I do not see a reasonable way to correlate the return values from Tables to the specific content instances.
We need the ability to query (via SNMP) the following metrics:
General Chassis
- Current CPU Utilization %
- Current Memory Utilization %
Content Group
- Status (Up/Down)
- Total Hits
- Total Drops (connections refused by capacity)
- Total Bytes
Service
- Status (Up/Down)
- Total Hits
- Total Drops (connections refused by capacity)
- Total Bytes
The program we use to query this information (SiteScope), via SNMP, will archive this data historically and allow us to report on it, in comparison to other historical metrics we obtain for other devices and services.
I am able to use the Web Management interface and there is a feature "Summary --> Web Content --> Content Service Usage", which, for the most part, is a "Summary" view of the data I would like to gather.
Here are some of the OID's that I know of, in table form (indexed), which might be what I'm looking for:
Name: apCntTable
OID: 1.3.6.1.4.1.2467.1.16.4
.1: apCntOwner - DisplayString(4 - octets)
.2: apCntName - DisplayString(4 - octets)
.3: apCntIndex - Integer32(2 - int, int32
.18: apCntHits - Counter32(65 - cntr32)
.20: apCntDrops - Counter32(65 - cntr32)
.21: apCntRejNoServices - Counter32(65 - cntr32)
.25: apCntByteCount - Counter32(65 - cntr32)
.41: apCntStatus - RowStatus(2 - int, int32)
.49: apCntSvcLoadBypasses - Counter32(65 - cntr32)
Name: apCntsvcTable
OID: 1.3.6.1.4.1.2467.1.18.2
.2: apCntsvcCntName - DisplayString(4 - octets)
.3: apCntsvcSvcName - DisplayString(4 - octets)
.4: apCntsvcHits - Integer32(2 - int, int32)
.5: apCntsvcBytes - Integer32(2 - int, int32)
.8: apCntsvcStatus - RowStatus(2 - int, int32)
.12: apCntsvcState - INTEGER(2 - int, int32)