All MIBs › CA-SNMP-MIB8
Organization: Array Networks, Inc.
Last Updated: 2012-03-09
Category: Device Management
Description: Provides SNMPv2 management objects for Computer Associates (CA) network management platform integration.
Start monitoring vendor-neutral, standards-based MIB, any SNMPv3-capable network device (SNMP engine identity/boot/clock status) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.
What Is CA-SNMP-MIB8?
CA-SNMP-MIB8 is a private enterprise MIB from Computer Associates (CA) that instruments a reverse-proxy/caching HTTP service for integration with CA's Unicenter network management platform. It exposes counters for HTTP request types (GET, HEAD, POST, PURGE), cache hit/status statistics, connection counts to clients and servers, and HTTPS and regex-matched request traffic. Administrators use it to monitor the health and load of the caching software: request throughput, established connection counts, and cache effectiveness together indicate whether the proxy is servicing traffic normally or is overloaded or misconfigured. It defines its own trap object (caTraps) for asynchronous fault/event notification rather than relying on a separate standard MIB. It is typically deployed on CA-managed reverse-proxy or web-caching servers within a broader Unicenter-monitored enterprise network, and administrators can download the CA-SNMP-MIB8 file to integrate it with their monitoring tools.
IPNetwork Monitor allows you to monitor SNMP objects defined in CA-SNMP-MIB8. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
Supported Devices
- Array Networks web-caching/application delivery controller appliances (legacy)
Monitoring Examples
An operator would poll requestsReceived, getRequests, postRequests, and purgeRequests alongside cacheBasicStats and cacheStatus to see the current request mix and cache efficiency of the revProxyCache. A sudden rise in requestsToHttps combined with growing serverEstabConn but flat clientEstabConn could reveal that backend server connections are being exhausted while client demand keeps rising. Comparing requestsOnRegex and requestsToUrl over time helps confirm whether specific URL patterns are driving unusual load.
What Can Be Monitored
- HTTP request rate by method
- cache hit/status
- client and server established connections
- HTTPS request volume
- URL/regex-matched request counts
This MIB depends on
Related MIBs
Imported Objects
From INET-ADDRESS-MIB
| InetAddress | |
| InetAddressType |
From SNMPv2-CONF
| MODULE-COMPLIANCE | |
| OBJECT-GROUP |
From SNMPv2-SMI
| Counter32 | |
| Counter64 | |
| Gauge32 | |
| Integer32 | |
| IpAddress | |
| MODULE-IDENTITY | |
| NOTIFICATION-TYPE | |
| OBJECT-TYPE | |
| Opaque | |
| enterprises |
From SNMPv2-TC
| DisplayString | |
| TEXTUAL-CONVENTION | |
| TimeStamp | |
| TruthValue |
How to Use in IPNetwork Monitor
Example using requestsReceived OID:
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| I32 acceptedConns | 1.3.6.1.4.1.7564.20.2.4.1.4 | Integer32 | read-only | Number of accepted SSL connections for SSL hostName |
| C64 activeTransac | 1.3.6.1.4.1.7564.28.7 | Counter64 | read-only | Number of currently active transactions |
| arrayNetworks | 1.3.6.1.4.1.7564 | This file defines the private CA SNMP MIB extensions. | ||
| cacheBasicStats | 1.3.6.1.4.1.7564.16.1 | |||
| C32 cacheHitRatio | 1.3.6.1.4.1.7564.16.1.22 | Counter32 | read-only | Cache hit reply using cache + cache reply with 'not modified'. |
| C32 cacheMissWNewEntry | 1.3.6.1.4.1.7564.16.1.20 | Counter32 | read-only | Count of times the cache table was searched, no matching entry was found and a new entry was created. However, note that sometimes, an entry is created temporarily (eg. for an IMS request resulting in a 304) and is deleted after sending it out to the client (delayed delete). |
| C32 cacheMissWNoncacheReq | 1.3.6.1.4.1.7564.16.1.19 | Counter32 | read-only | The request does not result in a cache table search. Something in the request made us deem it non-cacheable (eg. very long URL, a 'Cache-Control: no-store' header etc. |
| C32 cacheMissWRespNo | 1.3.6.1.4.1.7564.16.1.21 | Counter32 | read-only | Cache miss, create new entry, resp noncacheable. |
| C32 cacheSkip | 1.3.6.1.4.1.7564.16.1.14 | Counter32 | read-only | Cache skip, cache off. |
| INT cacheStatus | 1.3.6.1.4.1.7564.16.1.1 | INTEGER | read-only | Current status of the reverse proxy cache - on or off |
| NTF caShutdown | 1.3.6.1.4.1.7564.251.2 | This trap is sent when the agent terminates | ||
| NTF caStart | 1.3.6.1.4.1.7564.251.1 | This trap is sent when the agent starts | ||
| caSyslog | 1.3.6.1.4.1.7564.24 | |||
| caSyslogTrap | 1.3.6.1.4.1.7564.24.3 | |||
| caTraps | 1.3.6.1.4.1.7564.251 | |||
| clickTcp | 1.3.6.1.4.1.7564.25 | |||
| G32 clientEstabConn | 1.3.6.1.4.1.7564.16.1.7 | Gauge32 | read-only | Number of current client connections (e.g. from the browsers). |
| I32 clusterId | 1.3.6.1.4.1.7564.18.1.3.1.2 | Integer32 | read-only | Cluster identifier |
| I32 clusterNum | 1.3.6.1.4.1.7564.18.1.2 | Integer32 | read-only | Current number of entries in the vrrpTable. |
| IP clusterVirAddr | 1.3.6.1.4.1.7564.18.1.3.1.5 | IpAddress | read-only | A virtual ip address (VIP) in the cluster |
| IP clusterVirAddress | 1.3.6.1.4.1.7564.18.1.3.1.12 | InetAddress | read-only | A virtual ip address (VIP) in the cluster |
| IPt clusterVirAddressType | 1.3.6.1.4.1.7564.18.1.3.1.11 | InetAddressType | read-only | The IP address type of clusterVirAddress. |
| STR clusterVirAuthPasswd | 1.3.6.1.4.1.7564.18.1.3.1.7 | DisplayString | read-only | The password for authentication. |
| INT clusterVirAuthType | 1.3.6.1.4.1.7564.18.1.3.1.6 | INTEGER | read-only | Type of authentication being used. none(0) - no authentication simple-text-password(1) - use password specified in cluster virtual for authentication. |
| STR clusterVirIfname | 1.3.6.1.4.1.7564.18.1.3.1.4 | DisplayString | read-only | The interface name on which the cluster is defined |
| I32 clusterVirIndex | 1.3.6.1.4.1.7564.18.1.3.1.1 | Integer32 | read-only | The cluster virtual table index |
| I32 clusterVirInterval | 1.3.6.1.4.1.7564.18.1.3.1.9 | Integer32 | read-only | VRRP advertisement interval |
| INT clusterVirPreempt | 1.3.6.1.4.1.7564.18.1.3.1.8 | INTEGER | read-only | This is for controling whether a higher priority Backup VRRP virtual preempts a low priority Master. |
| I32 clusterVirPriority | 1.3.6.1.4.1.7564.18.1.3.1.10 | Integer32 | read-only | Priority of the local node in the cluster |
| INT clusterVirState | 1.3.6.1.4.1.7564.18.1.3.1.3 | INTEGER | read-only | The current state of the cluster |
| clusterVrrp | 1.3.6.1.4.1.7564.18.1 | |||
| compression | 1.3.6.1.4.1.7564.28 | |||
| G32 connectionsPerSec | 1.3.6.1.4.1.7564.30.2 | Gauge32 | read-only | Number of connections per second |
| I32 connsPerSec | 1.3.6.1.4.1.7564.20.2.4.1.9 | Integer32 | read-only | Number of SSL connections established per second |
| STR cputemp | 1.3.6.1.4.1.7564.32.1 | DisplayString | read-only | current cpu temprature of cpu and sys |
| G32 cpuUtilization | 1.3.6.1.4.1.7564.30.1 | Gauge32 | read-only | Current percentage of CPU utilization |
| C32 ctcpActiveOpens | 1.3.6.1.4.1.7564.25.1 | Counter32 | read-only | The number of times ClickTCP connections have made a direct transition to the SYN-SENT state from the CLOSED state. |
| C32 ctcpAttemptFails | 1.3.6.1.4.1.7564.25.3 | Counter32 | read-only | The number of times ClickTCP connections have made a direct transition to the CLOSED state from either the SYN-SENT state or the SYN-RCVD state, plus the number of times TCP connections have made a direct transition to the LISTEN state from the SYN-RCVD state. |
| ctcpConnEntry | 1.3.6.1.4.1.7564.25.11.1 | not-accessible | A conceptual row of the ctcpConnTable containing information about a particular current TCP connection. Each row of this table is transient, in that it ceases to exist when (or soon after) the connection makes the transition to the CLOSED state. | |
| IP ctcpConnLocalAddr | 1.3.6.1.4.1.7564.25.11.1.8 | InetAddress | read-only | The local IP address for this TCP connection. In the case of a connection in the listen state which is willing to accept connections for any IP interface associated with the node, the value 0.0.0.0/:: is used. |
| IP ctcpConnLocalAddress | 1.3.6.1.4.1.7564.25.11.1.3 | IpAddress | read-only | The local IP address for this TCP connection. In the case of a connection in the listen state which is willing to accept connections for any IP interface associated with the node, the value 0.0.0.0 is used. |
| IPt ctcpConnLocalAddrType | 1.3.6.1.4.1.7564.25.11.1.7 | InetAddressType | read-only | The IP address type of ctcpConnLocalAddress. |
| INT ctcpConnLocalPort | 1.3.6.1.4.1.7564.25.11.1.4 | INTEGER | read-only | The local port number for this TCP connection. |
| IP ctcpConnRemAddr | 1.3.6.1.4.1.7564.25.11.1.10 | InetAddress | read-only | The remote IP address for this TCP connection. |
| IP ctcpConnRemAddress | 1.3.6.1.4.1.7564.25.11.1.5 | IpAddress | read-only | The remote IP address for this TCP connection. |
| IPt ctcpConnRemAddrType | 1.3.6.1.4.1.7564.25.11.1.9 | InetAddressType | read-only | The IP address type of ctcpConnRemAddress. |
| INT ctcpConnRemPort | 1.3.6.1.4.1.7564.25.11.1.6 | INTEGER | read-only | The remote port number for this TCP connection. |
| INT ctcpConnState | 1.3.6.1.4.1.7564.25.11.1.2 | INTEGER | read-only | The state of this TCP connection. |
| ctcpConnTable | 1.3.6.1.4.1.7564.25.11 | not-accessible | A table containing ClickTCP connection-specific information. | |
| G32 ctcpCurrEstab | 1.3.6.1.4.1.7564.25.5 | Gauge32 | read-only | The number of ClickTCP connections for which the current state is either ESTABLISHED or CLOSE-WAIT. |
| C32 ctcpEstabResets | 1.3.6.1.4.1.7564.25.4 | Counter32 | read-only | The number of times ClickTCP connections have made a direct transition to the CLOSED state from either the ESTABLISHED state or the CLOSE-WAIT state. |
| I32 ctcpIndex | 1.3.6.1.4.1.7564.25.11.1.1 | Integer32 | read-only | A unique value for each clicktcp connection. |
| C32 ctcpInErrs | 1.3.6.1.4.1.7564.25.9 | Counter32 | read-only | The total number of segments received in error (e.g., bad ClickTCP checksums). |
| C32 ctcpInSegs | 1.3.6.1.4.1.7564.25.6 | Counter32 | read-only | The total number of ClickTCP segments received, including those received in error. This count includes segments received on currently established connections. |
| C32 ctcpOutRsts | 1.3.6.1.4.1.7564.25.10 | Counter32 | read-only | The number of ClickTCP segments sent containing the RST flag. |
| C32 ctcpOutSegs | 1.3.6.1.4.1.7564.25.7 | Counter32 | read-only | The total number of ClickTCP segments sent, including those on current connections but excluding those containing only retransmitted octets. |
| C32 ctcpPassiveOpens | 1.3.6.1.4.1.7564.25.2 | Counter32 | read-only | The number of times ClickTCP connections have made a direct transition to the SYN-RCVD state from the LISTEN state. |
| C32 ctcpRetransSegs | 1.3.6.1.4.1.7564.25.8 | Counter32 | read-only | The total number of segments retransmitted - that is, the number of ClickTCP segments transmitted containing one or more previously transmitted octets. |
| STR currentTime | 1.3.6.1.4.1.7564.22.3 | DisplayString | read-only | The current time in the format of MM/DD/YY HH:MM |
| C32 failLastDay | 1.3.6.1.4.1.7564.31.21 | Counter32 | read-only | Total failed DNS resolvings in the last day. |
| C32 failLastHour | 1.3.6.1.4.1.7564.31.16 | Counter32 | read-only | Total failed DNS resolvings in the last hour. |
| C32 failLastMin | 1.3.6.1.4.1.7564.31.11 | Counter32 | read-only | Total failed DNS resolvings in the last minute. |
| C32 failLastSec | 1.3.6.1.4.1.7564.31.6 | Counter32 | read-only | Total failed DNS resolvings in the last second. |
| C32 failLastSec5 | 1.3.6.1.4.1.7564.31.26 | Counter32 | read-only | Total failed DNS resolvings in the last 5 seconds. |
| STR fanspeed | 1.3.6.1.4.1.7564.32.2 | DisplayString | read-only | current fan speed |
| C32 getRequests | 1.3.6.1.4.1.7564.16.1.3 | Counter32 | read-only | Total GET requests received by the reverse proxy cache. |
| gpEntry | 1.3.6.1.4.1.7564.19.1.3.2.1 | not-accessible | A gpTable entry containing one group member configuration. | |
| STR gpID | 1.3.6.1.4.1.7564.19.1.3.2.1.2 | DisplayString | read-only | Name of the group. |
| I32 gpIndex | 1.3.6.1.4.1.7564.19.1.3.2.1.1 | Integer32 | read-only | Reference index for each group member. |
| INT gpMetrics | 1.3.6.1.4.1.7564.19.1.3.2.1.4 | INTEGER | read-only | Metric used to balance real services within the group. |
| gpStatsEntry | 1.3.6.1.4.1.7564.19.2.3.1.1 | not-accessible | A gpStatsTable entry containing the statistics of one group. | |
| gpStatsTable | 1.3.6.1.4.1.7564.19.2.3.1 | not-accessible | A statistics table of the group. | |
| gpTable | 1.3.6.1.4.1.7564.19.1.3.2 | not-accessible | A table containing group member configuration. | |
| I32 gpTotalHits | 1.3.6.1.4.1.7564.19.2.3.1.1.3 | Integer32 | read-only | Total hits for the group. |
| I32 groupCount | 1.3.6.1.4.1.7564.19.1.3.1 | Integer32 | read-only | Number of groups currently configured. |
| groupCurCfg | 1.3.6.1.4.1.7564.19.1.3 | |||
| STR groupID | 1.3.6.1.4.1.7564.19.2.3.1.1.2 | DisplayString | read-only | Name of the group. |
| I32 groupIndex | 1.3.6.1.4.1.7564.19.2.3.1.1.1 | Integer32 | read-only | Reference index for each group. |
| groupStats | 1.3.6.1.4.1.7564.19.2.3 | |||
| IP hcAddr | 1.3.6.1.4.1.7564.27.1.2.1.3 | IpAddress | read-only | Health Check IP address. |
| IP hcAddress | 1.3.6.1.4.1.7564.27.1.2.1.13 | InetAddress | read-only | Health Check IP address. |
| IPt hcAddressType | 1.3.6.1.4.1.7564.27.1.2.1.12 | InetAddressType | read-only | The IP address type of hcAddress. |
| STR hcCause | 1.3.6.1.4.1.7564.27.1.2.1.6 | DisplayString | read-only | The reason why the health check is being marked UP/DOWN. |
| I32 hcConnAttempt | 1.3.6.1.4.1.7564.27.1.2.1.9 | Integer32 | read-only | The number of connections attempted. |
| I32 hcConnFail | 1.3.6.1.4.1.7564.27.1.2.1.11 | Integer32 | read-only | The number of connection failures. |
| I32 hcConnSuccess | 1.3.6.1.4.1.7564.27.1.2.1.10 | Integer32 | read-only | The number of successful connections. |
| I32 hcIndex | 1.3.6.1.4.1.7564.27.1.2.1.1 | Integer32 | read-only | Reference index for each real service being checked. |
| STR hcName | 1.3.6.1.4.1.7564.27.1.2.1.2 | DisplayString | read-only | Real service name. |
| I32 hcNumDowns | 1.3.6.1.4.1.7564.27.1.2.1.7 | Integer32 | read-only | The number of times the health check is down. |
| I32 hcNumUps | 1.3.6.1.4.1.7564.27.1.2.1.8 | Integer32 | read-only | The number of times the health check is up. |
| INT hcPort | 1.3.6.1.4.1.7564.27.1.2.1.4 | INTEGER | read-only | Health Check port. |
| I32 hcRSCount | 1.3.6.1.4.1.7564.27.1.1 | Integer32 | read-only | The number of real services being checked. |
| hcStats | 1.3.6.1.4.1.7564.27.1 | |||
| hcStatsEntry | 1.3.6.1.4.1.7564.27.1.2.1 | not-accessible | A hcStatsTable entry containing health check statistics for one real service. | |
| hcStatsTable | 1.3.6.1.4.1.7564.27.1.2 | not-accessible | Health Check statistics table. | |
| INT hcStatus | 1.3.6.1.4.1.7564.27.1.2.1.5 | INTEGER | read-only | The status (UP/DOWN) of the health check. |
| C32 headRequests | 1.3.6.1.4.1.7564.16.1.4 | Counter32 | read-only | Total HEAD requests received by the reverse proxy cache. |
| healthCheck | 1.3.6.1.4.1.7564.27 | |||
| C32 hitRevalidate | 1.3.6.1.4.1.7564.16.1.18 | Counter32 | read-only | The requested object was found in the cache. However, the request required revalidation (due to client generated revalidate, proxy generated revalidate or proxy generated forced miss). |
| C32 hitsReply | 1.3.6.1.4.1.7564.16.1.15 | Counter32 | read-only | We found the requested URL in the cache. The object was fresh and we did not have to revalidate. The object was served from our cache. |
| C32 hitsReplyWNotModified | 1.3.6.1.4.1.7564.16.1.16 | Counter32 | read-only | We got an IMS header in the request. We validated the timestamp and decided that the client's copy of this object is fresh. So we generated a 304 response and sent it out to the client. |
| C32 hitsReplyWPreFailed | 1.3.6.1.4.1.7564.16.1.17 | Counter32 | read-only | Cache hit, reply with Precondition Failed. |
| STR hostName | 1.3.6.1.4.1.7564.22.2 | DisplayString | read-only | The hostname that the VIP is representing (hostname of the appliance) |
| ifTraffic | 1.3.6.1.4.1.7564.23 | |||
| I32 index | 1.3.6.1.4.1.7564.24.2.2.1.1 | Integer32 | read-only | A monotonically increasing integer for the sole purpose of indexing messages. When it reaches the maximum value the agent flushes the table and wraps the value back to 1. |
| IP infAddress | 1.3.6.1.4.1.7564.23.4.1.4 | IpAddress | read-only | The interface's IP address |
| STR infDescr | 1.3.6.1.4.1.7564.23.4.1.2 | DisplayString | read-only | Name of the interface |
| infEntry | 1.3.6.1.4.1.7564.23.4.1 | not-accessible | An infTable entry for one interface | |
| C64 infInBandwidth | 1.3.6.1.4.1.7564.23.4.1.19 | Counter64 | read-only | Inside throughput(bits/second) of the last 5 minutes for the interfaces. |
| C64 infInBcastPkts | 1.3.6.1.4.1.7564.23.4.1.23 | Counter64 | read-only | The number of packets, delivered by this sub-layer to a higher (sub-)layer, which were addressed to a broadcast address at this sub-layer. |
| I32 infIndex | 1.3.6.1.4.1.7564.23.4.1.1 | Integer32 | read-only | A unique value for each interface. Its value ranges between 1 and the value of infNumber. The value for each interface must remain constant at least from one re-initialization of the entity's network management system to the next re- initialization. |
| C64 infInDiscards | 1.3.6.1.4.1.7564.23.4.1.8 | Counter64 | read-only | The number of inbound packets which were chosen to be discarded even though no errors had been detected to prevent their being deliverable to a higher-layer protocol. One possible reason for discarding such a packet could be to free up buffer space. |
| C64 infInErrors | 1.3.6.1.4.1.7564.23.4.1.9 | Counter64 | read-only | For packet-oriented interfaces, the number of inbound packets that contained errors preventing them from being deliverable to a higher-layer protocol. For character- oriented or fixed-length interfaces, the number of inbound transmission units that contained errors preventing them from being deliverable to a higher-layer protocol. |
| C64 infInMcastPkts | 1.3.6.1.4.1.7564.23.4.1.21 | Counter64 | read-only | The number of packets, delivered by this sub-layer to a higher (sub-)layer, which were addressed to a multicast address at this sub-layer. |
| C64 infInNUcastPkts | 1.3.6.1.4.1.7564.23.4.1.7 | Counter64 | read-only | The number of packets, delivered by this sub-layer to a higher (sub-)layer, which were addressed to a multicast or broadcast address at this sub-layer. |
| C64 infInOctets | 1.3.6.1.4.1.7564.23.4.1.5 | Counter64 | read-only | The total number of octets received on the interface, including framing characters. |
| C64 infInUcastPkts | 1.3.6.1.4.1.7564.23.4.1.6 | Counter64 | read-only | The number of packets, delivered by this sub-layer to a higher (sub-)layer, which were not addressed to a multicast or broadcast address at this sub-layer. |
| C64 infInUnknownProtos | 1.3.6.1.4.1.7564.23.4.1.10 | Counter64 | read-only | For packet-oriented interfaces, the number of packets received via the interface which were discarded because of an unknown or unsupported protocol. For character-oriented or fixed-length interfaces that support protocol multiplexing the number of transmission units received via the interface which were discarded because of an unknown or unsupported protocol. For any interface that does not support protocol multiplexing, this counter will always be 0. |
| IP infIpv4Address | 1.3.6.1.4.1.7564.23.4.1.16 | InetAddress | read-only | The interface's IPv4 address |
| IPt infIpv4AddressType | 1.3.6.1.4.1.7564.23.4.1.15 | InetAddressType | read-only | The IP address type of infIpv4Address(should always ipv4). |
| IP infIpv6Address | 1.3.6.1.4.1.7564.23.4.1.18 | InetAddress | read-only | The interface's IPv6 address |
| IPt infIpv6AddressType | 1.3.6.1.4.1.7564.23.4.1.17 | InetAddressType | read-only | The IP address type of infIpv6Address(should always ipv6). |
| I32 infNumber | 1.3.6.1.4.1.7564.23.1 | Integer32 | read-only | The number of network interfaces present on this system. |
| INT infOperStatus | 1.3.6.1.4.1.7564.23.4.1.3 | INTEGER | read-only | The current operational state of the interface (up or down). |
| C64 infOutBandwidth | 1.3.6.1.4.1.7564.23.4.1.20 | Counter64 | read-only | Outside throughput(bits/second) of the last 5 minutes for the interfaces. |
| C64 infOutBcastPkts | 1.3.6.1.4.1.7564.23.4.1.24 | Counter64 | read-only | The total number of packets that higher-level protocols requested be transmitted, and which were addressed to a broadcast address at this sub-layer, including those that were discarded or not sent. |
| C64 infOutErrors | 1.3.6.1.4.1.7564.23.4.1.14 | Counter64 | read-only | For packet-oriented interfaces, the number of outbound packets that could not be transmitted because of errors. For character-oriented or fixed-length interfaces, the number of outbound transmission units that could not be transmitted because of errors. |
| C64 infOutMcastPkts | 1.3.6.1.4.1.7564.23.4.1.22 | Counter64 | read-only | The total number of packets that higher-level protocols requested be transmitted, and which were addressed to a multicast address at this sub-layer, including those that were discarded or not sent. |
| C64 infOutNUcastPkts | 1.3.6.1.4.1.7564.23.4.1.13 | Counter64 | read-only | The total number of packets that higher-level protocols requested be transmitted, and which were addressed to a multicast or broadcast address at this sub-layer, including those that were discarded or not sent. |
| C64 infOutOctets | 1.3.6.1.4.1.7564.23.4.1.11 | Counter64 | read-only | The total number of octets transmitted out of the interface, including framing characters. |
| C64 infOutUcastPkts | 1.3.6.1.4.1.7564.23.4.1.12 | Counter64 | read-only | The total number of packets that higher-level protocols requested be transmitted, and which were not addressed to a multicast or broadcast address at this sub-layer, including those that were discarded or not sent. |
| infTable | 1.3.6.1.4.1.7564.23.4 | not-accessible | A table of interface statistics. The number of entries is given by the value of infNumber. | |
| C64 infTotalInOctets | 1.3.6.1.4.1.7564.23.2 | Counter64 | read-only | The total accumulated number of octets received on all the active interfaces (loopback is not included) |
| C64 infTotalOutOctets | 1.3.6.1.4.1.7564.23.3 | Counter64 | read-only | The total accumulated number of octets transmitted out on all the active interfaces (loopback is not included) |
| IP ipAddr | 1.3.6.1.4.1.7564.22.8.1.9 | InetAddress | read-only | The VIP address |
| IP ipAddress | 1.3.6.1.4.1.7564.22.8.1.2 | IpAddress | read-only | The VIP address |
| IPt ipAddrType | 1.3.6.1.4.1.7564.22.8.1.8 | InetAddressType | read-only | The IP address type of ipAddress |
| C64 ipBytesIn | 1.3.6.1.4.1.7564.22.8.1.4 | Counter64 | read-only | Total number of bytes received on the VIP |
| C64 ipBytesOut | 1.3.6.1.4.1.7564.22.8.1.6 | Counter64 | read-only | Total number of bytes sent out on the VIP |
| I32 ipIndex | 1.3.6.1.4.1.7564.22.8.1.1 | Integer32 | read-only | The VIP statistics table index |
| C64 ipPktsIn | 1.3.6.1.4.1.7564.22.8.1.3 | Counter64 | read-only | Total number of IP packets received on the VIP |
| C64 ipPktsOut | 1.3.6.1.4.1.7564.22.8.1.5 | Counter64 | read-only | Total number of packets sent out on the VIP |
| ipStatsEntry | 1.3.6.1.4.1.7564.22.8.1 | not-accessible | An entry in the ipStatsTable is created for each VIP. | |
| ipStatsTable | 1.3.6.1.4.1.7564.22.8 | not-accessible | A table of VIP statistics. | |
| NTF licenseRemainingDays | 1.3.6.1.4.1.7564.251.3 | license remaining days | ||
| logBasic | 1.3.6.1.4.1.7564.24.1 | |||
| logHistory | 1.3.6.1.4.1.7564.24.2 | |||
| logHistoryEntry | 1.3.6.1.4.1.7564.24.2.2.1 | not-accessible | A syslog message that was previously generated by this device. Each entry is indexed by a message index. | |
| logHistoryTable | 1.3.6.1.4.1.7564.24.2.2 | not-accessible | A table of syslog messages generated by this device. All 'interesting' syslog messages (i.e. severity <= logMaxSeverity) are entered into this table. | |
| I32 logHistTableMaxLength | 1.3.6.1.4.1.7564.24.2.1 | Integer32 | read-only | The upper limit on the number of entries that the logHistoryTable may contain. A value of 0 will prevent any history from being retained. When this table is full, the oldest entry will be deleted and a new one will be created. |
| SYS logMaxSeverity | 1.3.6.1.4.1.7564.24.1.3 | SyslogSeverity | read-only | Indicates which syslog severity levels will be processed. Any syslog message with a severity value greater than this value will be ignored by the agent. note: severity numeric values increase as their severity decreases, e.g. error(3) is more severe than debug(7). |
| INT logNotificationsEnabled | 1.3.6.1.4.1.7564.24.1.2 | INTEGER | read-only | Indicates whether logMessageGenerated notifications will or will not be sent when a syslog message is generated by the device. Disabling notifications does not prevent syslog messages from being added to the logHistoryTable. |
| C32 logNotificationsSent | 1.3.6.1.4.1.7564.24.1.1 | Counter32 | read-only | The number of syslog notifications that have been sent. This number may include notifications that were prevented from being transmitted due to reasons such as resource limitations and/or non-connectivity. If one is receiving notifications, one can periodically poll this object to determine if any notifications were missed. If so, a poll of the logHistoryTable might be appropriate. |
| I32 maxCluster | 1.3.6.1.4.1.7564.18.1.1 | Integer32 | read-only | Current maximum possible number of entries in the vrrpTable, which is 255 * (number of interfaces for which a cluster is defined). 255 is the max number of VIPs in a cluster. |
| memory | 1.3.6.1.4.1.7564.4 | |||
| I32 missSess | 1.3.6.1.4.1.7564.20.2.4.1.8 | Integer32 | read-only | Number of SSL session misses for SSL hostName |
| monitor | 1.3.6.1.4.1.7564.32 | |||
| STR msgText | 1.3.6.1.4.1.7564.24.2.2.1.3 | DisplayString | read-only | The text of the message. If the text of the message exceeds 255 bytes, the message will be truncated to 254 bytes and a '*' character will be appended, indicating that the message has been truncated. |
| I32 openSSLConns | 1.3.6.1.4.1.7564.20.2.4.1.3 | Integer32 | read-only | Open SSL connections for SSL hostName |
| C64 peakRcvdBytesPerSec | 1.3.6.1.4.1.7564.28.5 | Counter64 | read-only | Peak received bytes per second |
| C64 peakSentBytesPerSec | 1.3.6.1.4.1.7564.28.6 | Counter64 | read-only | Peak sent bytes per second |
| performance | 1.3.6.1.4.1.7564.30 | |||
| C32 postRequests | 1.3.6.1.4.1.7564.16.1.6 | Counter32 | read-only | Total POST requests received by the reverse proxy cache. |
| INT powerstate | 1.3.6.1.4.1.7564.32.3 | INTEGER | read-only | current dual power supply state (0 (ok),1(error)) |
| C32 purgeRequests | 1.3.6.1.4.1.7564.16.1.5 | Counter32 | read-only | Total PURGE requests received by the reverse proxy cache. |
| C64 rcvdBytesPerSec | 1.3.6.1.4.1.7564.28.3 | Counter64 | read-only | Number of bytes received per second. |
| IP realAddr | 1.3.6.1.4.1.7564.19.2.1.1.1.3 | IpAddress | read-only | Real service IP address. |
| IP realAddress | 1.3.6.1.4.1.7564.19.2.1.1.1.10 | InetAddress | read-only | Real service IP address. |
| IPt realAddressType | 1.3.6.1.4.1.7564.19.2.1.1.1.9 | InetAddressType | read-only | The IP address type of realAddress. |
| STR realID | 1.3.6.1.4.1.7564.19.1.3.2.1.3 | DisplayString | read-only | Name of the real service. |
| I32 realIndex | 1.3.6.1.4.1.7564.19.2.1.1.1.1 | Integer32 | read-only | Reference index for each real service. |
| INT realPort | 1.3.6.1.4.1.7564.19.2.1.1.1.4 | INTEGER | read-only | The port number of the real service. |
| realServer | 1.3.6.1.4.1.7564.19.1.1 | |||
| STR realServerID | 1.3.6.1.4.1.7564.19.2.1.1.1.2 | DisplayString | read-only | Name of the real service. |
| realStats | 1.3.6.1.4.1.7564.19.2.1 | |||
| INT realStatus | 1.3.6.1.4.1.7564.19.2.1.1.1.8 | INTEGER | read-only | The health status (up or down) of the real service. |
| C32 reqLastDay | 1.3.6.1.4.1.7564.31.19 | Counter32 | read-only | Total DNS requests in the last day. |
| C32 reqLastHour | 1.3.6.1.4.1.7564.31.14 | Counter32 | read-only | Total DNS requests in the last hour. |
| C32 reqLastMin | 1.3.6.1.4.1.7564.31.9 | Counter32 | read-only | Total DNS requests in the last minute. |
| C32 reqLastSec | 1.3.6.1.4.1.7564.31.4 | Counter32 | read-only | Total DNS requests in the last second. |
| C32 reqLastSec5 | 1.3.6.1.4.1.7564.31.24 | Counter32 | read-only | Total DNS requests in the last 5 seconds. |
| C32 reqPeakDay | 1.3.6.1.4.1.7564.31.22 | Counter32 | read-only | Peak DNS requests in a day. |
| C32 reqPeakHour | 1.3.6.1.4.1.7564.31.17 | Counter32 | read-only | Peak DNS requests in an hour. |
| C32 reqPeakMin | 1.3.6.1.4.1.7564.31.12 | Counter32 | read-only | Peak DNS requests in a minute. |
| C32 reqPeakSec | 1.3.6.1.4.1.7564.31.7 | Counter32 | read-only | Peak DNS requests in a second. |
| C32 reqPeakSec5 | 1.3.6.1.4.1.7564.31.27 | Counter32 | read-only | Peak DNS requests in 5 seconds. |
| I32 requestedConns | 1.3.6.1.4.1.7564.20.2.4.1.5 | Integer32 | read-only | Number of requested SSL connections for SSL hostName |
| C32 requestsOnRegex | 1.3.6.1.4.1.7564.16.1.10 | Counter32 | read-only | Requests redirected based on regex match |
| G32 requestsPerSec | 1.3.6.1.4.1.7564.30.3 | Gauge32 | read-only | Number of requests per second |
| C32 requestsReceivedEx | 1.3.6.1.4.1.7564.16.1.2 | Counter32 | read-only | Total number of requests received by the reverse proxy cache. |
| C32 requestsToHttps | 1.3.6.1.4.1.7564.16.1.9 | Counter32 | read-only | Requests redirected to HTTPS. |
| C32 requestsToUrl | 1.3.6.1.4.1.7564.16.1.11 | Counter32 | read-only | Requests forwarded with rewritten url. |
| C32 responsesOnRegex | 1.3.6.1.4.1.7564.16.1.13 | Counter32 | read-only | Locations rewritten based on regex match. |
| C32 responsesToHttps | 1.3.6.1.4.1.7564.16.1.12 | Counter32 | read-only | Locations rewritten to HTTPS. |
| I32 resumableSess | 1.3.6.1.4.1.7564.20.2.4.1.7 | Integer32 | read-only | Number of resumable SSL sessions for SSL hostName |
| I32 resumedSess | 1.3.6.1.4.1.7564.20.2.4.1.6 | Integer32 | read-only | Number of resumed SSL sessions for SSL hostName |
| revProxyCache | 1.3.6.1.4.1.7564.16 | |||
| I32 rsAvgRespTime | 1.3.6.1.4.1.7564.19.1.1.2.1.9 | Integer32 | read-only | Server Average Response Time (in microseconds) |
| I32 rsCntOfReq | 1.3.6.1.4.1.7564.19.2.1.1.1.5 | Integer32 | read-only | Number of outstanding requests to the real service. |
| I32 rsConnCnt | 1.3.6.1.4.1.7564.19.2.1.1.1.6 | Integer32 | read-only | Number of open connections to the real service. |
| I32 rsCount | 1.3.6.1.4.1.7564.19.1.1.1 | Integer32 | read-only | Number of real services currently configured. |
| rsEntry | 1.3.6.1.4.1.7564.19.1.1.2.1 | not-accessible | A rsTable entry containing the information of one real service. | |
| STR rsID | 1.3.6.1.4.1.7564.19.1.1.2.1.2 | DisplayString | read-only | The name of the real service |
| I32 rsIndex | 1.3.6.1.4.1.7564.19.1.1.2.1.1 | Integer32 | read-only | Reference index for each real service. |
| IP rsIpAddr | 1.3.6.1.4.1.7564.19.1.1.2.1.4 | IpAddress | read-only | The real service IP address. |
| IP rsIpAddress | 1.3.6.1.4.1.7564.19.1.1.2.1.11 | InetAddress | read-only | The real service IP address. |
| IPt rsIpAddressType | 1.3.6.1.4.1.7564.19.1.1.2.1.10 | InetAddressType | read-only | The IP address type of rsIpAddress. |
| I32 rsMaxConn | 1.3.6.1.4.1.7564.19.1.1.2.1.6 | Integer32 | read-only | Maximum number of connections per real service. |
| INT rsPort | 1.3.6.1.4.1.7564.19.1.1.2.1.5 | INTEGER | read-only | The port number of the real service. |
| INT rsProtocol | 1.3.6.1.4.1.7564.19.1.1.2.1.3 | INTEGER | read-only | The protocol of the real service. |
| rsStatsEntry | 1.3.6.1.4.1.7564.19.2.1.1.1 | not-accessible | A rsStatsTable entry containing the statistics of one real service. | |
| rsStatsTable | 1.3.6.1.4.1.7564.19.2.1.1 | not-accessible | Real service statistics table. | |
| INT rsStatus | 1.3.6.1.4.1.7564.19.1.1.2.1.8 | INTEGER | read-only | The current status of real service - up or down. |
| rsTable | 1.3.6.1.4.1.7564.19.1.1.2 | not-accessible | A table containing the configuration of real services. | |
| I32 rsTotalHits | 1.3.6.1.4.1.7564.19.2.1.1.1.7 | Integer32 | read-only | The total number of requests sent to the real service. |
| sdns | 1.3.6.1.4.1.7564.31 | |||
| C64 sentBytesPerSec | 1.3.6.1.4.1.7564.28.4 | Counter64 | read-only | Number of bytes sent per second. |
| STR serialNumber | 1.3.6.1.4.1.7564.3.1 | DisplayString | read-only | Serial Number of the equipment |
| G32 serverEstabConn | 1.3.6.1.4.1.7564.16.1.8 | Gauge32 | read-only | Number of current backend server connections. |
| SYS severity | 1.3.6.1.4.1.7564.24.2.2.1.2 | SyslogSeverity | read-only | The severity of the message. |
| slbGeneral | 1.3.6.1.4.1.7564.19.1 | |||
| slbMIB | 1.3.6.1.4.1.7564.19 | |||
| slbStats | 1.3.6.1.4.1.7564.19.2 | |||
| sslEntry | 1.3.6.1.4.1.7564.20.2.4.1 | not-accessible | sslTable entry for one SSL host | |
| sslGeneral | 1.3.6.1.4.1.7564.20.1 | |||
| I32 sslIndex | 1.3.6.1.4.1.7564.20.2.4.1.1 | Integer32 | read-only | The SSL table index |
| sslMIB | 1.3.6.1.4.1.7564.20 | |||
| sslStats | 1.3.6.1.4.1.7564.20.2 | |||
| sslTable | 1.3.6.1.4.1.7564.20.2.4 | not-accessible | SSL host statistics table | |
| STR startTime | 1.3.6.1.4.1.7564.22.8.1.7 | DisplayString | read-only | The time statistics gathering was enabled for the VIP |
| C32 succLastDay | 1.3.6.1.4.1.7564.31.20 | Counter32 | read-only | Total successful DNS resolvings in the last day. |
| C32 succLastHour | 1.3.6.1.4.1.7564.31.15 | Counter32 | read-only | Total successful DNS resolvings in the last hour. |
| C32 succLastMin | 1.3.6.1.4.1.7564.31.10 | Counter32 | read-only | Total successful DNS resolvings in the last minute. |
| C32 succLastSec | 1.3.6.1.4.1.7564.31.5 | Counter32 | read-only | Total successful DNS resolvings in the last second. |
| C32 succLastSec5 | 1.3.6.1.4.1.7564.31.25 | Counter32 | read-only | Total successful DNS resolvings in the last 5 seconds. |
| C32 succPeakDay | 1.3.6.1.4.1.7564.31.23 | Counter32 | read-only | Peak successful DNS resolvings in a day. |
| C32 succPeakHour | 1.3.6.1.4.1.7564.31.18 | Counter32 | read-only | Peak successful DNS resolvings in an hour. |
| C32 succPeakMin | 1.3.6.1.4.1.7564.31.13 | Counter32 | read-only | Peak successful DNS resolvings in a minute. |
| C32 succPeakSec | 1.3.6.1.4.1.7564.31.8 | Counter32 | read-only | Peak successful DNS resolvings in a second. |
| C32 succPeakSec5 | 1.3.6.1.4.1.7564.31.28 | Counter32 | read-only | Peak successful DNS resolvings in 5 seconds. |
| NTF syslogTrap | 1.3.6.1.4.1.7564.24.3.1 | When a syslogTrap message is generated by the device a syslogTrap notification is sent. The sending of these notifications can be enabled/disabled via the logNotificationsEnabled object. | ||
| C64 sysMemory | 1.3.6.1.4.1.7564.4.1 | Counter64 | read-only | Curren system total available memory |
| G32 sysMemoryUtilization | 1.3.6.1.4.1.7564.4.2 | Gauge32 | read-only | Current percentage of Network memory utilization |
| G32 sysSwapCapacity | 1.3.6.1.4.1.7564.4.4 | Gauge32 | read-only | Current swap space usage |
| G32 sysSwapUsed | 1.3.6.1.4.1.7564.4.3 | Gauge32 | read-only | Currently used swap space in MB |
| systemInfo | 1.3.6.1.4.1.7564.3 | |||
| I32 totalAcceptedConns | 1.3.6.1.4.1.7564.20.2.2 | Integer32 | read-only | Total number of accepted SSL connections (all SSL hosts) |
| C64 totalBytesRcvd | 1.3.6.1.4.1.7564.28.1 | Counter64 | read-only | Total number of bytes received. |
| C64 totalBytesSent | 1.3.6.1.4.1.7564.28.2 | Counter64 | read-only | Total number of bytes sent. |
| C32 totalFail | 1.3.6.1.4.1.7564.31.3 | Counter32 | read-only | Total failed DNS resolvings. |
| C64 totalIPBytesIn | 1.3.6.1.4.1.7564.22.6 | Counter64 | read-only | Total number of IP bytes received on all VIPs |
| C64 totalIPBytesOut | 1.3.6.1.4.1.7564.22.7 | Counter64 | read-only | Total number of IP bytes sent out on all VIPs |
| C64 totalIPPktsIn | 1.3.6.1.4.1.7564.22.4 | Counter64 | read-only | Total number of ip packets received on all VIPs |
| C64 totalIPPktsOut | 1.3.6.1.4.1.7564.22.5 | Counter64 | read-only | Total number of ip packets sent out on all VIPs |
| I32 totalOpenSSLConns | 1.3.6.1.4.1.7564.20.2.1 | Integer32 | read-only | Total number of open SSL connections (all SSL hosts) |
| C32 totalReq | 1.3.6.1.4.1.7564.31.1 | Counter32 | read-only | Total DNS requests. |
| I32 totalRequestedConns | 1.3.6.1.4.1.7564.20.2.3 | Integer32 | read-only | Total number of requested SSL connections (all SSL hosts) |
| C32 totalSucc | 1.3.6.1.4.1.7564.31.2 | Counter32 | read-only | Total successful DNS resolvings. |
| STR vhostName | 1.3.6.1.4.1.7564.20.2.4.1.2 | DisplayString | read-only | Name of the SSL host |
| I32 vhostNum | 1.3.6.1.4.1.7564.20.1.2 | Integer32 | read-only | Number of SSL hosts currently configured. |
| vipStats | 1.3.6.1.4.1.7564.22 | |||
| INT vipStatus | 1.3.6.1.4.1.7564.22.1 | INTEGER | read-only | Status of VIP statistics gathering - on or off |
| STR virtServerID | 1.3.6.1.4.1.7564.19.2.2.1.1.2 | DisplayString | read-only | Name of the virtual service. |
| IP virtualAddr | 1.3.6.1.4.1.7564.19.2.2.1.1.3 | IpAddress | read-only | IP address of the virtual service. |
| IP virtualAddress | 1.3.6.1.4.1.7564.19.2.2.1.1.21 | InetAddress | read-only | IP address of the virtual service. |
| IPt virtualAddressType | 1.3.6.1.4.1.7564.19.2.2.1.1.20 | InetAddressType | read-only | The IP address type of virtualAddress. |
| I32 virtualIndex | 1.3.6.1.4.1.7564.19.2.2.1.1.1 | Integer32 | read-only | Reference index for each virtual service. |
| INT virtualPort | 1.3.6.1.4.1.7564.19.2.2.1.1.4 | INTEGER | read-only | Port number of the virtual service. |
| virtualServer | 1.3.6.1.4.1.7564.19.1.2 | |||
| virtualStats | 1.3.6.1.4.1.7564.19.2.2 | |||
| vrrp | 1.3.6.1.4.1.7564.18 | |||
| vrrpEntry | 1.3.6.1.4.1.7564.18.1.3.1 | not-accessible | An entry in the vrrpTable. Each entry represents a cluster VIP and not the cluster itself. If a cluster has n VIPs, then there will be n entries for the cluster in the vrrpTable (0 <= n <= 255). All the entries in the vrrpTable belonging to a single cluster will have the same values for all the fields except clusterVirIndex and clusterVirAddr | |
| vrrpTable | 1.3.6.1.4.1.7564.18.1.3 | not-accessible | A table containing clustering configuration | |
| I32 vsBackupHits | 1.3.6.1.4.1.7564.19.2.2.1.1.14 | Integer32 | read-only | Number of Backup policy hits for the virtual service. |
| I32 vsCacheHits | 1.3.6.1.4.1.7564.19.2.2.1.1.15 | Integer32 | read-only | Number of Cache hits for the virtual service. |
| I32 vsConnCnt | 1.3.6.1.4.1.7564.19.2.2.1.1.19 | Integer32 | read-only | Number of open connections to the virtual service. |
| I32 vsCount | 1.3.6.1.4.1.7564.19.1.2.1 | Integer32 | read-only | Number of virtual services currently configured. |
| I32 vsDefaultHits | 1.3.6.1.4.1.7564.19.2.2.1.1.9 | Integer32 | read-only | Number of Default policy hits for the virtual service. |
| vsEntry | 1.3.6.1.4.1.7564.19.1.2.2.1 | not-accessible | A vsTable entry containing the configuration of one virtual service. | |
| I32 vsHashURLHits | 1.3.6.1.4.1.7564.19.2.2.1.1.25 | Integer32 | read-only | Number of Hash URL policy hits for the virtual service. |
| I32 vsHeaderHits | 1.3.6.1.4.1.7564.19.2.2.1.1.24 | Integer32 | read-only | Number of Header policy hits for the virtual service. |
| I32 vsHostnameHits | 1.3.6.1.4.1.7564.19.2.2.1.1.6 | Integer32 | read-only | Number of QoS Hostname policy hits for the virtual service. |
| I32 vsICookieHits | 1.3.6.1.4.1.7564.19.2.2.1.1.18 | Integer32 | read-only | Number of Insert Cookie policy hits for the virtual service. |
| STR vsID | 1.3.6.1.4.1.7564.19.1.2.2.1.2 | DisplayString | read-only | Name of the virtual service. |
| I32 vsIndex | 1.3.6.1.4.1.7564.19.1.2.2.1.1 | Integer32 | read-only | Reference index for each virtual service. |
| IP vsIpAddr | 1.3.6.1.4.1.7564.19.1.2.2.1.4 | IpAddress | read-only | The virtual service IP address. |
| IP vsIpAddress | 1.3.6.1.4.1.7564.19.1.2.2.1.8 | InetAddress | read-only | The virtual service IP address. |
| IPt vsIpAddressType | 1.3.6.1.4.1.7564.19.1.2.2.1.7 | InetAddressType | read-only | The IP address type of vsIpAddress. |
| I32 vsMaxConn | 1.3.6.1.4.1.7564.19.1.2.2.1.6 | Integer32 | read-only | Maximum number of connections of the virtual service. |
| I32 vsPerstntCookieHits | 1.3.6.1.4.1.7564.19.2.2.1.1.7 | Integer32 | read-only | Number of Persistent Cookie policy hits for the virtual service. |
| I32 vsPerstntURLHits | 1.3.6.1.4.1.7564.19.2.2.1.1.10 | Integer32 | read-only | Number of Persistent URL policy hits for the virtual service. |
| INT vsPort | 1.3.6.1.4.1.7564.19.1.2.2.1.5 | INTEGER | read-only | The port of the virtual service. |
| INT vsProtocol | 1.3.6.1.4.1.7564.19.1.2.2.1.3 | INTEGER | read-only | The protocol of the virtual service. |
| I32 vsQosBodyHits | 1.3.6.1.4.1.7564.19.2.2.1.1.23 | Integer32 | read-only | Number of QoS Body policy hits for the virtual service. |
| I32 vsQosClientPortHits | 1.3.6.1.4.1.7564.19.2.2.1.1.22 | Integer32 | read-only | Number of QoS Client Port policy hits for the virtual service. |
| I32 vsQosCookieHits | 1.3.6.1.4.1.7564.19.2.2.1.1.8 | Integer32 | read-only | Number of QoS Cookie hits for the virtual service. |
| I32 vsQosNetworkHits | 1.3.6.1.4.1.7564.19.2.2.1.1.12 | Integer32 | read-only | Number of QoS Network policy hits for the virtual service. |
| I32 vsQosURLHits | 1.3.6.1.4.1.7564.19.2.2.1.1.13 | Integer32 | read-only | Number of QoS URL policy hits for the virtual service. |
| I32 vsRCookieHits | 1.3.6.1.4.1.7564.19.2.2.1.1.17 | Integer32 | read-only | Number of Rewrite Cookie policy hits for the virtual service. |
| I32 vsRedirectHits | 1.3.6.1.4.1.7564.19.2.2.1.1.26 | Integer32 | read-only | Number of Redirect policy hits for the virtual service. |
| I32 vsRegexHits | 1.3.6.1.4.1.7564.19.2.2.1.1.16 | Integer32 | read-only | Number of Regex policy hits for the virtual service. |
| I32 vsStaticHits | 1.3.6.1.4.1.7564.19.2.2.1.1.11 | Integer32 | read-only | Number of Static policy hits for the virtual service. |
| vsStatsEntry | 1.3.6.1.4.1.7564.19.2.2.1.1 | not-accessible | A vsStatsTable entry containing the statistics of one virtual service. | |
| vsStatsTable | 1.3.6.1.4.1.7564.19.2.2.1 | not-accessible | A statistics table for virtual service. | |
| vsTable | 1.3.6.1.4.1.7564.19.1.2.2 | not-accessible | A table containing the configuration of virtual services. | |
| I32 vsURLHits | 1.3.6.1.4.1.7564.19.2.2.1.1.5 | Integer32 | read-only | Number of QoS URL policy hits for the virtual service. |
RFC description
Defines Array Networks private extensions for system info, memory, and performance statistics.
Start monitoring Array Networks web-caching/ADC appliances (legacy) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.