ZXR10-CLI-SYSTEM-MIB

File: ZXR10-CLI-SYSTEM-MIB.mib (4960 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC

Imported symbols

MODULE-IDENTITY OBJECT-TYPE OBJECT-IDENTITY
Integer32 TimeTicks enterprises
Unsigned32 DisplayString TEXTUAL-CONVENTION

Defined Types

SecretRowStatus  
The RowStatus of this row instance.It could be used for creating, modify or remove instance. But only some of the six enumerated values for the RowStatus textual convention need be supported, specifically: active(1): the row is active, createAndGo(4): Create a new row, destroy(6): Remove current row.
TEXTUAL-CONVENTION    
  INTEGER active(1), createAndGo(4), destroy(6)  

Zxr10SystemSecretEntry  
SEQUENCE    
  zxr10SystemSecretLevel INTEGER
  zxr10SystemSecretEncrypted INTEGER
  zxr10SystemSecretPassword DisplayString
  zxr10SystemSecretStatus SecretRowStatus

Defined Values

zxr10CliSystemMib 1.3.6.1.4.1.3902.3.1
Tok_String
MODULE-IDENTITY    

zte 1.3.6.1.4.1.3902
OBJECT IDENTIFIER    

zxr10 1.3.6.1.4.1.3902.3
OBJECT IDENTIFIER    

zxr10systemconfig 1.3.6.1.4.1.3902.3.1
OBJECT IDENTIFIER    

zxr10SystemSecretTable 1.3.6.1.4.1.3902.3.1.50
the description of zxr10 secret entries.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Zxr10SystemSecretEntry

zxr10SystemSecretEntry 1.3.6.1.4.1.3902.3.1.50.1
A secret entry containing objects that descript the enable secret infomation
Status: current Access: not-accessible
OBJECT-TYPE    
  Zxr10SystemSecretEntry  

zxr10SystemSecretLevel 1.3.6.1.4.1.3902.3.1.50.1.1
The level of the secret. The max level is decided by performance parameter. It may be (1..18) or (1..15)
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

zxr10SystemSecretEncrypted 1.3.6.1.4.1.3902.3.1.50.1.2
Specifies an ENCRYPTED password or not. 0----Unencrypted 5----Encrypted
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unencrypted(0), encrypted(5)  

zxr10SystemSecretPassword 1.3.6.1.4.1.3902.3.1.50.1.3
Specifies an secret. Unencrypted password: size(3..16) Encrypted password: size(24)
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(3..24)  

zxr10SystemSecretStatus 1.3.6.1.4.1.3902.3.1.50.1.4
The RowStatus of this row instance.It could be used for creating, modify or remove instance. But only some of the six enumerated values for the RowStatus textual convention need be supported, specifically: active(1): the row is active, createAndGo(4): Create a new row, destroy(6): Remove current row.
Status: obsolete Access: read-create
OBJECT-TYPE    
  SecretRowStatus