NET-SNMP-AGENT-MIB

File: NET-SNMP-AGENT-MIB.mib (16455 bytes)

Imported modules

SNMP-FRAMEWORK-MIB NET-SNMP-MIB SNMPv2-SMI
SNMPv2-CONF SNMPv2-TC

Imported symbols

SnmpAdminString netSnmpObjects netSnmpModuleIDs
netSnmpNotifications netSnmpGroups OBJECT-TYPE
NOTIFICATION-TYPE MODULE-IDENTITY Integer32
Unsigned32 OBJECT-GROUP NOTIFICATION-GROUP
TEXTUAL-CONVENTION DisplayString RowStatus
TruthValue

Defined Types

NetsnmpCacheStatus  
an indication of the status of data caching entries
TEXTUAL-CONVENTION    
  INTEGER enabled(1), disabled(2), empty(3), cached(4), expired(5)  

NsCacheEntry  
SEQUENCE    
  nsCachedOID OBJECT IDENTIFIER
  nsCacheTimeout INTEGER
  nsCacheStatus NetsnmpCacheStatus

NsDebugTokenEntry  
SEQUENCE    
  nsDebugTokenPrefix DisplayString
  nsDebugTokenStatus RowStatus

NsLoggingEntry  
SEQUENCE    
  nsLogLevel INTEGER
  nsLogToken DisplayString
  nsLogType INTEGER
  nsLogMaxLevel INTEGER
  nsLogStatus RowStatus

NsTransactionEntry  
SEQUENCE    
  nsTransactionID Unsigned32
  nsTransactionMode Integer32

NsModuleEntry  
SEQUENCE    
  nsmContextName SnmpAdminString
  nsmRegistrationPoint OBJECT IDENTIFIER
  nsmRegistrationPriority INTEGER
  nsModuleName DisplayString
  nsModuleModes BITS
  nsModuleTimeout Integer32

Defined Values

netSnmpAgentMIB 1.3.6.1.4.1.8072.3.1.2
Defines control and monitoring structures for the Net-SNMP agent.
MODULE-IDENTITY    

nsVersion 1.3.6.1.4.1.8072.1.1
OBJECT IDENTIFIER    

nsMibRegistry 1.3.6.1.4.1.8072.1.2
OBJECT IDENTIFIER    

nsExtensions 1.3.6.1.4.1.8072.1.3
OBJECT IDENTIFIER    

nsDLMod 1.3.6.1.4.1.8072.1.4
OBJECT IDENTIFIER    

nsCache 1.3.6.1.4.1.8072.1.5
OBJECT IDENTIFIER    

nsErrorHistory 1.3.6.1.4.1.8072.1.6
OBJECT IDENTIFIER    

nsConfiguration 1.3.6.1.4.1.8072.1.7
OBJECT IDENTIFIER    

nsTransactions 1.3.6.1.4.1.8072.1.8
OBJECT IDENTIFIER    

nsCacheDefaultTimeout 1.3.6.1.4.1.8072.1.5.1
Default cache timeout value (unless overridden for a particular cache entry).
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

nsCacheEnabled 1.3.6.1.4.1.8072.1.5.2
Whether data caching is active overall.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

nsCacheTable 1.3.6.1.4.1.8072.1.5.3
A table of individual MIB module data caches.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NsCacheEntry

nsCacheEntry 1.3.6.1.4.1.8072.1.5.3.1
A conceptual row within the cache table.
Status: current Access: not-accessible
OBJECT-TYPE    
  NsCacheEntry  

nsCachedOID 1.3.6.1.4.1.8072.1.5.3.1.1
The root OID of the data being cached.
Status: current Access: not-accessible
OBJECT-TYPE    
  OBJECT IDENTIFIER  

nsCacheTimeout 1.3.6.1.4.1.8072.1.5.3.1.2
The length of time (?in seconds) for which the data in this particular cache entry will remain valid.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

nsCacheStatus 1.3.6.1.4.1.8072.1.5.3.1.3
The current status of this particular cache entry. Acceptable values for Set requests are 'enabled(1)', 'disabled(2)' or 'empty(3)' (to clear all cached data). Requests to read the value of such an object will return 'disabled(2)' through to 'expired(5)'.
Status: current Access: read-write
OBJECT-TYPE    
  NetsnmpCacheStatus  

nsConfigDebug 1.3.6.1.4.1.8072.1.7.1
OBJECT IDENTIFIER    

nsConfigLogging 1.3.6.1.4.1.8072.1.7.2
OBJECT IDENTIFIER    

nsDebugEnabled 1.3.6.1.4.1.8072.1.7.1.1
Whether the agent is configured to generate debugging output
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

nsDebugOutputAll 1.3.6.1.4.1.8072.1.7.1.2
Whether the agent is configured to display all debugging output rather than filtering on individual debug tokens. Nothing will be generated unless nsDebugEnabled is also true(1)
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

nsDebugDumpPdu 1.3.6.1.4.1.8072.1.7.1.3
Whether the agent is configured to display raw packet dumps. This is unrelated to the nsDebugEnabled setting.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

nsDebugTokenTable 1.3.6.1.4.1.8072.1.7.1.4
A table of individual debug tokens, used to control the selection of what debugging output should be produced. This table is only effective if nsDebugOutputAll is false(2), and nothing will be generated unless nsDebugEnabled is also true(1)
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NsDebugTokenEntry

nsDebugTokenEntry 1.3.6.1.4.1.8072.1.7.1.4.1
A conceptual row within the debug token table.
Status: current Access: not-accessible
OBJECT-TYPE    
  NsDebugTokenEntry  

nsDebugTokenPrefix 1.3.6.1.4.1.8072.1.7.1.4.1.2
A token prefix for which to generate the corresponding debugging output. Note that debug output will be generated for all registered debug statements sharing this prefix (rather than an exact match). Nothing will be generated unless both nsDebuggingEnabled is set true(1) and the corresponding nsDebugTokenStatus value is active(1).
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString  

nsDebugTokenStatus 1.3.6.1.4.1.8072.1.7.1.4.1.4
Whether to generate debug output for the corresponding debug token prefix. Nothing will be generated unless both nsDebuggingEnabled is true(1) and this instance is active(1). Note that is valid for an instance to be left with the value notInService(2) indefinitely - i.e. the meaning of 'abnormally long' (see RFC 2579, RowStatus) for this table is infinite.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

nsLoggingTable 1.3.6.1.4.1.8072.1.7.2.1
A table of individual logging output destinations, used to control where various levels of output from the agent should be directed.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NsLoggingEntry

nsLoggingEntry 1.3.6.1.4.1.8072.1.7.2.1.1
A conceptual row within the logging table.
Status: current Access: not-accessible
OBJECT-TYPE    
  NsLoggingEntry  

nsLogLevel 1.3.6.1.4.1.8072.1.7.2.1.1.1
The (minimum) priority level for which this logging entry should be applied.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER emergency(0), alert(1), critical(2), error(3), warning(4), notice(5), info(6), debug(7)  

nsLogToken 1.3.6.1.4.1.8072.1.7.2.1.1.2
A token for which to generate logging entries. Depending on the style of logging, this may either be simply an arbitrary token, or may have some particular meaning (such as the filename to log to).
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString  

nsLogType 1.3.6.1.4.1.8072.1.7.2.1.1.3
The type of logging for this entry.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER stdout(1), stderr(2), file(3), syslog(4), callback(5)  

nsLogMaxLevel 1.3.6.1.4.1.8072.1.7.2.1.1.4
The maximum priority level for which this logging entry should be applied.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER emergency(0), alert(1), critical(2), error(3), warning(4), notice(5), info(6), debug(7)  

nsLogStatus 1.3.6.1.4.1.8072.1.7.2.1.1.5
Whether to generate logging output for this entry. Note that is valid for an instance to be left with the value notInService(2) indefinitely - i.e. the meaning of 'abnormally long' (see RFC 2579, RowStatus) for this table is infinite.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

nsTransactionTable 1.3.6.1.4.1.8072.1.8.1
Lists currently outstanding transactions in the net-snmp agent. This includes requests to AgentX subagents, or proxied SNMP agents.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NsTransactionEntry

