ZXR10-SNMP-MIB

File: ZXR10-SNMP-MIB.mib (21626 bytes)

Imported modules

SNMPv2-TC SNMPv2-SMI ZXR10-SMI
SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMP-TARGET-MIB

Imported symbols

RowStatus DisplayString TEXTUAL-CONVENTION
MODULE-IDENTITY OBJECT-IDENTITY OBJECT-TYPE
enterprises Integer32 Gauge32
zxr10RosngMIB SnmpEngineID MODULE-COMPLIANCE
OBJECT-GROUP snmpTargetAddrEntry

Defined Types

Zxr10SnmpUDPAddress  
It consists of vrf name, ip address, and port, in the form of length and data. ip address and port are the network-byte order. The length of vrf name must be 0-32, the length of ip address must be 4 or 16. the length of port must be 2. For example: 1)The vrf name is mng, ipv4 address is 192.168.100.250, port is 161. the data should be like this: 03.6D.6E.67.04.C0.A8.64.FA.02.00.A1 2)The vrf name is mng, ipv6 address is 1:2::3:4, port is 161. the data should be like this: 03.6D.6E.67.10.00.01.00.02.00.00.00. 00.00.00.00.00.00.03.00.04.02.00.A1 3)The vrf name is zero-length, ipv4 address is 192.168.100.250, port is 161. the data should be like this: 00.04.01.02.03.04.02. 00.A1
TEXTUAL-CONVENTION    
  OCTET STRING Size(1..255)  

Zxr10SnmpTargetAddrEntry  
SEQUENCE    
  zxr10SnmpTargetAddrEngineID SnmpEngineID

Zxr10SnmpCommunityEntry  
SEQUENCE    
  zxr10SnmpCommunityName DisplayString
  zxr10SnmpCommunityViewName DisplayString
  zxr10SnmpCommunityAccessType INTEGER
  zxr10SnmpCommunityStatus RowStatus

Zxr10SnmpViewEntry  
SEQUENCE    
  zxr10SnmpViewName DisplayString
  zxr10SnmpSubTreeId DisplayString
  zxr10SnmpViewType INTEGER
  zxr10SnmpViewStatus RowStatus

Zxr10SnmpUserEntry  
SEQUENCE    
  zxr10SnmpUserName DisplayString
  zxr10SnmpUserGroupName DisplayString
  zxr10SnmpUserAuthProtocol INTEGER
  zxr10SnmpUserAuthPwd DisplayString
  zxr10SnmpUserPrivProtocol INTEGER
  zxr10SnmpUserPrivPwd DisplayString
  zxr10SnmpUserSecurityModel INTEGER
  zxr10SnmpUserStatus RowStatus

Zxr10SnmpGroupEntry  
SEQUENCE    
  zxr10SnmpGroupName DisplayString
  zxr10SnmpGroupSecurityLevel INTEGER
  zxr10SnmpGroupContextName DisplayString
  zxr10SnmpGroupSecurityModel INTEGER
  zxr10SnmpGroupMatchPrefix INTEGER
  zxr10SnmpGroupMatchExact INTEGER
  zxr10SnmpGroupReadView DisplayString
  zxr10SnmpGroupWriteView DisplayString
  zxr10SnmpGroupNotifyView DisplayString
  zxr10SnmpGroupStatus RowStatus

Zxr10SnmpMibModuleEntry  
SEQUENCE    
  zxr10SnmpMibModuleName DisplayString
  zxr10SnmpMibModuleOID OBJECT IDENTIFIER
  zxr10SnmpMibModuleRevision DisplayString

Defined Values

zxr10SnmpMIB 1.3.6.1.4.1.3902.3.6000.101
The MIB module to describe the information for Snmp.
MODULE-IDENTITY    

zxr10SnmpObjects 1.3.6.1.4.1.3902.3.6000.101.2
OBJECT IDENTIFIER    

zxr10SnmpSetCmdErrCode 1.3.6.1.4.1.3902.3.6000.101.1
Error code for Snmp set command. When agent executes an Snmp set, this variable should be maintained. Value 0 means no error.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

zxr10SnmpUDPDomain 1.3.6.1.4.1.3902.3.6000.101.2.1
The corresponding transport address is of type Zxr10SnmpUDPAddress
Status: current Access: read-only
OBJECT-IDENTITY    

zxr10SnmpTargetAddrTable 1.3.6.1.4.1.3902.3.6000.101.2.2
Used to configure the engine ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Zxr10SnmpTargetAddrEntry

zxr10SnmpTargetAddrEntry 1.3.6.1.4.1.3902.3.6000.101.2.2.1
Used to configure the engine ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  Zxr10SnmpTargetAddrEntry  

zxr10SnmpTargetAddrEngineID 1.3.6.1.4.1.3902.3.6000.101.2.2.1.1
Configure engine ID.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpEngineID Size(5..32)  

zxr10SnmpGlobalConfig 1.3.6.1.4.1.3902.3.6000.101.3
OBJECT IDENTIFIER    

zxr10SnmpGlobalVersionV1 1.3.6.1.4.1.3902.3.6000.101.3.1
To enable or disable SNMPv1.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

zxr10SnmpGlobalVersionV2C 1.3.6.1.4.1.3902.3.6000.101.3.2
To enable or disable SNMPv2c.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

zxr10SnmpGlobalVersionV3 1.3.6.1.4.1.3902.3.6000.101.3.3
To enable or disable SNMPv3.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

zxr10SnmpGlobalListenPort 1.3.6.1.4.1.3902.3.6000.101.3.4
SNMP agent listening port.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 161 | 1024..20000  

zxr10SnmpCommunityTable 1.3.6.1.4.1.3902.3.6000.101.2.3
The table of community configured in the SNMP.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Zxr10SnmpCommunityEntry

zxr10SnmpCommunityEntry 1.3.6.1.4.1.3902.3.6000.101.2.3.1
Information about a particular community.
Status: current Access: not-accessible
OBJECT-TYPE    
  Zxr10SnmpCommunityEntry  

zxr10SnmpCommunityName 1.3.6.1.4.1.3902.3.6000.101.2.3.1.1
The community string for which a row in this table represents a configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..32)  

zxr10SnmpCommunityViewName 1.3.6.1.4.1.3902.3.6000.101.2.3.1.2
The view name for which a row in this table represents a configuration.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..32)  

zxr10SnmpCommunityAccessType 1.3.6.1.4.1.3902.3.6000.101.2.3.1.3
The access type of community table.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER readOnly(1), readWrite(2)  

zxr10SnmpCommunityStatus 1.3.6.1.4.1.3902.3.6000.101.2.3.1.50
The status of this conceptual row in the zxr10SnmpCommunityTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

zxr10SnmpViewTable 1.3.6.1.4.1.3902.3.6000.101.2.4
The table of view configured in the SNMP.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Zxr10SnmpViewEntry

zxr10SnmpViewEntry 1.3.6.1.4.1.3902.3.6000.101.2.4.1
Information about a particular view.
Status: current Access: not-accessible
OBJECT-TYPE    
  Zxr10SnmpViewEntry  

zxr10SnmpViewName 1.3.6.1.4.1.3902.3.6000.101.2.4.1.1
The view name for which a row in this table represents a configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..32)  

zxr10SnmpSubTreeId 1.3.6.1.4.1.3902.3.6000.101.2.4.1.2
The subtree ID string for which a row in this table represents a configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..79)  

zxr10SnmpViewType 1.3.6.1.4.1.3902.3.6000.101.2.4.1.3
The view type of view table.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER included(1), excluded(2)  

zxr10SnmpViewStatus 1.3.6.1.4.1.3902.3.6000.101.2.4.1.50
The status of this conceptual row in the zxr10SnmpViewTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

zxr10SnmpUserTable 1.3.6.1.4.1.3902.3.6000.101.2.5
The table of user configured in the SNMP.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Zxr10SnmpUserEntry

zxr10SnmpUserEntry 1.3.6.1.4.1.3902.3.6000.101.2.5.1
Information about a particular user.
Status: current Access: not-accessible
OBJECT-TYPE    
  Zxr10SnmpUserEntry  

zxr10SnmpUserName 1.3.6.1.4.1.3902.3.6000.101.2.5.1.1
The user name for which a row in this table represents a configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..32)  

zxr10SnmpUserGroupName 1.3.6.1.4.1.3902.3.6000.101.2.5.1.2
The user group name for which a row in this table represents a configuration.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..32)  

zxr10SnmpUserAuthProtocol 1.3.6.1.4.1.3902.3.6000.101.2.5.1.3
The user authorization type of user table.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER noAuth(0), md5(1), sha(2)  

zxr10SnmpUserAuthPwd 1.3.6.1.4.1.3902.3.6000.101.2.5.1.4
The user authorization password for which a row in this table represents a configuration.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..32)  

zxr10SnmpUserPrivProtocol 1.3.6.1.4.1.3902.3.6000.101.2.5.1.5
The user privacy type of user table.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER noPriv(0), des56(6), aes128(8)  

