ASCEND-MIBSNMP-MIB

File: ASCEND-MIBSNMP-MIB.mib (19240 bytes)

Imported modules

ASCEND-MIB RFC1155-SMI RFC-1212

Imported symbols

configuration IpAddress OBJECT-TYPE

Defined Types

DisplayString  
OCTET STRING    

MibusmUserProfileEntry  
SEQUENCE    
  usmUserProfile-Name OCTET STRING
  usmUserProfile-ActiveEnabled INTEGER
  usmUserProfile-ReadWriteAccess INTEGER
  usmUserProfile-AuthProtocol INTEGER
  usmUserProfile-PrivProtocol INTEGER
  usmUserProfile-AuthKey OCTET STRING
  usmUserProfile-PrivKey OCTET STRING
  usmUserProfile-Action-o INTEGER

MibsnmpManagerProfileEntry  
SEQUENCE    
  snmpManagerProfile-Name DisplayString
  snmpManagerProfile-Active INTEGER
  snmpManagerProfile-WriteAccess INTEGER
  snmpManagerProfile-SnmpMessageType INTEGER
  snmpManagerProfile-Action-o INTEGER

MibsnmpProfileEntry  
SEQUENCE    
  snmpProfile-Index-o INTEGER
  snmpProfile-Enabled INTEGER
  snmpProfile-ReadCommunity DisplayString
  snmpProfile-ReadWriteEnabled INTEGER
  snmpProfile-ReadWriteCommunity DisplayString
  snmpProfile-EnforceAddressSecurity INTEGER
  snmpProfile-EarlyQueueDiscard INTEGER
  snmpProfile-Contact DisplayString
  snmpProfile-Location DisplayString
  snmpProfile-QueueDepth INTEGER
  snmpProfile-CsmModemDiag INTEGER
  snmpProfile-SnmpMessageType INTEGER
  snmpProfile-SecurityLevel INTEGER
  snmpProfile-EnableVacm INTEGER
  snmpProfile-NotificationLogAgeOut INTEGER
  snmpProfile-BitStringsAllowed INTEGER
  snmpProfile-AlarmClearTableLimit INTEGER
  snmpProfile-Action-o INTEGER

Mibsnmpv3NotifyProfileEntry  
SEQUENCE    
  snmpv3NotifyProfile-Name OCTET STRING
  snmpv3NotifyProfile-ActiveEnabled INTEGER
  snmpv3NotifyProfile-Tag OCTET STRING
  snmpv3NotifyProfile-Type INTEGER
  snmpv3NotifyProfile-Action-o INTEGER

Mibsnmpv3TargetParamProfileEntry  
SEQUENCE    
  snmpv3TargetParamProfile-Name OCTET STRING
  snmpv3TargetParamProfile-ActiveEnabled INTEGER
  snmpv3TargetParamProfile-MsgProcModel INTEGER
  snmpv3TargetParamProfile-SecurityModel INTEGER
  snmpv3TargetParamProfile-SecurityName OCTET STRING
  snmpv3TargetParamProfile-SecurityLevel INTEGER
  snmpv3TargetParamProfile-Action-o INTEGER

Defined Values

mibusmUserProfile 1.3.6.1.4.1.529.23.115
OBJECT IDENTIFIER    

mibsnmpManagerProfile 1.3.6.1.4.1.529.23.118
OBJECT IDENTIFIER    

mibsnmpProfile 1.3.6.1.4.1.529.23.114
OBJECT IDENTIFIER    

mibsnmpv3NotifyProfile 1.3.6.1.4.1.529.23.117
OBJECT IDENTIFIER    

mibsnmpv3TargetParamProfile 1.3.6.1.4.1.529.23.116
OBJECT IDENTIFIER    

mibusmUserProfileTable 1.3.6.1.4.1.529.23.115.1
A list of mibusmUserProfile profile entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MibusmUserProfileEntry

mibusmUserProfileEntry 1.3.6.1.4.1.529.23.115.1.1
A mibusmUserProfile entry containing objects that maps to the parameters of mibusmUserProfile profile.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MibusmUserProfileEntry  

usmUserProfile-Name 1.3.6.1.4.1.529.23.115.1.1.1
The user (principal) on whose behalf the message is being exchange.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

usmUserProfile-ActiveEnabled 1.3.6.1.4.1.529.23.115.1.1.2
TRUE if this user is enabled for message exchange.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER no(1), yes(2)  

usmUserProfile-ReadWriteAccess 1.3.6.1.4.1.529.23.115.1.1.3
TRUE if this user is configured for read-write access to MIB view.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER no(1), yes(2)  

usmUserProfile-AuthProtocol 1.3.6.1.4.1.529.23.115.1.1.4
Indicate whether messages sent on behalf of this user to/from the SNMP engine can be authenticated and,if so, the type of authentication protocol to be used.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER noAuth(1), md5Auth(2), shaAuth(3)  

