MIBs Depot

CA-SNMP-MIB8

Registered at
1.3.6.1.4.1.7564
Last updated
2012-03-09 00:00
Organization
Array Networks, Inc.
Revisions
2005-09-14 00:00, 1999-12-09 00:00
Namespace
arraynetworks
Source file
CA-SNMP-MIB8
Digest
sha256:dea7c77cc1b2219bfcaefe5972b59b924814bfd70a81e179be7126b279255501

Description

This file defines the private CA SNMP MIB extensions.

Contact

Array Networks Customer Service postal: 1371 McCarthy Blvd Milpitas, CA 95035 USA phone: +1 877 992-7729 email: support@arraynetworks.net

Imports

FromSymbols
INET-ADDRESS-MIBInetAddress, InetAddressType
SNMPv2-CONFMODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP
SNMPv2-SMICounter32, Counter64, Gauge32, Integer32, IpAddress, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Opaque, enterprises, iso
SNMPv2-TCDisplayString, TEXTUAL-CONVENTION, TimeStamp, TruthValue

Imported by

Nothing in this corpus imports this module.

Load order

Every file a consumer needs in order to load this module, dependencies first.

CA-SNMP-MIB8
INET-ADDRESS-MIB
SNMPv2-CONF
SNMPv2-SMI
SNMPv2-TC

Textual conventions

