NET-SNMP-AGENT-MIB
- Registered at
- 1.3.6.1.4.1.8072.1.11.3.6.1.4.1.8072.1.21.3.6.1.4.1.8072.1.31.3.6.1.4.1.8072.1.41.3.6.1.4.1.8072.1.51.3.6.1.4.1.8072.1.61.3.6.1.4.1.8072.1.71.3.6.1.4.1.8072.1.81.3.6.1.4.1.8072.3.1.21.3.6.1.4.1.8072.5.2.7
- Last updated
- 2010-03-17 00:00
- Organization
- www.net-snmp.org
- Revisions
- 2010-03-17 00:00, 2005-02-07 00:00, 2002-02-09 00:00
- Namespace
- netsnmp
- Source file
NET-SNMP-AGENT-MIB- Digest
sha256:715962f3577b9d4952cb8d02a723771077a5daea585bfe29c2987665e8b90ce0
Description
Defines control and monitoring structures for the Net-SNMP agent.
Contact
postal: Wes Hardaker P.O. Box 382 Davis CA 95617 email: net-snmp-coders@lists.sourceforge.net
Imports
| From | Symbols |
|---|---|
| NET-SNMP-MIB | netSnmpGroups, netSnmpModuleIDs, netSnmpNotifications, netSnmpObjects |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Integer32, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, RowStatus, TEXTUAL-CONVENTION, TruthValue |
Imported by
1 module(s) in this corpus import this one.
Load order
Every file a consumer needs in order to load this module, dependencies first.
NET-SNMP-AGENT-MIB NET-SNMP-MIB SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Under this module's arcs
Where the registration tree carries on below this module.
| Arc | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.8072.1.3.1 | netSnmpExtendMIB | NET-SNMP-EXTEND-MIB |
| 1.3.6.1.4.1.8072.1.3.2 | nsExtendObjects | NET-SNMP-EXTEND-MIB |
| 1.3.6.1.4.1.8072.1.3.3 | nsExtendGroups | NET-SNMP-EXTEND-MIB |
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| NetsnmpCacheStatus TEXTUAL-CONVENTION an indication of the status of data caching entries | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| nsVersion OBJECT-IDENTITY | 1.3.6.1.4.1.8072.1.1 | |||
| nsMibRegistry OBJECT-IDENTITY | 1.3.6.1.4.1.8072.1.2 | |||
| nsModuleTable OBJECT-TYPE 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 | 1.3.6.1.4.1.8072.1.2.1 | not-accessible | current | |
| nsModuleEntry OBJECT-TYPE An entry containing a registered mib oid. | 1.3.6.1.4.1.8072.1.2.1.1 | not-accessible | current | |
| nsmContextName OBJECT-TYPE The context name the module is registered under. | 1.3.6.1.4.1.8072.1.2.1.1.1 | SnmpAdminString | not-accessible | current |
| nsmRegistrationPoint OBJECT-TYPE The registry OID of a mib module. | 1.3.6.1.4.1.8072.1.2.1.1.2 | OBJECT IDENTIFIER | not-accessible | current |
| nsmRegistrationPriority OBJECT-TYPE The priority of the registered mib module. | 1.3.6.1.4.1.8072.1.2.1.1.3 | INTEGER (-2147483648..2147483647) | not-accessible | current |
| nsModuleName OBJECT-TYPE The module name that registered this OID. | 1.3.6.1.4.1.8072.1.2.1.1.4 | DisplayString | read-only | current |
| nsModuleModes OBJECT-TYPE The modes that the particular lower level handler can cope with directly. | 1.3.6.1.4.1.8072.1.2.1.1.5 | Bits {getAndGetNext(0), set(1), getBulk(2)} | read-only | current |
| nsModuleTimeout OBJECT-TYPE The registered timeout. This is only meaningful for handlers that expect to return results at a later date (subagents, etc) | 1.3.6.1.4.1.8072.1.2.1.1.6 | Integer32 | read-only | current |
| nsExtensions OBJECT-IDENTITY | 1.3.6.1.4.1.8072.1.3 | |||
| nsDLMod OBJECT-IDENTITY | 1.3.6.1.4.1.8072.1.4 | |||
| nsCache OBJECT-IDENTITY | 1.3.6.1.4.1.8072.1.5 | |||
| nsCacheDefaultTimeout OBJECT-TYPE Default cache timeout value (unless overridden for a particular cache entry). | 1.3.6.1.4.1.8072.1.5.1 | INTEGER | read-write | current |
| nsCacheEnabled OBJECT-TYPE Whether data caching is active overall. | 1.3.6.1.4.1.8072.1.5.2 | TruthValue | read-write | current |
| nsCacheTable OBJECT-TYPE A table of individual MIB module data caches. | 1.3.6.1.4.1.8072.1.5.3 | not-accessible | current | |
| nsCacheEntry OBJECT-TYPE A conceptual row within the cache table. | 1.3.6.1.4.1.8072.1.5.3.1 | not-accessible | current | |
| nsCachedOID OBJECT-TYPE The root OID of the data being cached. | 1.3.6.1.4.1.8072.1.5.3.1.1 | OBJECT IDENTIFIER | not-accessible | current |
| nsCacheTimeout OBJECT-TYPE The length of time (?in seconds) for which the data in this particular cache entry will remain valid. | 1.3.6.1.4.1.8072.1.5.3.1.2 | INTEGER | read-write | current |
| nsCacheStatus OBJECT-TYPE 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)'. | 1.3.6.1.4.1.8072.1.5.3.1.3 | NetsnmpCacheStatus | read-write | current |
| nsErrorHistory OBJECT-IDENTITY | 1.3.6.1.4.1.8072.1.6 | |||
| nsConfiguration OBJECT-IDENTITY | 1.3.6.1.4.1.8072.1.7 | |||
| nsConfigDebug OBJECT-IDENTITY | 1.3.6.1.4.1.8072.1.7.1 | |||
| nsDebugEnabled OBJECT-TYPE Whether the agent is configured to generate debugging output | 1.3.6.1.4.1.8072.1.7.1.1 | TruthValue | read-write | current |
| nsDebugOutputAll OBJECT-TYPE 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) | 1.3.6.1.4.1.8072.1.7.1.2 | TruthValue | read-write | current |
| nsDebugDumpPdu OBJECT-TYPE Whether the agent is configured to display raw packet dumps. This is unrelated to the nsDebugEnabled setting. | 1.3.6.1.4.1.8072.1.7.1.3 | TruthValue | read-write | current |
| nsDebugTokenTable OBJECT-TYPE 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) | 1.3.6.1.4.1.8072.1.7.1.4 | not-accessible | current | |
| nsDebugTokenEntry OBJECT-TYPE A conceptual row within the debug token table. | 1.3.6.1.4.1.8072.1.7.1.4.1 | not-accessible | current | |
| nsDebugTokenPrefix OBJECT-TYPE 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). | 1.3.6.1.4.1.8072.1.7.1.4.1.2 | DisplayString | not-accessible | current |
| nsDebugTokenStatus OBJECT-TYPE 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. | 1.3.6.1.4.1.8072.1.7.1.4.1.4 | RowStatus | read-create | current |
| nsConfigLogging OBJECT-IDENTITY | 1.3.6.1.4.1.8072.1.7.2 | |||
| nsLoggingTable OBJECT-TYPE A table of individual logging output destinations, used to control where various levels of output from the agent should be directed. | 1.3.6.1.4.1.8072.1.7.2.1 | not-accessible | current | |
| nsLoggingEntry OBJECT-TYPE A conceptual row within the logging table. | 1.3.6.1.4.1.8072.1.7.2.1.1 | not-accessible | current | |
| nsLogLevel OBJECT-TYPE The (minimum) priority level for which this logging entry should be applied. | 1.3.6.1.4.1.8072.1.7.2.1.1.1 | INTEGER {emergency(0), alert(1), critical(2), error(3), warning(4), notice(5), info(6), debug(7)} | not-accessible | current |
| nsLogToken OBJECT-TYPE 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). | 1.3.6.1.4.1.8072.1.7.2.1.1.2 | DisplayString | not-accessible | current |
| nsLogType OBJECT-TYPE The type of logging for this entry. | 1.3.6.1.4.1.8072.1.7.2.1.1.3 | INTEGER {stdout(1), stderr(2), file(3), syslog(4), callback(5)} | read-create | current |
| nsLogMaxLevel OBJECT-TYPE The maximum priority level for which this logging entry should be applied. | 1.3.6.1.4.1.8072.1.7.2.1.1.4 | INTEGER {emergency(0), alert(1), critical(2), error(3), warning(4), notice(5), info(6), debug(7)} | read-create | current |
| nsLogStatus OBJECT-TYPE 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. | 1.3.6.1.4.1.8072.1.7.2.1.1.5 | RowStatus | read-create | current |
| nsTransactions OBJECT-IDENTITY | 1.3.6.1.4.1.8072.1.8 | |||
| nsTransactionTable OBJECT-TYPE Lists currently outstanding transactions in the net-snmp agent. This includes requests to AgentX subagents, or proxied SNMP agents. | 1.3.6.1.4.1.8072.1.8.1 | not-accessible | current | |
| nsTransactionEntry OBJECT-TYPE A row describing a given transaction. | 1.3.6.1.4.1.8072.1.8.1.1 | not-accessible | current | |
| nsTransactionID OBJECT-TYPE The internal identifier for a given transaction. | 1.3.6.1.4.1.8072.1.8.1.1.1 | Unsigned32 (0..4294967295) | not-accessible | current |
| nsTransactionMode OBJECT-TYPE The mode number for the current operation being performed. | 1.3.6.1.4.1.8072.1.8.1.1.2 | Integer32 | read-only | current |
| nsConfigGroups OBJECT-IDENTITY | 1.3.6.1.4.1.8072.5.2.7 |
Notifications
| Name | OID | Status |
|---|---|---|
| nsNotifyStart NOTIFICATION-TYPE An indication that the agent has started running. | 1.3.6.1.4.1.8072.4.0.1 | current |
| nsNotifyShutdown NOTIFICATION-TYPE An indication that the agent is in the process of being shut down. | 1.3.6.1.4.1.8072.4.0.2 | current |
| nsNotifyRestart NOTIFICATION-TYPE 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) | 1.3.6.1.4.1.8072.4.0.3 | current |
Conformance
| Name | OID | Status |
|---|---|---|
| nsModuleGroup OBJECT-GROUP The objects relating to the list of MIB modules registered with the Net-SNMP agent. | 1.3.6.1.4.1.8072.5.2.2 | current |
| nsCacheGroup OBJECT-GROUP The objects relating to data caching in the Net-SNMP agent. | 1.3.6.1.4.1.8072.5.2.4 | current |
| nsDebugGroup OBJECT-GROUP The objects relating to debug configuration in the Net-SNMP agent. | 1.3.6.1.4.1.8072.5.2.7.1 | current |
| nsLoggingGroup OBJECT-GROUP The objects relating to logging configuration in the Net-SNMP agent. | 1.3.6.1.4.1.8072.5.2.7.2 | current |
| nsTransactionGroup OBJECT-GROUP The objects relating to transaction monitoring in the Net-SNMP agent. | 1.3.6.1.4.1.8072.5.2.8 | current |
| nsAgentNotifyGroup NOTIFICATION-GROUP The notifications relating to the basic operation of the Net-SNMP agent. | 1.3.6.1.4.1.8072.5.2.9 | current |