usmUserProfile-PrivProtocol 1.3.6.1.4.1.529.23.115.1.1.5
Indicate whether messages sent on behalf of this user to/from the SNMP engine can be protected by encryption and,if so, the type of privacy protocol to be used.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER noPriv(1), desPriv(2)  

usmUserProfile-AuthKey 1.3.6.1.4.1.529.23.115.1.1.6
The user's authkey: calculated based on password and auth protocol. This can be set using snmpAuthPass command
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

usmUserProfile-PrivKey 1.3.6.1.4.1.529.23.115.1.1.7
The user's privacy: key calculated based on priv-password and auth protocol. This can be set using snmpPrivPass command
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

usmUserProfile-Action-o 1.3.6.1.4.1.529.23.115.1.1.8
Tok_String
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER noAction(1), createProfile(2), deleteProfile(3)  

mibsnmpManagerProfileTable 1.3.6.1.4.1.529.23.118.1
A list of mibsnmpManagerProfile profile entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MibsnmpManagerProfileEntry

mibsnmpManagerProfileEntry 1.3.6.1.4.1.529.23.118.1.1
A mibsnmpManagerProfile entry containing objects that maps to the parameters of mibsnmpManagerProfile profile.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MibsnmpManagerProfileEntry  

snmpManagerProfile-Name 1.3.6.1.4.1.529.23.118.1.1.1
The name or the ip-address in dot format of the SNMP Manager (host) to send SNMP requests to the TAOS SNMP Agent. When DNS or YP/NIS is supported this name will be used to look up the LAN address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

snmpManagerProfile-Active 1.3.6.1.4.1.529.23.118.1.1.2
TRUE if SNMP messages from a particular SNMP Manager should be processed. This implies read-access for SNMPv1.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER no(1), yes(2)  

snmpManagerProfile-WriteAccess 1.3.6.1.4.1.529.23.118.1.1.3
When set to `no' (its default value), the SNMP agent only allows read requests. When set to 'yes', the SNMP agent allows write requests in addition to read requests.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER no(1), yes(2)  

snmpManagerProfile-SnmpMessageType 1.3.6.1.4.1.529.23.118.1.1.4
Indicate the message type that the SNMP agent should allow for this SNMP Manager.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER v1AndV3(1), v1Only(2), v3Only(3)  

snmpManagerProfile-Action-o 1.3.6.1.4.1.529.23.118.1.1.5
Tok_String
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER noAction(1), createProfile(2), deleteProfile(3)  

mibsnmpProfileTable 1.3.6.1.4.1.529.23.114.1
A list of mibsnmpProfile profile entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MibsnmpProfileEntry

mibsnmpProfileEntry 1.3.6.1.4.1.529.23.114.1.1
A mibsnmpProfile entry containing objects that maps to the parameters of mibsnmpProfile profile.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  MibsnmpProfileEntry  

snmpProfile-Index-o 1.3.6.1.4.1.529.23.114.1.1.1
Tok_String
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

snmpProfile-Enabled 1.3.6.1.4.1.529.23.114.1.1.2
When set to `no' (its default value), the unit cannot be accessed via SNMP.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER no(1), yes(2)  

snmpProfile-ReadCommunity 1.3.6.1.4.1.529.23.114.1.1.3
The SNMP community name for read access.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

snmpProfile-ReadWriteEnabled 1.3.6.1.4.1.529.23.114.1.1.4
When set to `no' (its default value), the write community cannot be accessed via SNMP.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER no(1), yes(2)  

snmpProfile-ReadWriteCommunity 1.3.6.1.4.1.529.23.114.1.1.5
The SNMP community name for read/write access.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

snmpProfile-EnforceAddressSecurity 1.3.6.1.4.1.529.23.114.1.1.6
When set to `no' (its default value), we will allow access to all SNMP managers that know the community string. When set to `yes', we will check the source IP address against the ones that are defined in the SNMP-MANAGER profiles before allowing access.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER no(1), yes(2)  

snmpProfile-EarlyQueueDiscard 1.3.6.1.4.1.529.23.114.1.1.16
If this parameter is set to yes, the system will filter and discard the requests from unauthorized host before queuing to the SNMP UDP port 161. If this parameter is set to no, the system will queue all incoming SNMP requests to SNMP layer which will discard the requests later if they are from unauthorized host.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER no(1), yes(2)  

snmpProfile-Contact 1.3.6.1.4.1.529.23.114.1.1.7
The name of the contact for this device. SNMP readable and settable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

snmpProfile-Location 1.3.6.1.4.1.529.23.114.1.1.8
The location of this device. SNMP readable and settable.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

snmpProfile-QueueDepth 1.3.6.1.4.1.529.23.114.1.1.9
The maximum number of SNMP packets waiting to be serviced. Additional packets will be dropped. When setting this value, you're trading memory resources versus SNMP retries (only when the box is busy and gets behind on servicing the SNMP packets). Zero indicates there is no limit.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

