KALEXT-MIB: View SNMP OID List / Download MIB
VENDOR: ARROWPOINT COMMUNICATIONS INC.
Home | MIB: KALEXT-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
apKalExtMib | 1.3.6.1.4.1.2467.1.46.1 |
The MIB module used to describe the ArrowPoint Communications Keepalives |
||
apKalTable | 1.3.6.1.4.1.2467.1.46.2 | no-access |
A list of Keepalives |
|
1.3.6.1.4.1.2467.1.46.2.1 | no-access |
A group of information uniquely identifying a Keepalive. One entry exists for each Keepalive |
||
apKalName | 1.3.6.1.4.1.2467.1.46.2.1.1 | displaystring | read-only |
The name of the Keepalive |
apKalStatus | 1.3.6.1.4.1.2467.1.46.2.1.2 | rowstatus | read-only |
Status entry for this row |
apKalDescription | 1.3.6.1.4.1.2467.1.46.2.1.3 | displaystring | read-only |
The description of the Keepalive |
apKalEnable | 1.3.6.1.4.1.2467.1.46.2.1.4 | integer | read-only |
The state of the keepalive, either enable or disabled Enumeration: 'enable': 1, 'disable': 0. |
apKalIPAddress | 1.3.6.1.4.1.2467.1.46.2.1.5 | ipaddress | read-only |
The IP Address the of the content providing service. |
apKalPort | 1.3.6.1.4.1.2467.1.46.2.1.6 | integer32 | read-only |
The Keepalive IP Port to use |
apKalType | 1.3.6.1.4.1.2467.1.46.2.1.7 | integer | read-only |
The Keepalive detection method. Enumeration: 'ftp': 3, 'icmp': 1, 'http': 2, 'tcp': 4, 'script': 5. |
apKalFrequency | 1.3.6.1.4.1.2467.1.46.2.1.8 | integer32 | read-only |
The Keepalive frequency of doing keepalive probes in units of seconds. |
apKalMaxFailure | 1.3.6.1.4.1.2467.1.46.2.1.9 | integer32 | read-only |
The Keepalive maximum number of failures before the service is transitioned to failed state. |
apKalRetryPeriod | 1.3.6.1.4.1.2467.1.46.2.1.10 | integer32 | read-only |
The Keepalive frequency of probes to the service after it has been transitioned to failed state. |
apKalUri | 1.3.6.1.4.1.2467.1.46.2.1.11 | displaystring | read-only |
The URI which be checked during an HTTP keepalive. |
apKalMethod | 1.3.6.1.4.1.2467.1.46.2.1.12 | integer | read-only |
The HTTP method used for the HTTP keepalive type. The methods operate in the following manner: HEAD -- HTTP HEAD generated. 200 response code required GET -- HTTP GET generated. MD5 Hash of entify body performed. First successful GET (200 response code) becomes reference hash. Deviation from rererence hash result, or non-200 response code, results in service state transition. POST -- Same as GET with substituation of POST method. Enumeration: 'head': 1, 'post': 3, 'get': 2. |
apKalPersistence | 1.3.6.1.4.1.2467.1.46.2.1.13 | integer | read-only |
This object controls whether the Keepalive will be attempted over a persistent connection. Persistent connections are supported through HTTP 1.1, and HTTP 1.0 with Connection-KeepAlive Enumeration: 'non-persistent': 0, 'persistent': 1. |
apKalState | 1.3.6.1.4.1.2467.1.46.2.1.14 | integer | read-only |
The current keepalive state Enumeration: 'down': 2, 'alive': 4, 'suspended': 1, 'dying': 5. |
apKalHash | 1.3.6.1.4.1.2467.1.46.2.1.15 | displaystring | read-only |
This object contains the MD5 hash which will be compared for HTTP keepalives which use the GET method. |
apKalFtpRecordName | 1.3.6.1.4.1.2467.1.46.2.1.16 | displaystring | read-only |
This object contains the ftp-record used in conjunction with ftp keepalives |
apKalScriptName | 1.3.6.1.4.1.2467.1.46.2.1.17 | displaystring | read-only |
This name represents the script that will be used in conjunction with the keepalive type script. The script will be played everytime the keepalive is issued. |
apKalScriptArgs | 1.3.6.1.4.1.2467.1.46.2.1.18 | displaystring | read-only |
This name represents the script arguments that will be used in conjunction with the keepalive type script. |
apKalScriptLog | 1.3.6.1.4.1.2467.1.46.2.1.19 | displaystring | read-only |
This name represents the script log that can be used to capture output from a keepalive script. |