nsTransactionEntry 1.3.6.1.4.1.8072.1.8.1.1
A row describing a given transaction.
Status: current Access: not-accessible
OBJECT-TYPE    
  NsTransactionEntry  

nsTransactionID 1.3.6.1.4.1.8072.1.8.1.1.1
The internal identifier for a given transaction.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 0..4294967295  

nsTransactionMode 1.3.6.1.4.1.8072.1.8.1.1.2
The mode number for the current operation being performed.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

nsModuleTable 1.3.6.1.4.1.8072.1.2.1
A table displaying all the oid's registered by mib modules in the agent. Since the agent is modular in nature, this lists each module's OID it is responsible for and the name of the module
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NsModuleEntry

nsModuleEntry 1.3.6.1.4.1.8072.1.2.1.1
An entry containing a registered mib oid.
Status: current Access: not-accessible
OBJECT-TYPE    
  NsModuleEntry  

nsmContextName 1.3.6.1.4.1.8072.1.2.1.1.1
The context name the module is registered under.
Status: current Access: not-accessible
OBJECT-TYPE    
  SnmpAdminString  

nsmRegistrationPoint 1.3.6.1.4.1.8072.1.2.1.1.2
The registry OID of a mib module.
Status: current Access: not-accessible
OBJECT-TYPE    
  OBJECT IDENTIFIER  

nsmRegistrationPriority 1.3.6.1.4.1.8072.1.2.1.1.3
The priority of the registered mib module.
Status: current Access: not-accessible
OBJECT-TYPE    
  INTEGER -2147483648..2147483647  

nsModuleName 1.3.6.1.4.1.8072.1.2.1.1.4
The module name that registered this OID.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString  

nsModuleModes 1.3.6.1.4.1.8072.1.2.1.1.5
The modes that the particular lower level handler can cope with directly.
Status: current Access: read-only
OBJECT-TYPE    
  BITS getAndGetNext(0), set(1), getBulk(2)  

nsModuleTimeout 1.3.6.1.4.1.8072.1.2.1.1.6
The registered timeout. This is only meaningful for handlers that expect to return results at a later date (subagents, etc)
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

nsNotifyStart 1.3.6.1.4.1.8072.4.0.1
An indication that the agent has started running.
Status: current Access: read-only
NOTIFICATION-TYPE    

nsNotifyShutdown 1.3.6.1.4.1.8072.4.0.2
An indication that the agent is in the process of being shut down.
Status: current Access: read-only
NOTIFICATION-TYPE    

nsNotifyRestart 1.3.6.1.4.1.8072.4.0.3
An indication that the agent has been restarted. This does not imply anything about whether the configuration has changed or not (unlike the standard coldStart or warmStart traps)
Status: current Access: read-only
NOTIFICATION-TYPE    

nsModuleGroup 1.3.6.1.4.1.8072.5.2.2
The objects relating to the list of MIB modules registered with the Net-SNMP agent.
Status: current Access: read-only
OBJECT-GROUP    

nsCacheGroup 1.3.6.1.4.1.8072.5.2.4
The objects relating to data caching in the Net-SNMP agent.
Status: current Access: read-only
OBJECT-GROUP    

nsConfigGroups 1.3.6.1.4.1.8072.5.2.7
OBJECT IDENTIFIER    

nsDebugGroup 1.3.6.1.4.1.8072.5.2.7.1
The objects relating to debug configuration in the Net-SNMP agent.
Status: current Access: read-only
OBJECT-GROUP    

nsLoggingGroup 1.3.6.1.4.1.8072.5.2.7.2
The objects relating to logging configuration in the Net-SNMP agent.
Status: current Access: read-only
OBJECT-GROUP    

nsTransactionGroup 1.3.6.1.4.1.8072.5.2.8
The objects relating to transaction monitoring in the Net-SNMP agent.
Status: current Access: read-only
OBJECT-GROUP    

nsAgentNotifyGroup 1.3.6.1.4.1.8072.5.2.9
The notifications relating to the basic operation of the Net-SNMP agent.
Status: current Access: read-only
NOTIFICATION-GROUP