SECURITYMGREXT-MIB

File: SECURITYMGREXT-MIB.mib (4622 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC APENT-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE DisplayString
RowStatus securityMgrExt

Defined Types

APSecurityMgrUsernameEntry  
SEQUENCE    
  apSecurityMgrUsername DisplayString
  apSecurityMgrPassword DisplayString
  apSecurityMgrEncryptedPassword DisplayString
  apSecurityMgrUserPriviledgeLevel INTEGER
  apSecurityMgrStatus RowStatus

Defined Values

securityMgrExtMib 1.3.6.1.4.1.2467.1.13.1
This MIB module describes the ArrowPoint Communications MIB objects for Network Security.
MODULE-IDENTITY    

apSecurityMgrConsoleAuthType 1.3.6.1.4.1.2467.1.13.2
This variable specifies the type of authentication used to for console users.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), radius(2), none(3), radius-enable(4), enable-radius(5), enable-none(6), radius-none(7), radius-enable-none(8), enable-radius-none(9)  

apSecurityMgrVirtualAuthType 1.3.6.1.4.1.2467.1.13.3
This variable specifies the type of authentication used to for console users.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), radius(2), none(3), radius-enable(4), enable-radius(5), enable-none(6), radius-none(7), radius-enable-none(8), enable-radius-none(9), disallowed(10)  

apSecurityMgrUsernameTable 1.3.6.1.4.1.2467.1.13.4
This is the table of username and password pairs used for local authentication.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    APSecurityMgrUsernameEntry

apSecurityMgrUsernameEntry 1.3.6.1.4.1.2467.1.13.4.1
The Username table is indexed by username.
Status: current Access: not-accessible
OBJECT-TYPE    
  APSecurityMgrUsernameEntry  

apSecurityMgrUsername 1.3.6.1.4.1.2467.1.13.4.1.1
The local username.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..16)  

apSecurityMgrPassword 1.3.6.1.4.1.2467.1.13.4.1.2
The local password.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(6..16)  

apSecurityMgrEncryptedPassword 1.3.6.1.4.1.2467.1.13.4.1.3
The encrypted local password.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(6..64)  

apSecurityMgrUserPriviledgeLevel 1.3.6.1.4.1.2467.1.13.4.1.4
The priviledge level for this user.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER non-priviledge(1), priviledge(2)  

apSecurityMgrStatus 1.3.6.1.4.1.2467.1.13.4.1.5
This object is used to create and destroy a local username entry. This rowstatus object only supports CreateAndGo and Destroy.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus