NMS-SNMP

File: NMS-SNMP.mib (30112 bytes)

Imported modules

SNMPv2-SMI SNMPv2-CONF SNMPv2-TC
NMS-SMI RFC1155-SMI RFC1213-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE NOTIFICATION-TYPE
Integer32 Unsigned32 MODULE-COMPLIANCE
OBJECT-GROUP NOTIFICATION-GROUP DisplayString
MacAddress RowStatus nmsMgmt
IpAddress sysUpTime sysObjectID

Defined Types

SnmpCommunityEntry  
SEQUENCE    
  scIndex INTEGER
  scCommunity DisplayString Size(0..255)
  scRwPermit INTEGER
  scAclName DisplayString Size(0..255)
  scViewName DisplayString Size(0..255)
  scEncryptStatus INTEGER
  scRowStatus RowStatus

SnmpTrapHostEntry  
SEQUENCE    
  thIndex INTEGER
  thIpAddr IpAddress
  thPort INTEGER
  thVersion INTEGER
  thCommUserName DisplayString Size(0..255)
  thPduType INTEGER
  thIsAuthentication INTEGER
  thTrapFlag BIT STRING
  thRowStatus RowStatus

SnmpViewEntry  
SEQUENCE    
  svIndex INTEGER
  svName DisplayString Size(0..255)
  svFamilyName DisplayString Size(0..255)
  svViewType INTEGER
  svRowStatus RowStatus

SnmpUserEntry  
SEQUENCE    
  suIndex INTEGER
  suUserName DisplayString Size(0..255)
  suGroupName DisplayString Size(0..255)
  suVersion INTEGER
  suAuthenType INTEGER
  suAuthenProtocol INTEGER
  suAclName DisplayString Size(0..255)
  suAuthenPwd DisplayString Size(8..255)
  suEncryptedPwd DisplayString Size(8..255)
  suEncryptedStatus INTEGER
  suRowStatus RowStatus

SnmpGroupNameEntry  
SEQUENCE    
  gnIndex INTEGER
  gnGroupName DisplayString Size(0..255)
  gnVersion INTEGER
  gnAuthenType INTEGER
  gnReadView DisplayString Size(0..255)
  gnWriteView DisplayString Size(0..255)
  gnNotifyView DisplayString Size(0..255)
  gnAclName DisplayString Size(0..255)
  gnRowStatus RowStatus

SnmpRegisteredMibEntry  
SEQUENCE    
  rmIndex INTEGER
  rmMibName DisplayString Size(0..255)
  rmMibOid DisplayString Size(0..255)

Defined Values

snmp 1.1.3320.9.225
OBJECT IDENTIFIER    

snmpAgent 1.1.3320.9.225.1
OBJECT IDENTIFIER    

snmpCommunity 1.1.3320.9.225.2
OBJECT IDENTIFIER    

snmpTrapHost 1.1.3320.9.225.3
OBJECT IDENTIFIER    

snmpView 1.1.3320.9.225.4
OBJECT IDENTIFIER    

snmpUser 1.1.3320.9.225.5
OBJECT IDENTIFIER    

snmpGroupName 1.1.3320.9.225.6
OBJECT IDENTIFIER    

snmpRegisteredMib 1.1.3320.9.225.7
OBJECT IDENTIFIER    

snmpKeepAliveMib 1.1.3320.9.225.8
OBJECT IDENTIFIER    

neCoding 1.1.3320.9.225.1.1
Network element coding.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

neSerialNo 1.1.3320.9.225.1.2
Network element serial number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

neType 1.1.3320.9.225.1.3
Network element type.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

neSysTime 1.1.3320.9.225.1.4
Network element system time.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

neSnmpPortNo 1.1.3320.9.225.1.5
Network element snmp port number.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

neManufacture 1.1.3320.9.225.1.6
Network element manufacturer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

neHardwareversion 1.1.3320.9.225.1.7
Network element hardware version.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

neSoftwareversion 1.1.3320.9.225.1.8
Network element softeware version.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

neMacAddress 1.1.3320.9.225.1.9
CPU MAC address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  MacAddress  