NameOIDSyntaxAccessStatus
Float
TEXTUAL-CONVENTION
A single precision floating-point number. The semantics and encoding are identical for type 'single' defined in IEEE Standard for Binary Floating-Point, ANSI/IEEE Std 754-1985. The value is restricted to the BER serialization of the following ASN.1 type: FLOATTYPE ::= [120] IMPLICIT FloatType (note: the value 120 is the sum of '30'h and '48'h) The BER serialization of the length for values of this type must use the definite length, short encoding form. For example, the BER serialization of value 123 of type FLOATTYPE is '9f780442f60000'h. (The tag is '9f78'h; the length is '04'h; and the value is '42f60000'h.) The BER serialization of value '9f780442f60000'h of data type Opaque is '44079f780442f60000'h. (The tag is '44'h; the length is '07'h; and the value is '9f780442f60000'h.
current
SyslogSeverity
TEXTUAL-CONVENTION
The severity of a syslog message. The enumeration values are equal to the values that syslog uses + 1. For example, with syslog, emergency=0.
current

Objects

NameOIDSyntaxAccessStatus
systemInfo
OBJECT-IDENTITY
1.3.6.1.4.1.7564.3
serialNumber
OBJECT-TYPE
Serial Number of the equipment
1.3.6.1.4.1.7564.3.1DisplayStringread-onlycurrent
memory
OBJECT-IDENTITY
1.3.6.1.4.1.7564.4
sysMemory
OBJECT-TYPE
Curren system total available memory
1.3.6.1.4.1.7564.4.1Counter64read-onlycurrent
sysMemoryUtilization
OBJECT-TYPE
Current percentage of Network memory utilization
1.3.6.1.4.1.7564.4.2Gauge32read-onlycurrent
sysSwapUsed
OBJECT-TYPE
Currently used swap space in MB
1.3.6.1.4.1.7564.4.3Gauge32read-onlycurrent
sysSwapCapacity
OBJECT-TYPE
Current swap space usage
1.3.6.1.4.1.7564.4.4Gauge32read-onlycurrent
revProxyCache
OBJECT-IDENTITY
1.3.6.1.4.1.7564.16
cacheBasicStats
OBJECT-IDENTITY
1.3.6.1.4.1.7564.16.1
cacheStatus
OBJECT-TYPE
Current status of the reverse proxy cache - on or off
1.3.6.1.4.1.7564.16.1.1INTEGER {off(0), on(1)}read-onlycurrent
requestsReceived
OBJECT-TYPE
Total number of requests received by the reverse proxy cache.
1.3.6.1.4.1.7564.16.1.2Counter32read-onlycurrent
getRequests
OBJECT-TYPE
Total GET requests received by the reverse proxy cache.
1.3.6.1.4.1.7564.16.1.3Counter32read-onlycurrent
headRequests
OBJECT-TYPE
Total HEAD requests received by the reverse proxy cache.
1.3.6.1.4.1.7564.16.1.4Counter32read-onlycurrent
purgeRequests
OBJECT-TYPE
Total PURGE requests received by the reverse proxy cache.
1.3.6.1.4.1.7564.16.1.5Counter32read-onlycurrent
postRequests
OBJECT-TYPE
Total POST requests received by the reverse proxy cache.
1.3.6.1.4.1.7564.16.1.6Counter32read-onlycurrent
clientEstabConn
OBJECT-TYPE
Number of current client connections (e.g. from the browsers).
1.3.6.1.4.1.7564.16.1.7Gauge32read-onlycurrent
serverEstabConn
OBJECT-TYPE
Number of current backend server connections.
1.3.6.1.4.1.7564.16.1.8Gauge32read-onlycurrent
requestsToHttps
OBJECT-TYPE
Requests redirected to HTTPS.
1.3.6.1.4.1.7564.16.1.9Counter32read-onlycurrent
requestsOnRegex
OBJECT-TYPE
Requests redirected based on regex match
1.3.6.1.4.1.7564.16.1.10Counter32read-onlycurrent
requestsToUrl
OBJECT-TYPE
Requests forwarded with rewritten url.
1.3.6.1.4.1.7564.16.1.11Counter32read-onlycurrent
responsesToHttps
OBJECT-TYPE
Locations rewritten to HTTPS.
1.3.6.1.4.1.7564.16.1.12Counter32read-onlycurrent
responsesOnRegex
OBJECT-TYPE
Locations rewritten based on regex match.
1.3.6.1.4.1.7564.16.1.13Counter32read-onlycurrent
cacheSkip
OBJECT-TYPE
Cache skip, cache off.
1.3.6.1.4.1.7564.16.1.14Counter32read-onlycurrent
hitsReply
OBJECT-TYPE
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.
1.3.6.1.4.1.7564.16.1.15Counter32read-onlycurrent
hitsReplyWNotModified
OBJECT-TYPE
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.
1.3.6.1.4.1.7564.16.1.16Counter32read-onlycurrent
hitsReplyWPreFailed
OBJECT-TYPE
Cache hit, reply with Precondition Failed.
1.3.6.1.4.1.7564.16.1.17Counter32read-onlycurrent
hitRevalidate
OBJECT-TYPE
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).
1.3.6.1.4.1.7564.16.1.18Counter32read-onlycurrent
cacheMissWNoncacheReq
OBJECT-TYPE
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.
1.3.6.1.4.1.7564.16.1.19Counter32read-onlycurrent
cacheMissWNewEntry
OBJECT-TYPE
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).
1.3.6.1.4.1.7564.16.1.20Counter32read-onlycurrent
cacheMissWRespNo
OBJECT-TYPE
Cache miss, create new entry, resp noncacheable.
1.3.6.1.4.1.7564.16.1.21Counter32read-onlycurrent
cacheHitRatio
OBJECT-TYPE
Cache hit reply using cache + cache reply with 'not modified'.
1.3.6.1.4.1.7564.16.1.22Counter32read-onlycurrent
vrrp
OBJECT-IDENTITY
1.3.6.1.4.1.7564.18
clusterVrrp
OBJECT-IDENTITY
1.3.6.1.4.1.7564.18.1
maxCluster
OBJECT-TYPE
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.
1.3.6.1.4.1.7564.18.1.1Integer32read-onlycurrent
clusterNum
OBJECT-TYPE
Current number of entries in the vrrpTable.
1.3.6.1.4.1.7564.18.1.2Integer32read-onlycurrent
vrrpTable
OBJECT-TYPE
A table containing clustering configuration
1.3.6.1.4.1.7564.18.1.3not-accessiblecurrent
vrrpEntry
OBJECT-TYPE
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
1.3.6.1.4.1.7564.18.1.3.1not-accessiblecurrent
clusterVirIndex
OBJECT-TYPE
The cluster virtual table index
1.3.6.1.4.1.7564.18.1.3.1.1Integer32read-onlycurrent
clusterId
OBJECT-TYPE
Cluster identifier
1.3.6.1.4.1.7564.18.1.3.1.2Integer32 (1..255)read-onlycurrent
clusterVirState
OBJECT-TYPE
The current state of the cluster
1.3.6.1.4.1.7564.18.1.3.1.3INTEGER {incomplete(0), reserverd(1), init(2), backup(3), master(4)}read-onlycurrent
clusterVirIfname
OBJECT-TYPE
The interface name on which the cluster is defined
1.3.6.1.4.1.7564.18.1.3.1.4DisplayStringread-onlycurrent
clusterVirAddr
OBJECT-TYPE
A virtual ip address (VIP) in the cluster
1.3.6.1.4.1.7564.18.1.3.1.5IpAddressread-onlycurrent
clusterVirAuthType
OBJECT-TYPE
Type of authentication being used. none(0) - no authentication simple-text-password(1) - use password specified in cluster virtual for authentication.
1.3.6.1.4.1.7564.18.1.3.1.6INTEGER {none(0), simple-text-password(1)}read-onlycurrent
clusterVirAuthPasswd
OBJECT-TYPE
The password for authentication.
1.3.6.1.4.1.7564.18.1.3.1.7DisplayStringread-onlycurrent
clusterVirPreempt
OBJECT-TYPE
This is for controling whether a higher priority Backup VRRP virtual preempts a low priority Master.
1.3.6.1.4.1.7564.18.1.3.1.8INTEGER {false(0), true(1)}read-onlycurrent
clusterVirInterval
OBJECT-TYPE
VRRP advertisement interval
1.3.6.1.4.1.7564.18.1.3.1.9Integer32 (3..60)read-onlycurrent
clusterVirPriority
OBJECT-TYPE
Priority of the local node in the cluster
1.3.6.1.4.1.7564.18.1.3.1.10Integer32 (0..255)read-onlycurrent
clusterVirAddressType
OBJECT-TYPE
The IP address type of clusterVirAddress.
1.3.6.1.4.1.7564.18.1.3.1.11InetAddressTyperead-onlycurrent
clusterVirAddress
OBJECT-TYPE
A virtual ip address (VIP) in the cluster
1.3.6.1.4.1.7564.18.1.3.1.12InetAddressread-onlycurrent
slbMIB
OBJECT-IDENTITY
1.3.6.1.4.1.7564.19
slbGeneral
OBJECT-IDENTITY
1.3.6.1.4.1.7564.19.1
realServer
OBJECT-IDENTITY
1.3.6.1.4.1.7564.19.1.1
rsCount
OBJECT-TYPE
Number of real services currently configured.
1.3.6.1.4.1.7564.19.1.1.1Integer32read-onlycurrent
rsTable
OBJECT-TYPE
A table containing the configuration of real services.
1.3.6.1.4.1.7564.19.1.1.2not-accessiblecurrent
rsEntry
OBJECT-TYPE
A rsTable entry containing the information of one real service.
1.3.6.1.4.1.7564.19.1.1.2.1not-accessiblecurrent
rsIndex
OBJECT-TYPE
Reference index for each real service.
1.3.6.1.4.1.7564.19.1.1.2.1.1Integer32read-onlycurrent
rsID
OBJECT-TYPE
The name of the real service
1.3.6.1.4.1.7564.19.1.1.2.1.2DisplayStringread-onlycurrent
rsProtocol
OBJECT-TYPE
The protocol of the real service.
1.3.6.1.4.1.7564.19.1.1.2.1.3INTEGER {tcp(0), udp(1), ftp(2), ftps(3), http(4), https(5), tcps(6), dns(7), l2ip(8), l2mac(9), ip(10), siptcp(11), sipudp(12), radacct(13), radauth(14), rtsp(15), vlink(16), rdp(17)}read-onlycurrent
rsIpAddr
OBJECT-TYPE
The real service IP address.
1.3.6.1.4.1.7564.19.1.1.2.1.4IpAddressread-onlycurrent
rsPort
OBJECT-TYPE
The port number of the real service.
1.3.6.1.4.1.7564.19.1.1.2.1.5INTEGER (0..65535)read-onlycurrent
rsMaxConn
OBJECT-TYPE
Maximum number of connections per real service.
1.3.6.1.4.1.7564.19.1.1.2.1.6Integer32read-onlycurrent
rsStatus
OBJECT-TYPE
The current status of real service - up or down.
1.3.6.1.4.1.7564.19.1.1.2.1.8INTEGER {down(0), up(1)}read-onlycurrent
rsAvgRespTime
OBJECT-TYPE
Server Average Response Time (in microseconds)
1.3.6.1.4.1.7564.19.1.1.2.1.9Integer32read-onlycurrent
rsIpAddressType
OBJECT-TYPE
The IP address type of rsIpAddress.
1.3.6.1.4.1.7564.19.1.1.2.1.10InetAddressTyperead-onlycurrent
rsIpAddress
OBJECT-TYPE
The real service IP address.
1.3.6.1.4.1.7564.19.1.1.2.1.11InetAddressread-onlycurrent
virtualServer
OBJECT-IDENTITY
1.3.6.1.4.1.7564.19.1.2
vsCount
OBJECT-TYPE
Number of virtual services currently configured.
1.3.6.1.4.1.7564.19.1.2.1Integer32read-onlycurrent
vsTable
OBJECT-TYPE
A table containing the configuration of virtual services.
1.3.6.1.4.1.7564.19.1.2.2not-accessiblecurrent
vsEntry
OBJECT-TYPE
A vsTable entry containing the configuration of one virtual service.
1.3.6.1.4.1.7564.19.1.2.2.1not-accessiblecurrent
vsIndex
OBJECT-TYPE
Reference index for each virtual service.
1.3.6.1.4.1.7564.19.1.2.2.1.1Integer32read-onlycurrent
vsID
OBJECT-TYPE
Name of the virtual service.
1.3.6.1.4.1.7564.19.1.2.2.1.2DisplayStringread-onlycurrent
vsProtocol
OBJECT-TYPE
The protocol of the virtual service.
1.3.6.1.4.1.7564.19.1.2.2.1.3INTEGER {tcp(0), udp(1), ftp(2), ftps(3), http(4), https(5), tcps(6), dns(7), l2ip(8), l2mac(9), ip(10), siptcp(11), sipudp(12), radacct(13), radauth(14), rtsp(15), vlink(16), rdp(17)}read-onlycurrent
vsIpAddr
OBJECT-TYPE
The virtual service IP address.
1.3.6.1.4.1.7564.19.1.2.2.1.4IpAddressread-onlycurrent
vsPort
OBJECT-TYPE
The port of the virtual service.
1.3.6.1.4.1.7564.19.1.2.2.1.5INTEGER (0..65535)read-onlycurrent
vsMaxConn
OBJECT-TYPE
Maximum number of connections of the virtual service.
1.3.6.1.4.1.7564.19.1.2.2.1.6Integer32read-onlycurrent
vsIpAddressType
OBJECT-TYPE
The IP address type of vsIpAddress.
1.3.6.1.4.1.7564.19.1.2.2.1.7InetAddressTyperead-onlycurrent
vsIpAddress
OBJECT-TYPE
The virtual service IP address.
1.3.6.1.4.1.7564.19.1.2.2.1.8InetAddressread-onlycurrent
groupCurCfg
OBJECT-IDENTITY
1.3.6.1.4.1.7564.19.1.3
groupCount
OBJECT-TYPE
Number of groups currently configured.
1.3.6.1.4.1.7564.19.1.3.1Integer32read-onlycurrent
gpTable
OBJECT-TYPE
A table containing group member configuration.
1.3.6.1.4.1.7564.19.1.3.2not-accessiblecurrent
gpEntry
OBJECT-TYPE
A gpTable entry containing one group member configuration.
1.3.6.1.4.1.7564.19.1.3.2.1not-accessiblecurrent
gpIndex
OBJECT-TYPE
Reference index for each group member.
1.3.6.1.4.1.7564.19.1.3.2.1.1Integer32read-onlycurrent
gpID
OBJECT-TYPE
Name of the group.
1.3.6.1.4.1.7564.19.1.3.2.1.2DisplayStringread-onlycurrent
realID
OBJECT-TYPE
Name of the real service.
1.3.6.1.4.1.7564.19.1.3.2.1.3DisplayStringread-onlycurrent
gpMetrics
OBJECT-TYPE
Metric used to balance real services within the group.
1.3.6.1.4.1.7564.19.1.3.2.1.4INTEGER {invalid(0), rr(1), lc(2), sr(3), pu(4), ph(5), pi(6), pc(7), hc(8), hh(9), ic(10), rc(11), sslsid(12), hi(13), hip(14), chi(15), prox(16), snmp(17), sipcid(18), sipuid(19), ec(20), chh(21), radchu(22), radchs(23), hq(24), rdprt(25), persistence(26)}read-onlycurrent
slbStats
OBJECT-IDENTITY
1.3.6.1.4.1.7564.19.2
realStats
OBJECT-IDENTITY
1.3.6.1.4.1.7564.19.2.1
rsStatsTable
OBJECT-TYPE
Real service statistics table.
1.3.6.1.4.1.7564.19.2.1.1not-accessiblecurrent
rsStatsEntry
OBJECT-TYPE
A rsStatsTable entry containing the statistics of one real service.
1.3.6.1.4.1.7564.19.2.1.1.1not-accessiblecurrent
realIndex
OBJECT-TYPE
Reference index for each real service.
1.3.6.1.4.1.7564.19.2.1.1.1.1Integer32read-onlycurrent
realServerID
OBJECT-TYPE
Name of the real service.
1.3.6.1.4.1.7564.19.2.1.1.1.2DisplayStringread-onlycurrent
realAddr
OBJECT-TYPE
Real service IP address.
1.3.6.1.4.1.7564.19.2.1.1.1.3IpAddressread-onlycurrent
realPort
OBJECT-TYPE
The port number of the real service.
1.3.6.1.4.1.7564.19.2.1.1.1.4INTEGER (0..65535)read-onlycurrent
rsCntOfReq
OBJECT-TYPE
Number of outstanding requests to the real service.
1.3.6.1.4.1.7564.19.2.1.1.1.5Integer32read-onlycurrent
rsConnCnt
OBJECT-TYPE
Number of open connections to the real service.
1.3.6.1.4.1.7564.19.2.1.1.1.6Integer32read-onlycurrent
rsTotalHits
OBJECT-TYPE
The total number of requests sent to the real service.
1.3.6.1.4.1.7564.19.2.1.1.1.7Integer32read-onlycurrent
realStatus
OBJECT-TYPE
The health status (up or down) of the real service.
1.3.6.1.4.1.7564.19.2.1.1.1.8INTEGER {down(0), up(1)}read-onlycurrent
realAddressType
OBJECT-TYPE
The IP address type of realAddress.
1.3.6.1.4.1.7564.19.2.1.1.1.9InetAddressTyperead-onlycurrent
realAddress
OBJECT-TYPE
Real service IP address.
1.3.6.1.4.1.7564.19.2.1.1.1.10InetAddressread-onlycurrent
virtualStats
OBJECT-IDENTITY
1.3.6.1.4.1.7564.19.2.2
vsStatsTable
OBJECT-TYPE
A statistics table for virtual service.
1.3.6.1.4.1.7564.19.2.2.1not-accessiblecurrent
vsStatsEntry
OBJECT-TYPE
A vsStatsTable entry containing the statistics of one virtual service.
1.3.6.1.4.1.7564.19.2.2.1.1not-accessiblecurrent
virtualIndex
OBJECT-TYPE
Reference index for each virtual service.
1.3.6.1.4.1.7564.19.2.2.1.1.1Integer32read-onlycurrent
virtServerID
OBJECT-TYPE
Name of the virtual service.
1.3.6.1.4.1.7564.19.2.2.1.1.2DisplayStringread-onlycurrent
virtualAddr
OBJECT-TYPE
IP address of the virtual service.
1.3.6.1.4.1.7564.19.2.2.1.1.3IpAddressread-onlycurrent
virtualPort
OBJECT-TYPE
Port number of the virtual service.
1.3.6.1.4.1.7564.19.2.2.1.1.4INTEGER (0..65535)read-onlycurrent
vsURLHits
OBJECT-TYPE
Number of QoS URL policy hits for the virtual service.
1.3.6.1.4.1.7564.19.2.2.1.1.5Integer32read-onlycurrent
vsHostnameHits
OBJECT-TYPE
Number of QoS Hostname policy hits for the virtual service.
1.3.6.1.4.1.7564.19.2.2.1.1.6Integer32read-onlycurrent
vsPerstntCookieHits
OBJECT-TYPE
Number of Persistent Cookie policy hits for the virtual service.
1.3.6.1.4.1.7564.19.2.2.1.1.7Integer32read-onlycurrent
vsQosCookieHits
OBJECT-TYPE
Number of QoS Cookie hits for the virtual service.
1.3.6.1.4.1.7564.19.2.2.1.1.8Integer32read-onlycurrent
vsDefaultHits
OBJECT-TYPE
Number of Default policy hits for the virtual service.
1.3.6.1.4.1.7564.19.2.2.1.1.9Integer32read-onlycurrent
vsPerstntURLHits
OBJECT-TYPE
Number of Persistent URL policy hits for the virtual service.
1.3.6.1.4.1.7564.19.2.2.1.1.10Integer32read-onlycurrent
vsStaticHits
OBJECT-TYPE
Number of Static policy hits for the virtual service.
1.3.6.1.4.1.7564.19.2.2.1.1.11Integer32read-onlycurrent
vsQosNetworkHits
OBJECT-TYPE
Number of QoS Network policy hits for the virtual service.
1.3.6.1.4.1.7564.19.2.2.1.1.12Integer32read-onlycurrent
vsQosURLHits
OBJECT-TYPE
Number of QoS URL policy hits for the virtual service.
1.3.6.1.4.1.7564.19.2.2.1.1.13Integer32read-onlycurrent
vsBackupHits
OBJECT-TYPE
Number of Backup policy hits for the virtual service.
1.3.6.1.4.1.7564.19.2.2.1.1.14Integer32read-onlycurrent
vsCacheHits
OBJECT-TYPE
Number of Cache hits for the virtual service.
1.3.6.1.4.1.7564.19.2.2.1.1.15Integer32read-onlycurrent
vsRegexHits
OBJECT-TYPE
Number of Regex policy hits for the virtual service.
1.3.6.1.4.1.7564.19.2.2.1.1.16Integer32read-onlycurrent
vsRCookieHits
OBJECT-TYPE
Number of Rewrite Cookie policy hits for the virtual service.
1.3.6.1.4.1.7564.19.2.2.1.1.17Integer32read-onlycurrent
vsICookieHits
OBJECT-TYPE
Number of Insert Cookie policy hits for the virtual service.
1.3.6.1.4.1.7564.19.2.2.1.1.18Integer32read-onlycurrent
vsConnCnt
OBJECT-TYPE
Number of open connections to the virtual service.
1.3.6.1.4.1.7564.19.2.2.1.1.19Integer32read-onlycurrent
virtualAddressType
OBJECT-TYPE
The IP address type of virtualAddress.
1.3.6.1.4.1.7564.19.2.2.1.1.20InetAddressTyperead-onlycurrent
virtualAddress
OBJECT-TYPE
IP address of the virtual service.
1.3.6.1.4.1.7564.19.2.2.1.1.21InetAddressread-onlycurrent
vsQosClientPortHits
OBJECT-TYPE
Number of QoS Client Port policy hits for the virtual service.
1.3.6.1.4.1.7564.19.2.2.1.1.22Integer32read-onlycurrent
vsQosBodyHits
OBJECT-TYPE
Number of QoS Body policy hits for the virtual service.
1.3.6.1.4.1.7564.19.2.2.1.1.23Integer32read-onlycurrent
vsHeaderHits
OBJECT-TYPE
Number of Header policy hits for the virtual service.
1.3.6.1.4.1.7564.19.2.2.1.1.24Integer32read-onlycurrent
vsHashURLHits
OBJECT-TYPE
Number of Hash URL policy hits for the virtual service.
1.3.6.1.4.1.7564.19.2.2.1.1.25Integer32read-onlycurrent
vsRedirectHits
OBJECT-TYPE
Number of Redirect policy hits for the virtual service.
1.3.6.1.4.1.7564.19.2.2.1.1.26Integer32read-onlycurrent
groupStats
OBJECT-IDENTITY
1.3.6.1.4.1.7564.19.2.3
gpStatsTable
OBJECT-TYPE
A statistics table of the group.
1.3.6.1.4.1.7564.19.2.3.1not-accessiblecurrent
gpStatsEntry
OBJECT-TYPE
A gpStatsTable entry containing the statistics of one group.
1.3.6.1.4.1.7564.19.2.3.1.1not-accessiblecurrent
groupIndex
OBJECT-TYPE
Reference index for each group.
1.3.6.1.4.1.7564.19.2.3.1.1.1Integer32read-onlycurrent
groupID
OBJECT-TYPE
Name of the group.
1.3.6.1.4.1.7564.19.2.3.1.1.2DisplayStringread-onlycurrent
gpTotalHits
OBJECT-TYPE
Total hits for the group.
1.3.6.1.4.1.7564.19.2.3.1.1.3Integer32read-onlycurrent
sslMIB
OBJECT-IDENTITY
1.3.6.1.4.1.7564.20
sslGeneral
OBJECT-IDENTITY
1.3.6.1.4.1.7564.20.1
vhostNum
OBJECT-TYPE
Number of SSL hosts currently configured.
1.3.6.1.4.1.7564.20.1.2Integer32 (1..128)read-onlycurrent
sslStats
OBJECT-IDENTITY
1.3.6.1.4.1.7564.20.2
totalOpenSSLConns
OBJECT-TYPE
Total number of open SSL connections (all SSL hosts)
1.3.6.1.4.1.7564.20.2.1Integer32read-onlycurrent
totalAcceptedConns
OBJECT-TYPE
Total number of accepted SSL connections (all SSL hosts)
1.3.6.1.4.1.7564.20.2.2Integer32read-onlycurrent
totalRequestedConns
OBJECT-TYPE
Total number of requested SSL connections (all SSL hosts)
1.3.6.1.4.1.7564.20.2.3Integer32read-onlycurrent
sslTable
OBJECT-TYPE
SSL host statistics table
1.3.6.1.4.1.7564.20.2.4not-accessiblecurrent
sslEntry
OBJECT-TYPE
sslTable entry for one SSL host
1.3.6.1.4.1.7564.20.2.4.1not-accessiblecurrent
sslIndex
OBJECT-TYPE
The SSL table index
1.3.6.1.4.1.7564.20.2.4.1.1Integer32read-onlycurrent
vhostName
OBJECT-TYPE
Name of the SSL host
1.3.6.1.4.1.7564.20.2.4.1.2DisplayStringread-onlycurrent
openSSLConns
OBJECT-TYPE
Open SSL connections for SSL hostName
1.3.6.1.4.1.7564.20.2.4.1.3Integer32read-onlycurrent
acceptedConns
OBJECT-TYPE
Number of accepted SSL connections for SSL hostName
1.3.6.1.4.1.7564.20.2.4.1.4Integer32read-onlycurrent
requestedConns
OBJECT-TYPE
Number of requested SSL connections for SSL hostName
1.3.6.1.4.1.7564.20.2.4.1.5Integer32read-onlycurrent
resumedSess
OBJECT-TYPE
Number of resumed SSL sessions for SSL hostName
1.3.6.1.4.1.7564.20.2.4.1.6Integer32read-onlycurrent
resumableSess
OBJECT-TYPE
Number of resumable SSL sessions for SSL hostName
1.3.6.1.4.1.7564.20.2.4.1.7Integer32read-onlycurrent
missSess
OBJECT-TYPE
Number of SSL session misses for SSL hostName
1.3.6.1.4.1.7564.20.2.4.1.8Integer32read-onlycurrent
connsPerSec
OBJECT-TYPE
Number of SSL connections established per second
1.3.6.1.4.1.7564.20.2.4.1.9Integer32read-onlycurrent
vipStats
OBJECT-IDENTITY
1.3.6.1.4.1.7564.22
vipStatus
OBJECT-TYPE
Status of VIP statistics gathering - on or off
1.3.6.1.4.1.7564.22.1INTEGER {off(0), on(1)}read-onlycurrent
hostName
OBJECT-TYPE
The hostname that the VIP is representing (hostname of the appliance)
1.3.6.1.4.1.7564.22.2DisplayStringread-onlycurrent
currentTime
OBJECT-TYPE
The current time in the format of MM/DD/YY HH:MM
1.3.6.1.4.1.7564.22.3DisplayStringread-onlycurrent
totalIPPktsIn
OBJECT-TYPE
Total number of ip packets received on all VIPs
1.3.6.1.4.1.7564.22.4Counter64read-onlycurrent
totalIPPktsOut
OBJECT-TYPE
Total number of ip packets sent out on all VIPs
1.3.6.1.4.1.7564.22.5Counter64read-onlycurrent
totalIPBytesIn
OBJECT-TYPE
Total number of IP bytes received on all VIPs
1.3.6.1.4.1.7564.22.6Counter64read-onlycurrent
totalIPBytesOut
OBJECT-TYPE
Total number of IP bytes sent out on all VIPs
1.3.6.1.4.1.7564.22.7Counter64read-onlycurrent
ipStatsTable
OBJECT-TYPE
A table of VIP statistics.
1.3.6.1.4.1.7564.22.8not-accessiblecurrent
ipStatsEntry
OBJECT-TYPE
An entry in the ipStatsTable is created for each VIP.
1.3.6.1.4.1.7564.22.8.1not-accessiblecurrent
ipIndex
OBJECT-TYPE
The VIP statistics table index
1.3.6.1.4.1.7564.22.8.1.1Integer32read-onlycurrent
ipAddress
OBJECT-TYPE
The VIP address
1.3.6.1.4.1.7564.22.8.1.2IpAddressread-onlycurrent
ipPktsIn
OBJECT-TYPE
Total number of IP packets received on the VIP
1.3.6.1.4.1.7564.22.8.1.3Counter64read-onlycurrent
ipBytesIn
OBJECT-TYPE
Total number of bytes received on the VIP
1.3.6.1.4.1.7564.22.8.1.4Counter64read-onlycurrent
ipPktsOut
OBJECT-TYPE
Total number of packets sent out on the VIP
1.3.6.1.4.1.7564.22.8.1.5Counter64read-onlycurrent
ipBytesOut
OBJECT-TYPE
Total number of bytes sent out on the VIP
1.3.6.1.4.1.7564.22.8.1.6Counter64read-onlycurrent
startTime
OBJECT-TYPE
The time statistics gathering was enabled for the VIP
1.3.6.1.4.1.7564.22.8.1.7DisplayStringread-onlycurrent
ipAddrType
OBJECT-TYPE
The IP address type of ipAddress
1.3.6.1.4.1.7564.22.8.1.8InetAddressTyperead-onlycurrent
ipAddr
OBJECT-TYPE
The VIP address
1.3.6.1.4.1.7564.22.8.1.9InetAddressread-onlycurrent
ifTraffic
OBJECT-IDENTITY
1.3.6.1.4.1.7564.23
infNumber
OBJECT-TYPE
The number of network interfaces present on this system.
1.3.6.1.4.1.7564.23.1Integer32read-onlycurrent
infTotalInOctets
OBJECT-TYPE
The total accumulated number of octets received on all the active interfaces (loopback is not included)
1.3.6.1.4.1.7564.23.2Counter64read-onlycurrent
infTotalOutOctets
OBJECT-TYPE
The total accumulated number of octets transmitted out on all the active interfaces (loopback is not included)
1.3.6.1.4.1.7564.23.3Counter64read-onlycurrent
infTable
OBJECT-TYPE
A table of interface statistics. The number of entries is given by the value of infNumber.
1.3.6.1.4.1.7564.23.4not-accessiblecurrent
infEntry
OBJECT-TYPE
An infTable entry for one interface
1.3.6.1.4.1.7564.23.4.1not-accessiblecurrent
infIndex
OBJECT-TYPE
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.
1.3.6.1.4.1.7564.23.4.1.1Integer32read-onlycurrent
infDescr
OBJECT-TYPE
Name of the interface
1.3.6.1.4.1.7564.23.4.1.2DisplayString (SIZE(0..255))read-onlycurrent
infOperStatus
OBJECT-TYPE
The current operational state of the interface (up or down).
1.3.6.1.4.1.7564.23.4.1.3INTEGER {up(1), down(2)}read-onlycurrent
infAddress
OBJECT-TYPE
The interface's IP address
1.3.6.1.4.1.7564.23.4.1.4IpAddressread-onlycurrent
infInOctets
OBJECT-TYPE
The total number of octets received on the interface, including framing characters.
1.3.6.1.4.1.7564.23.4.1.5Counter64read-onlycurrent
infInUcastPkts
OBJECT-TYPE
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.
1.3.6.1.4.1.7564.23.4.1.6Counter64read-onlycurrent
infInNUcastPkts
OBJECT-TYPE
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.
1.3.6.1.4.1.7564.23.4.1.7Counter64read-onlydeprecated
infInDiscards
OBJECT-TYPE
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.
1.3.6.1.4.1.7564.23.4.1.8Counter64read-onlycurrent
infInErrors
OBJECT-TYPE
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.
1.3.6.1.4.1.7564.23.4.1.9Counter64read-onlycurrent
infInUnknownProtos
OBJECT-TYPE
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.
1.3.6.1.4.1.7564.23.4.1.10Counter64read-onlycurrent
infOutOctets
OBJECT-TYPE
The total number of octets transmitted out of the interface, including framing characters.
1.3.6.1.4.1.7564.23.4.1.11Counter64read-onlycurrent
infOutUcastPkts
OBJECT-TYPE
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.
1.3.6.1.4.1.7564.23.4.1.12Counter64read-onlycurrent
infOutNUcastPkts
OBJECT-TYPE
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.
1.3.6.1.4.1.7564.23.4.1.13Counter64read-onlydeprecated
infOutErrors
OBJECT-TYPE
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.
1.3.6.1.4.1.7564.23.4.1.14Counter64read-onlycurrent
infIpv4AddressType
OBJECT-TYPE
The IP address type of infIpv4Address(should always ipv4).
1.3.6.1.4.1.7564.23.4.1.15InetAddressTyperead-onlycurrent
infIpv4Address
OBJECT-TYPE
The interface's IPv4 address
1.3.6.1.4.1.7564.23.4.1.16InetAddressread-onlycurrent
infIpv6AddressType
OBJECT-TYPE
The IP address type of infIpv6Address(should always ipv6).
1.3.6.1.4.1.7564.23.4.1.17InetAddressTyperead-onlycurrent
infIpv6Address
OBJECT-TYPE
The interface's IPv6 address
1.3.6.1.4.1.7564.23.4.1.18InetAddressread-onlycurrent
infInBandwidth
OBJECT-TYPE
Inside throughput(bits/second) of the last 5 minutes for the interfaces.
1.3.6.1.4.1.7564.23.4.1.19Counter64read-onlydeprecated
infOutBandwidth
OBJECT-TYPE
Outside throughput(bits/second) of the last 5 minutes for the interfaces.
1.3.6.1.4.1.7564.23.4.1.20Counter64read-onlydeprecated
infInMcastPkts
OBJECT-TYPE
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.
1.3.6.1.4.1.7564.23.4.1.21Counter64read-onlycurrent
infOutMcastPkts
OBJECT-TYPE
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.
1.3.6.1.4.1.7564.23.4.1.22Counter64read-onlycurrent
infInBcastPkts
OBJECT-TYPE
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.
1.3.6.1.4.1.7564.23.4.1.23Counter64read-onlycurrent
infOutBcastPkts
OBJECT-TYPE
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.
1.3.6.1.4.1.7564.23.4.1.24Counter64read-onlycurrent
caSyslog
OBJECT-IDENTITY
1.3.6.1.4.1.7564.24
logBasic
OBJECT-IDENTITY
1.3.6.1.4.1.7564.24.1
logNotificationsSent
OBJECT-TYPE
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.
1.3.6.1.4.1.7564.24.1.1Counter32read-onlycurrent
logNotificationsEnabled
OBJECT-TYPE
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.
1.3.6.1.4.1.7564.24.1.2INTEGER {disable(0), enable(1)}read-onlycurrent
logMaxSeverity
OBJECT-TYPE
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).
1.3.6.1.4.1.7564.24.1.3SyslogSeverityread-onlycurrent
logHistory
OBJECT-IDENTITY
1.3.6.1.4.1.7564.24.2
logHistTableMaxLength
OBJECT-TYPE
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.
1.3.6.1.4.1.7564.24.2.1Integer32 (0..500)read-onlycurrent
logHistoryTable
OBJECT-TYPE
A table of syslog messages generated by this device. All 'interesting' syslog messages (i.e. severity <= logMaxSeverity) are entered into this table.
1.3.6.1.4.1.7564.24.2.2not-accessiblecurrent
logHistoryEntry
OBJECT-TYPE
A syslog message that was previously generated by this device. Each entry is indexed by a message index.
1.3.6.1.4.1.7564.24.2.2.1not-accessiblecurrent
index
OBJECT-TYPE
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.
1.3.6.1.4.1.7564.24.2.2.1.1Integer32read-onlycurrent
severity
OBJECT-TYPE
The severity of the message.
1.3.6.1.4.1.7564.24.2.2.1.2SyslogSeverityread-onlycurrent
msgText
OBJECT-TYPE
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.
1.3.6.1.4.1.7564.24.2.2.1.3DisplayString (SIZE(1..255))read-onlycurrent
caSyslogTrap
OBJECT-IDENTITY
1.3.6.1.4.1.7564.24.3
clickTcp
OBJECT-IDENTITY
1.3.6.1.4.1.7564.25
ctcpActiveOpens
OBJECT-TYPE
The number of times ClickTCP connections have made a direct transition to the SYN-SENT state from the CLOSED state.
1.3.6.1.4.1.7564.25.1Counter32read-onlycurrent
ctcpPassiveOpens
OBJECT-TYPE
The number of times ClickTCP connections have made a direct transition to the SYN-RCVD state from the LISTEN state.
1.3.6.1.4.1.7564.25.2Counter32read-onlycurrent
ctcpAttemptFails
OBJECT-TYPE
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.
1.3.6.1.4.1.7564.25.3Counter32read-onlycurrent
ctcpEstabResets
OBJECT-TYPE
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.
1.3.6.1.4.1.7564.25.4Counter32read-onlycurrent
ctcpCurrEstab
OBJECT-TYPE
The number of ClickTCP connections for which the current state is either ESTABLISHED or CLOSE-WAIT.
1.3.6.1.4.1.7564.25.5Gauge32read-onlycurrent
ctcpInSegs
OBJECT-TYPE
The total number of ClickTCP segments received, including those received in error. This count includes segments received on currently established connections.
1.3.6.1.4.1.7564.25.6Counter32read-onlycurrent
ctcpOutSegs
OBJECT-TYPE
The total number of ClickTCP segments sent, including those on current connections but excluding those containing only retransmitted octets.
1.3.6.1.4.1.7564.25.7Counter32read-onlycurrent
ctcpRetransSegs
OBJECT-TYPE
The total number of segments retransmitted - that is, the number of ClickTCP segments transmitted containing one or more previously transmitted octets.
1.3.6.1.4.1.7564.25.8Counter32read-onlycurrent
ctcpInErrs
OBJECT-TYPE
The total number of segments received in error (e.g., bad ClickTCP checksums).
1.3.6.1.4.1.7564.25.9Counter32read-onlycurrent
ctcpOutRsts
OBJECT-TYPE
The number of ClickTCP segments sent containing the RST flag.
1.3.6.1.4.1.7564.25.10Counter32read-onlycurrent
ctcpConnTable
OBJECT-TYPE
A table containing ClickTCP connection-specific information.
1.3.6.1.4.1.7564.25.11not-accessiblecurrent
ctcpConnEntry
OBJECT-TYPE
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.
1.3.6.1.4.1.7564.25.11.1not-accessiblecurrent
ctcpIndex
OBJECT-TYPE
A unique value for each clicktcp connection.
1.3.6.1.4.1.7564.25.11.1.1Integer32read-onlycurrent
ctcpConnState
OBJECT-TYPE
The state of this TCP connection.
1.3.6.1.4.1.7564.25.11.1.2INTEGER {closed(1), listen(2), synSent(3), synReceived(4), established(5), finWait1(6), finWait2(7), closeWait(8), lastAck(9), closing(10), timeWait(11), deleteTCB(12)}read-onlycurrent
ctcpConnLocalAddress
OBJECT-TYPE
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.
1.3.6.1.4.1.7564.25.11.1.3IpAddressread-onlycurrent
ctcpConnLocalPort
OBJECT-TYPE
The local port number for this TCP connection.
1.3.6.1.4.1.7564.25.11.1.4INTEGER (0..65535)read-onlycurrent
ctcpConnRemAddress
OBJECT-TYPE
The remote IP address for this TCP connection.
1.3.6.1.4.1.7564.25.11.1.5IpAddressread-onlycurrent
ctcpConnRemPort
OBJECT-TYPE
The remote port number for this TCP connection.
1.3.6.1.4.1.7564.25.11.1.6INTEGER (0..65535)read-onlycurrent
ctcpConnLocalAddrType
OBJECT-TYPE
The IP address type of ctcpConnLocalAddress.
1.3.6.1.4.1.7564.25.11.1.7InetAddressTyperead-onlycurrent
ctcpConnLocalAddr
OBJECT-TYPE
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.
1.3.6.1.4.1.7564.25.11.1.8InetAddressread-onlycurrent
ctcpConnRemAddrType
OBJECT-TYPE
The IP address type of ctcpConnRemAddress.
1.3.6.1.4.1.7564.25.11.1.9InetAddressTyperead-onlycurrent
ctcpConnRemAddr
OBJECT-TYPE
The remote IP address for this TCP connection.
1.3.6.1.4.1.7564.25.11.1.10InetAddressread-onlycurrent
healthCheck
OBJECT-IDENTITY
1.3.6.1.4.1.7564.27
hcStats
OBJECT-IDENTITY
1.3.6.1.4.1.7564.27.1
hcRSCount
OBJECT-TYPE
The number of real services being checked.
1.3.6.1.4.1.7564.27.1.1Integer32read-onlycurrent
hcStatsTable
OBJECT-TYPE
Health Check statistics table.
1.3.6.1.4.1.7564.27.1.2not-accessiblecurrent
hcStatsEntry
OBJECT-TYPE
A hcStatsTable entry containing health check statistics for one real service.
1.3.6.1.4.1.7564.27.1.2.1not-accessiblecurrent
hcIndex
OBJECT-TYPE
Reference index for each real service being checked.
1.3.6.1.4.1.7564.27.1.2.1.1Integer32read-onlycurrent
hcName
OBJECT-TYPE
Real service name.
1.3.6.1.4.1.7564.27.1.2.1.2DisplayStringread-onlycurrent
hcAddr
OBJECT-TYPE
Health Check IP address.
1.3.6.1.4.1.7564.27.1.2.1.3IpAddressread-onlycurrent
hcPort
OBJECT-TYPE
Health Check port.
1.3.6.1.4.1.7564.27.1.2.1.4INTEGER (0..65535)read-onlycurrent
hcStatus
OBJECT-TYPE
The status (UP/DOWN) of the health check.
1.3.6.1.4.1.7564.27.1.2.1.5INTEGER {down(0), up(1)}read-onlycurrent
hcCause
OBJECT-TYPE
The reason why the health check is being marked UP/DOWN.
1.3.6.1.4.1.7564.27.1.2.1.6DisplayStringread-onlycurrent
hcNumDowns
OBJECT-TYPE
The number of times the health check is down.
1.3.6.1.4.1.7564.27.1.2.1.7Integer32read-onlycurrent
hcNumUps
OBJECT-TYPE
The number of times the health check is up.
1.3.6.1.4.1.7564.27.1.2.1.8Integer32read-onlycurrent
hcConnAttempt
OBJECT-TYPE
The number of connections attempted.
1.3.6.1.4.1.7564.27.1.2.1.9Integer32read-onlycurrent
hcConnSuccess
OBJECT-TYPE
The number of successful connections.
1.3.6.1.4.1.7564.27.1.2.1.10Integer32read-onlycurrent
hcConnFail
OBJECT-TYPE
The number of connection failures.
1.3.6.1.4.1.7564.27.1.2.1.11Integer32read-onlycurrent
hcAddressType
OBJECT-TYPE
The IP address type of hcAddress.
1.3.6.1.4.1.7564.27.1.2.1.12InetAddressTyperead-onlycurrent
hcAddress
OBJECT-TYPE
Health Check IP address.
1.3.6.1.4.1.7564.27.1.2.1.13InetAddressread-onlycurrent
compression
OBJECT-IDENTITY
1.3.6.1.4.1.7564.28
totalBytesRcvd
OBJECT-TYPE
Total number of bytes received.
1.3.6.1.4.1.7564.28.1Counter64read-onlycurrent
totalBytesSent
OBJECT-TYPE
Total number of bytes sent.
1.3.6.1.4.1.7564.28.2Counter64read-onlycurrent
rcvdBytesPerSec
OBJECT-TYPE
Number of bytes received per second.
1.3.6.1.4.1.7564.28.3Counter64read-onlycurrent
sentBytesPerSec
OBJECT-TYPE
Number of bytes sent per second.
1.3.6.1.4.1.7564.28.4Counter64read-onlycurrent
peakRcvdBytesPerSec
OBJECT-TYPE
Peak received bytes per second
1.3.6.1.4.1.7564.28.5Counter64read-onlycurrent
peakSentBytesPerSec
OBJECT-TYPE
Peak sent bytes per second
1.3.6.1.4.1.7564.28.6Counter64read-onlycurrent
activeTransac
OBJECT-TYPE
Number of currently active transactions
1.3.6.1.4.1.7564.28.7Counter64read-onlycurrent
performance
OBJECT-IDENTITY
1.3.6.1.4.1.7564.30
cpuUtilization
OBJECT-TYPE
Current percentage of CPU utilization
1.3.6.1.4.1.7564.30.1Gauge32read-onlycurrent
connectionsPerSec
OBJECT-TYPE
Number of connections per second
1.3.6.1.4.1.7564.30.2Gauge32read-onlycurrent
requestsPerSec
OBJECT-TYPE
Number of requests per second
1.3.6.1.4.1.7564.30.3Gauge32read-onlycurrent
sdns
OBJECT-IDENTITY
1.3.6.1.4.1.7564.31
totalReq
OBJECT-TYPE
Total DNS requests.
1.3.6.1.4.1.7564.31.1Counter32read-onlycurrent
totalSucc
OBJECT-TYPE
Total successful DNS resolvings.
1.3.6.1.4.1.7564.31.2Counter32read-onlycurrent
totalFail
OBJECT-TYPE
Total failed DNS resolvings.
1.3.6.1.4.1.7564.31.3Counter32read-onlycurrent
reqLastSec
OBJECT-TYPE
Total DNS requests in the last second.
1.3.6.1.4.1.7564.31.4Counter32read-onlycurrent
succLastSec
OBJECT-TYPE
Total successful DNS resolvings in the last second.
1.3.6.1.4.1.7564.31.5Counter32read-onlycurrent
failLastSec
OBJECT-TYPE
Total failed DNS resolvings in the last second.
1.3.6.1.4.1.7564.31.6Counter32read-onlycurrent
reqPeakSec
OBJECT-TYPE
Peak DNS requests in a second.
1.3.6.1.4.1.7564.31.7Counter32read-onlycurrent
succPeakSec
OBJECT-TYPE
Peak successful DNS resolvings in a second.
1.3.6.1.4.1.7564.31.8Counter32read-onlycurrent
reqLastMin
OBJECT-TYPE
Total DNS requests in the last minute.
1.3.6.1.4.1.7564.31.9Counter32read-onlycurrent
succLastMin
OBJECT-TYPE
Total successful DNS resolvings in the last minute.
1.3.6.1.4.1.7564.31.10Counter32read-onlycurrent
failLastMin
OBJECT-TYPE
Total failed DNS resolvings in the last minute.
1.3.6.1.4.1.7564.31.11Counter32read-onlycurrent
reqPeakMin
OBJECT-TYPE
Peak DNS requests in a minute.
1.3.6.1.4.1.7564.31.12Counter32read-onlycurrent
succPeakMin
OBJECT-TYPE
Peak successful DNS resolvings in a minute.
1.3.6.1.4.1.7564.31.13Counter32read-onlycurrent
reqLastHour
OBJECT-TYPE
Total DNS requests in the last hour.
1.3.6.1.4.1.7564.31.14Counter32read-onlycurrent
succLastHour
OBJECT-TYPE
Total successful DNS resolvings in the last hour.
1.3.6.1.4.1.7564.31.15Counter32read-onlycurrent
failLastHour
OBJECT-TYPE
Total failed DNS resolvings in the last hour.
1.3.6.1.4.1.7564.31.16Counter32read-onlycurrent
reqPeakHour
OBJECT-TYPE
Peak DNS requests in an hour.
1.3.6.1.4.1.7564.31.17Counter32read-onlycurrent
succPeakHour
OBJECT-TYPE
Peak successful DNS resolvings in an hour.
1.3.6.1.4.1.7564.31.18Counter32read-onlycurrent
reqLastDay
OBJECT-TYPE
Total DNS requests in the last day.
1.3.6.1.4.1.7564.31.19Counter32read-onlycurrent
succLastDay
OBJECT-TYPE
Total successful DNS resolvings in the last day.
1.3.6.1.4.1.7564.31.20Counter32read-onlycurrent
failLastDay
OBJECT-TYPE
Total failed DNS resolvings in the last day.
1.3.6.1.4.1.7564.31.21Counter32read-onlycurrent
reqPeakDay
OBJECT-TYPE
Peak DNS requests in a day.
1.3.6.1.4.1.7564.31.22Counter32read-onlycurrent
succPeakDay
OBJECT-TYPE
Peak successful DNS resolvings in a day.
1.3.6.1.4.1.7564.31.23Counter32read-onlycurrent
reqLastSec5
OBJECT-TYPE
Total DNS requests in the last 5 seconds.
1.3.6.1.4.1.7564.31.24Counter32read-onlycurrent
succLastSec5
OBJECT-TYPE
Total successful DNS resolvings in the last 5 seconds.
1.3.6.1.4.1.7564.31.25Counter32read-onlycurrent
failLastSec5
OBJECT-TYPE
Total failed DNS resolvings in the last 5 seconds.
1.3.6.1.4.1.7564.31.26Counter32read-onlycurrent
reqPeakSec5
OBJECT-TYPE
Peak DNS requests in 5 seconds.
1.3.6.1.4.1.7564.31.27Counter32read-onlycurrent
succPeakSec5
OBJECT-TYPE
Peak successful DNS resolvings in 5 seconds.
1.3.6.1.4.1.7564.31.28Counter32read-onlycurrent
monitor
OBJECT-IDENTITY
1.3.6.1.4.1.7564.32
cputemp
OBJECT-TYPE
current cpu temprature of cpu and sys
1.3.6.1.4.1.7564.32.1DisplayString (SIZE(0..511))read-onlycurrent
fanspeed
OBJECT-TYPE
current fan speed
1.3.6.1.4.1.7564.32.2DisplayString (SIZE(0..1023))read-onlycurrent
powerstate
OBJECT-TYPE
current dual power supply state (0 (ok),1(error))
1.3.6.1.4.1.7564.32.3INTEGER {ok(0), one-of-the-power-supply-modules-has-failed(1)}read-onlycurrent
caTraps
OBJECT-IDENTITY
1.3.6.1.4.1.7564.251

Notifications

NameOIDStatus
syslogTrap
NOTIFICATION-TYPE
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.
1.3.6.1.4.1.7564.24.3.1current
caStart
NOTIFICATION-TYPE
This trap is sent when the agent starts
1.3.6.1.4.1.7564.251.1current
caShutdown
NOTIFICATION-TYPE
This trap is sent when the agent terminates
1.3.6.1.4.1.7564.251.2current
licenseRemainingDays
NOTIFICATION-TYPE
license remaining days
1.3.6.1.4.1.7564.251.3current