snmpProfile-CsmModemDiag 1.3.6.1.4.1.529.23.114.1.1.10
When set to `no' (its default value), SNMP CSM modem card diag is disabled. A JEDEC card is required to turn on this feature.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER no(1), yes(2)  

snmpProfile-SnmpMessageType 1.3.6.1.4.1.529.23.114.1.1.11
Indicate the message type that the SNMP agent should handle.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER v1AndV3(1), v1Only(2), v3Only(3)  

snmpProfile-SecurityLevel 1.3.6.1.4.1.529.23.114.1.1.12
Indicate the security level of the SNMP agent. Applicable only if SNMPv3 message handling enabled
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), authNopriv(2), authPriv(3)  

snmpProfile-EnableVacm 1.3.6.1.4.1.529.23.114.1.1.13
If set to TRUE, View Based Access Control Model (VACM) would be enabled, otherwise VACM is disabled.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER no(1), yes(2)  

snmpProfile-NotificationLogAgeOut 1.3.6.1.4.1.529.23.114.1.1.15
The number of minutes a Notification SHOULD be kept in a log before it is automatically removed. A value of 0 means no age out.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

snmpProfile-BitStringsAllowed 1.3.6.1.4.1.529.23.114.1.1.17
If enabled, TAOS agent responds to BITS data type in bit string format. If disabled, TAOS agent responds in numeric format.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER no(1), yes(2)  

snmpProfile-AlarmClearTableLimit 1.3.6.1.4.1.529.23.114.1.1.18
The maximum number of alarmCleared entries that can be held in the alarmCleared table.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

snmpProfile-Action-o 1.3.6.1.4.1.529.23.114.1.1.14
Tok_String
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER noAction(1), createProfile(2), deleteProfile(3)  

mibsnmpv3NotifyProfileTable 1.3.6.1.4.1.529.23.117.1
A list of mibsnmpv3NotifyProfile profile entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Mibsnmpv3NotifyProfileEntry

mibsnmpv3NotifyProfileEntry 1.3.6.1.4.1.529.23.117.1.1
A mibsnmpv3NotifyProfile entry containing objects that maps to the parameters of mibsnmpv3NotifyProfile profile.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Mibsnmpv3NotifyProfileEntry  

snmpv3NotifyProfile-Name 1.3.6.1.4.1.529.23.117.1.1.1
Any arbitrary, but unique identifier associated with this profile
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

snmpv3NotifyProfile-ActiveEnabled 1.3.6.1.4.1.529.23.117.1.1.2
TRUE if this profile is enabled for generation of SNMP messages
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER no(1), yes(2)  

snmpv3NotifyProfile-Tag 1.3.6.1.4.1.529.23.117.1.1.3
Single tag value that is used to select entries in the snmpTargetAddrTable ( 'trap' profile). If this contains a string of zero length, no entries are selected.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

snmpv3NotifyProfile-Type 1.3.6.1.4.1.529.23.117.1.1.4
Type of notification to be generated, i.e., Trap (unconfirmed class) or Inform (confirmed class). This field is for future use. Agent does not generate INFORM pdus.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER trap(2), inform(3)  

snmpv3NotifyProfile-Action-o 1.3.6.1.4.1.529.23.117.1.1.5
Tok_String
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER noAction(1), createProfile(2), deleteProfile(3)  

mibsnmpv3TargetParamProfileTable 1.3.6.1.4.1.529.23.116.1
A list of mibsnmpv3TargetParamProfile profile entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Mibsnmpv3TargetParamProfileEntry

mibsnmpv3TargetParamProfileEntry 1.3.6.1.4.1.529.23.116.1.1
A mibsnmpv3TargetParamProfile entry containing objects that maps to the parameters of mibsnmpv3TargetParamProfile profile.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Mibsnmpv3TargetParamProfileEntry  

snmpv3TargetParamProfile-Name 1.3.6.1.4.1.529.23.116.1.1.1
Any arbitrary, but unique identifier associated with this profile
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

snmpv3TargetParamProfile-ActiveEnabled 1.3.6.1.4.1.529.23.116.1.1.2
TRUE if this profile is enabled for generation of SNMP messages
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER no(1), yes(2)  

snmpv3TargetParamProfile-MsgProcModel 1.3.6.1.4.1.529.23.116.1.1.3
Message processing model used when generating SNMP messages using this entry
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER v1(1), v3(4)  

snmpv3TargetParamProfile-SecurityModel 1.3.6.1.4.1.529.23.116.1.1.4
Security model to be used when generating SNMP messages using this entry
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER v1(2), v3Usm(4)  

snmpv3TargetParamProfile-SecurityName 1.3.6.1.4.1.529.23.116.1.1.5
Security name which identifies the principal on whose behalf SNMP messages will be generated using this entry. This name should be a valid snmpv3-usm-user
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

snmpv3TargetParamProfile-SecurityLevel 1.3.6.1.4.1.529.23.116.1.1.6
Level of security to be used when generating messages using this entry.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), authNopriv(2), authPriv(3)  

snmpv3TargetParamProfile-Action-o 1.3.6.1.4.1.529.23.116.1.1.7
Tok_String
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER noAction(1), createProfile(2), deleteProfile(3)