snmpCommunityTable 1.1.3320.9.225.2.1
A list of snmp community property table entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnmpCommunityEntry

snmpCommunityEntry 1.1.3320.9.225.2.1.1
A collection of snmp communtiy in the snmp community table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SnmpCommunityEntry  

scIndex 1.1.3320.9.225.2.1.1.1
Community table index, unique in table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

scCommunity 1.1.3320.9.225.2.1.1.2
Community name in community table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

scRwPermit 1.1.3320.9.225.2.1.1.3
Snmp access permission. read-only(1), read-write(2).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER read-only(0), read-write(1)  

scAclName 1.1.3320.9.225.2.1.1.4
Acl name in community table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

scViewName 1.1.3320.9.225.2.1.1.5
View name in community table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

scEncryptStatus 1.1.3320.9.225.2.1.1.6
Snmp encryption status. non-encryption(0), encryption(7).
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER non-encryption(0), encryption(7)  

scRowStatus 1.1.3320.9.225.2.1.1.7
Row status,that a row could be created in community table.
Status: mandatory Access: read-create
OBJECT-TYPE    
  RowStatus  

snmpTrapHostTable 1.1.3320.9.225.3.1
A list of snmp trap host property table entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnmpTrapHostEntry

snmpTrapHostEntry 1.1.3320.9.225.3.1.1
A collection of snmp trap host in the snmp trap host table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SnmpTrapHostEntry  

thIndex 1.1.3320.9.225.3.1.1.1
Trap host table index, unique in table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

thIpAddr 1.1.3320.9.225.3.1.1.2
Trap host IP address, which device sends trap to .
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

thPort 1.1.3320.9.225.3.1.1.3
Trap host Port.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

thVersion 1.1.3320.9.225.3.1.1.4
Trap host version.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER v1(0), v2c(1)  

thPduType 1.1.3320.9.225.3.1.1.5
Trap host trap PDU type.inform and trapv2 must in v2c
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER trapv1(164), inform(166), trapv2(167)  

thCommUserName 1.1.3320.9.225.3.1.1.6
Trap host community name(v1,v2c) or user name(v3).
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

thIsAuthentication 1.1.3320.9.225.3.1.1.7
Trap host authentication configuration.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER authenticated(1), non-authenticated(2)  

thTrapFlag 1.1.3320.9.225.3.1.1.8
Trap host flag notation. The first three bits of bit string value separately means configuration, snmp authentication. 0-configured 1-non-configured.
Status: mandatory Access: read-write
OBJECT-TYPE    
  BIT STRING  

thRowStatus 1.1.3320.9.225.3.1.1.9
Row status,that a row could be created in trap host table.
Status: mandatory Access: read-create
OBJECT-TYPE    
  RowStatus  

snmpViewTable 1.1.3320.9.225.4.1
A list of snmp view table entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnmpViewEntry

snmpViewEntry 1.1.3320.9.225.4.1.1
A collection of snmp view information in the snmp view table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SnmpViewEntry  

svIndex 1.1.3320.9.225.4.1.1.1
Snmp view table index, unique in table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

svName 1.1.3320.9.225.4.1.1.2
Snmp view name.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

svFamilyName 1.1.3320.9.225.4.1.1.3
Snmp view family name.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

svViewType 1.1.3320.9.225.4.1.1.4
Snmp view type.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER include(1), exclude(2)  

svRowStatus 1.1.3320.9.225.4.1.1.5
Row status,that a row could be created in snmp view table.
Status: mandatory Access: read-create
OBJECT-TYPE    
  RowStatus  

snmpUserTable 1.1.3320.9.225.5.1
A list of snmp user table entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnmpUserEntry

snmpUserEntry 1.1.3320.9.225.5.1.1
A collection of snmp user information in the snmp user table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SnmpUserEntry  

suIndex 1.1.3320.9.225.5.1.1.1
Snmp user table index, unique in table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

suUserName 1.1.3320.9.225.5.1.1.2
User name in snmp user table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

suGroupName 1.1.3320.9.225.5.1.1.3
Group name in snmp user table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

suVersion 1.1.3320.9.225.5.1.1.4
Snmp version in snmp user table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER v1(1), v2c(2), v3(3)  

suAuthenType 1.1.3320.9.225.5.1.1.5
Authentication type in snmp user table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER encrypted(1), authenticated(2), null(3)  

suAuthenProtocol 1.1.3320.9.225.5.1.1.6
Authentication proctocl in snmp user table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER md5(1), sha(2)  

suAclName 1.1.3320.9.225.5.1.1.7
ACL name in snmp user table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

suAuthenPwd 1.1.3320.9.225.5.1.1.8
Auhentication password in snmp user table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(8..255)  

suEncryptedPwd 1.1.3320.9.225.5.1.1.9
Encryption password in snmp user table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(8..255)  

suEncryptedStatus 1.1.3320.9.225.5.1.1.10
Encryption status in snmp user table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER non-encryption(0), encryption(7)  

suRowStatus 1.1.3320.9.225.5.1.1.11
Row status,that a row could be created in snmp user table.
Status: mandatory Access: read-create
OBJECT-TYPE    
  RowStatus  

snmpGroupNameTable 1.1.3320.9.225.6.1
A list of snmp Group Name table entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnmpGroupNameEntry

snmpGroupNameEntry 1.1.3320.9.225.6.1.1
A collection of snmp Group Name in the snmp Group Name table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SnmpGroupNameEntry  

gnIndex 1.1.3320.9.225.6.1.1.1
Snmp group name table index, unique in table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

gnGroupName 1.1.3320.9.225.6.1.1.2
Group name in snmp group name table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

gnVersion 1.1.3320.9.225.6.1.1.3
Snmp version in snmp group name table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER v1(1), v2c(2), v3(3)  

gnAuthenType 1.1.3320.9.225.6.1.1.4
Authentication type in snmp group name table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER private(1), authenticated(2), non-authenticated(3)  

gnReadView 1.1.3320.9.225.6.1.1.5
Read view in snmp group name table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

gnWriteView 1.1.3320.9.225.6.1.1.6
Write view in snmp group name table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

gnNotifyView 1.1.3320.9.225.6.1.1.7
Notify view in snmp group name table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

gnAclName 1.1.3320.9.225.6.1.1.8
ACL name in snmp group name table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString Size(0..255)  

gnRowStatus 1.1.3320.9.225.6.1.1.9
Row status,that a row could be created in snmp group nmae table.
Status: mandatory Access: read-create
OBJECT-TYPE    
  RowStatus  

snmpRegisteredMibTable 1.1.3320.9.225.7.1
A list of snmp Registered Mib table entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SnmpRegisteredMibEntry

snmpRegisteredMibEntry 1.1.3320.9.225.7.1.1
A collection of snmp Registered Mib in the snmp Registered Mib table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SnmpRegisteredMibEntry  

rmIndex 1.1.3320.9.225.7.1.1.1
Snmp Registered Mib table index, unique in table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

rmMibName 1.1.3320.9.225.7.1.1.2
Snmp MIB name in Registered Mib table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

rmMibOid 1.1.3320.9.225.7.1.1.3
Snmp MIB OID in Registered Mib table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString Size(0..255)  

isKeepAlive 1.1.3320.9.225.8.1
Snmp keepalive mib, and enable keepalive operation.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER yes(1), no(2)  

keepAliveCount 1.1.3320.9.225.8.2
Snmp keepalive mib, and keepalive count.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

keepAliveInterval 1.1.3320.9.225.8.3
Snmp keepalive mib, and keepalive interval. Unit is second.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

isAlive 1.1.3320.9.225.8.4
Snmp keepalive mib, is device alive
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

keepAliveNotifications 1.1.3320.9.225.8.5
OBJECT IDENTIFIER    

keepAliveNotification 1.1.3320.9.225.8.5.1
The agent generates this notification when device need to synchornize keepalve information .
Status: current Access: read-only
NOTIFICATION-TYPE