zxr10SnmpUserPrivPwd 1.3.6.1.4.1.3902.3.6000.101.2.5.1.6
The user privacy password for which a row in this table represents a configuration.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..32)  

zxr10SnmpUserSecurityModel 1.3.6.1.4.1.3902.3.6000.101.2.5.1.7
The security model of user table.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER v3(2)  

zxr10SnmpUserStatus 1.3.6.1.4.1.3902.3.6000.101.2.5.1.50
The status of this conceptual row in the zxr10SnmpUserTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

zxr10SnmpGroupTable 1.3.6.1.4.1.3902.3.6000.101.2.6
The table of group configured in the SNMP.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Zxr10SnmpGroupEntry

zxr10SnmpGroupEntry 1.3.6.1.4.1.3902.3.6000.101.2.6.1
Information about a particular group.
Status: current Access: not-accessible
OBJECT-TYPE    
  Zxr10SnmpGroupEntry  

zxr10SnmpGroupName 1.3.6.1.4.1.3902.3.6000.101.2.6.1.1
The group name for which a row in this table epresents a configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..32)  

zxr10SnmpGroupSecurityLevel 1.3.6.1.4.1.3902.3.6000.101.2.6.1.2
The security level of group table.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER auth(1), noAuth(2), priv(3)  

zxr10SnmpGroupContextName 1.3.6.1.4.1.3902.3.6000.101.2.6.1.3
The context name for which a row in this table represents a configuration.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(0..30)  

zxr10SnmpGroupSecurityModel 1.3.6.1.4.1.3902.3.6000.101.2.6.1.4
The security model of group table.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER v3(1)  

zxr10SnmpGroupMatchPrefix 1.3.6.1.4.1.3902.3.6000.101.2.6.1.5
The match prefix of context name, mutual exclusion with zxr10SnmpGroupMatchExact.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER mismatch(0), matchPrefix(8)  

zxr10SnmpGroupMatchExact 1.3.6.1.4.1.3902.3.6000.101.2.6.1.6
The match exact of context name, mutual exclusion with zxr10SnmpGroupMatchPrefix.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER mismatch(0), matchExact(7)  

zxr10SnmpGroupReadView 1.3.6.1.4.1.3902.3.6000.101.2.6.1.7
The read view name for which a row in this table represents a configuration.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..32)  

zxr10SnmpGroupWriteView 1.3.6.1.4.1.3902.3.6000.101.2.6.1.8
The write view name for which a row in this table represents a configuration.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..32)  

zxr10SnmpGroupNotifyView 1.3.6.1.4.1.3902.3.6000.101.2.6.1.9
The notify view name for which a row in this table represents a configuration.
Status: current Access: read-create
OBJECT-TYPE    
  DisplayString Size(1..32)  

zxr10SnmpGroupStatus 1.3.6.1.4.1.3902.3.6000.101.2.6.1.50
The status of this conceptual row in the zxr10SnmpGroupTable.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

zxr10SnmpGlobalDynTrustIdleTime 1.3.6.1.4.1.3902.3.6000.101.3.5
This node is used to configure the aging time of dynamically trusted users. When the dynamic user exceeds this aging time, it will be deleted.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65535  

zxr10SnmpMibModuleTable 1.3.6.1.4.1.3902.3.6000.101.4
This table is used to display module name and the last revision of MIB files.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Zxr10SnmpMibModuleEntry

zxr10SnmpMibModuleEntry 1.3.6.1.4.1.3902.3.6000.101.4.1
An entry in this table display module name and the last revision of one MIB file. Entries in the zxr10SnmpMibModuleTable can not be created and deleted.
Status: current Access: not-accessible
OBJECT-TYPE    
  Zxr10SnmpMibModuleEntry  

zxr10SnmpMibModuleName 1.3.6.1.4.1.3902.3.6000.101.4.1.1
The name of the top node in one MIB file. For instance, zxr10SnmpMIB is the top node in ZXR10-SNMP-MIB.mib.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..64)  

zxr10SnmpMibModuleOID 1.3.6.1.4.1.3902.3.6000.101.4.1.2
OID of the top node in one MIB file. For instance, zxr10SnmpMIB is the top node in ZXR10-SNMP-MIB.mib and zxr10SnmpMibModuleOID displays zxr10SnmpMIB's OID.
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

zxr10SnmpMibModuleRevision 1.3.6.1.4.1.3902.3.6000.101.4.1.3
The last revision of the MIB file. Contents are indicated by 'Last updated' field in the MIB file.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(11|13)