KALEXT-MIB

File: KALEXT-MIB.mib (8755 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC APENT-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Integer32
IpAddress DisplayString RowStatus
kalExt

Defined Types

APKalEntry  
SEQUENCE    
  apKalName DisplayString
  apKalStatus RowStatus
  apKalDescription DisplayString
  apKalEnable INTEGER
  apKalIPAddress IpAddress
  apKalPort Integer32
  apKalType INTEGER
  apKalFrequency Integer32
  apKalMaxFailure Integer32
  apKalRetryPeriod Integer32
  apKalUri DisplayString
  apKalMethod INTEGER
  apKalPersistence INTEGER
  apKalState INTEGER
  apKalHash DisplayString
  apKalFtpRecordName DisplayString
  apKalScriptName DisplayString
  apKalScriptArgs DisplayString
  apKalScriptLog DisplayString

Defined Values

apKalExtMib 1.3.6.1.4.1.2467.1.46.1
The MIB module used to describe the ArrowPoint Communications Keepalives
MODULE-IDENTITY    

apKalTable 1.3.6.1.4.1.2467.1.46.2
A list of Keepalives
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    APKalEntry

apKalEntry 1.3.6.1.4.1.2467.1.46.2.1
A group of information uniquely identifying a Keepalive. One entry exists for each Keepalive
Status: current Access: not-accessible
OBJECT-TYPE    
  APKalEntry  

apKalName 1.3.6.1.4.1.2467.1.46.2.1.1
The name of the Keepalive
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..31)  

apKalStatus 1.3.6.1.4.1.2467.1.46.2.1.2
Status entry for this row
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

apKalDescription 1.3.6.1.4.1.2467.1.46.2.1.3
The description of the Keepalive
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..64)  

apKalEnable 1.3.6.1.4.1.2467.1.46.2.1.4
The state of the keepalive, either enable or disabled
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

apKalIPAddress 1.3.6.1.4.1.2467.1.46.2.1.5
The IP Address the of the content providing service.
Status: current Access: read-create
OBJECT-TYPE    
  IpAddress  

apKalPort 1.3.6.1.4.1.2467.1.46.2.1.6
The Keepalive IP Port to use
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..65535  

apKalType 1.3.6.1.4.1.2467.1.46.2.1.7
The Keepalive detection method.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER icmp(1), http(2), ftp(3), tcp(4), script(5)  

apKalFrequency 1.3.6.1.4.1.2467.1.46.2.1.8
The Keepalive frequency of doing keepalive probes in units of seconds.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 2..255  

apKalMaxFailure 1.3.6.1.4.1.2467.1.46.2.1.9
The Keepalive maximum number of failures before the service is transitioned to failed state.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..10  

apKalRetryPeriod 1.3.6.1.4.1.2467.1.46.2.1.10
The Keepalive frequency of probes to the service after it has been transitioned to failed state.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 2..255  

apKalUri 1.3.6.1.4.1.2467.1.46.2.1.11
The URI which be checked during an HTTP keepalive.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..64)  

apKalMethod 1.3.6.1.4.1.2467.1.46.2.1.12
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.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER head(1), get(2), post(3)  

apKalPersistence 1.3.6.1.4.1.2467.1.46.2.1.13
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
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER non-persistent(0), persistent(1)  

apKalState 1.3.6.1.4.1.2467.1.46.2.1.14
The current keepalive state
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER suspended(1), down(2), alive(4), dying(5)  

apKalHash 1.3.6.1.4.1.2467.1.46.2.1.15
This object contains the MD5 hash which will be compared for HTTP keepalives which use the GET method.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

apKalFtpRecordName 1.3.6.1.4.1.2467.1.46.2.1.16
This object contains the ftp-record used in conjunction with ftp keepalives
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

apKalScriptName 1.3.6.1.4.1.2467.1.46.2.1.17
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.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

apKalScriptArgs 1.3.6.1.4.1.2467.1.46.2.1.18
This name represents the script arguments that will be used in conjunction with the keepalive type script.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..128)  

apKalScriptLog 1.3.6.1.4.1.2467.1.46.2.1.19
This name represents the script log that can be used to capture output from a keepalive script.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)