APPEXT-MIB

File: APPEXT-MIB.mib (4851 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC APENT-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE IpAddress
RowStatus DisplayString appExt

Defined Types

ApAppSessionEntry  
SEQUENCE    
  apAppIpAddr IpAddress
  apAppAuthType INTEGER
  apAppEncryptType INTEGER
  apAppKalFreq INTEGER
  apAppSecret DisplayString
  apAppPktsTx INTEGER
  apAppPktsRx INTEGER
  apAppSessionState INTEGER
  apAppRcmdEnable INTEGER
  apAppSessionStatus RowStatus

Defined Values

apAppMib 1.3.6.1.4.1.2467.1.32.1
This MIB module describes the ArrowPoint enterprise MIB support for App
MODULE-IDENTITY    

apAppSessionTable 1.3.6.1.4.1.2467.1.32.2
A table of App Sessions.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ApAppSessionEntry

apAppSessionEntry 1.3.6.1.4.1.2467.1.32.2.1
ArrowPoint App table extensions
Status: current Access: not-accessible
OBJECT-TYPE    
  ApAppSessionEntry  

apAppIpAddr 1.3.6.1.4.1.2467.1.32.2.1.1
The Interface IP Address of Peer
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

apAppAuthType 1.3.6.1.4.1.2467.1.32.2.1.2
The type of Authentication performed on Peer
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER authNone(0), authChallenge(1)  

apAppEncryptType 1.3.6.1.4.1.2467.1.32.2.1.3
The type of Encryption performed with Peer
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER encryptNone(0), encryptMd5hash(1)  

apAppKalFreq 1.3.6.1.4.1.2467.1.32.2.1.4
Keep alive timer interval (seconds). Default is 14 sec.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER 14..900  

apAppSecret 1.3.6.1.4.1.2467.1.32.2.1.5
The secret authentication and encryption
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(0..32)  

apAppPktsTx 1.3.6.1.4.1.2467.1.32.2.1.6
Count of the number of APP packets transmitted.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

apAppPktsRx 1.3.6.1.4.1.2467.1.32.2.1.7
Count of the number of APP packets received.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

apAppSessionState 1.3.6.1.4.1.2467.1.32.2.1.8
The current State of the Session
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER stopped(0), init(1), opened(2), auth(3), up(4), down(5)  

apAppRcmdEnable 1.3.6.1.4.1.2467.1.32.2.1.9
Determines if remote CLI cmds are permitted on this Peer
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER rcmdEnable(0), rcmdDisable(1)  

apAppSessionStatus 1.3.6.1.4.1.2467.1.32.2.1.10
Status entry for this row
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

apAppEnable 1.3.6.1.4.1.2467.1.32.3
Parameter to enable or disable App functionality.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1)  

apAppPortNumber 1.3.6.1.4.1.2467.1.32.4
The Port Number for the APP Protocol
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..65535  

apAppMaxFrameSize 1.3.6.1.4.1.2467.1.32.5
The maximum frame size allowed by the APP Protocol
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 10240..65535