NET-SNMP-AGENT-MIB: View SNMP OID List / Download MIB

VENDOR: NET-SNMP


 Home MIB: NET-SNMP-AGENT-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 nsVersion 1.3.6.1.4.1.8072.1.1
 nsMibRegistry 1.3.6.1.4.1.8072.1.2
     nsModuleTable 1.3.6.1.4.1.8072.1.2.1 no-access
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
         nsModuleEntry 1.3.6.1.4.1.8072.1.2.1.1 no-access
An entry containing a registered mib oid.
             nsmContextName 1.3.6.1.4.1.8072.1.2.1.1.1 snmpadminstring no-access
The context name the module is registered under.
             nsmRegistrationPoint 1.3.6.1.4.1.8072.1.2.1.1.2 object identifier no-access
The registry OID of a mib module.
             nsmRegistrationPriority 1.3.6.1.4.1.8072.1.2.1.1.3 integer no-access
The priority of the registered mib module.
             nsModuleName 1.3.6.1.4.1.8072.1.2.1.1.4 displaystring read-only
The module name that registered this OID.
             nsModuleModes 1.3.6.1.4.1.8072.1.2.1.1.5 bits read-only
The modes that the particular lower level handler can cope with directly. Bits: 'getBulk': 2, 'set': 1, 'getAndGetNext': 0.
             nsModuleTimeout 1.3.6.1.4.1.8072.1.2.1.1.6 integer32 read-only
The registered timeout. This is only meaningful for handlers that expect to return results at a later date (subagents, etc)
 nsExtensions 1.3.6.1.4.1.8072.1.3
 nsDLMod 1.3.6.1.4.1.8072.1.4
 nsCache 1.3.6.1.4.1.8072.1.5
     nsCacheDefaultTimeout 1.3.6.1.4.1.8072.1.5.1 integer read-write
Default cache timeout value (unless overridden for a particular cache entry).
     nsCacheEnabled 1.3.6.1.4.1.8072.1.5.2 truthvalue read-write
Whether data caching is active overall.
     nsCacheTable 1.3.6.1.4.1.8072.1.5.3 no-access
A table of individual MIB module data caches.
         nsCacheEntry 1.3.6.1.4.1.8072.1.5.3.1 no-access
A conceptual row within the cache table.
             nsCachedOID 1.3.6.1.4.1.8072.1.5.3.1.1 object identifier no-access
The root OID of the data being cached.
             nsCacheTimeout 1.3.6.1.4.1.8072.1.5.3.1.2 integer read-write
The length of time (?in seconds) for which the data in this particular cache entry will remain valid.
             nsCacheStatus 1.3.6.1.4.1.8072.1.5.3.1.3 netsnmpcachestatus read-write
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)'.
 nsErrorHistory 1.3.6.1.4.1.8072.1.6
 nsConfiguration 1.3.6.1.4.1.8072.1.7
     nsConfigDebug 1.3.6.1.4.1.8072.1.7.1
         nsDebugEnabled 1.3.6.1.4.1.8072.1.7.1.1 truthvalue read-write
Whether the agent is configured to generate debugging output
         nsDebugOutputAll 1.3.6.1.4.1.8072.1.7.1.2 truthvalue read-write
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)
         nsDebugDumpPdu 1.3.6.1.4.1.8072.1.7.1.3 truthvalue read-write
Whether the agent is configured to display raw packet dumps. This is unrelated to the nsDebugEnabled setting.
         nsDebugTokenTable 1.3.6.1.4.1.8072.1.7.1.4 no-access
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)
             nsDebugTokenEntry 1.3.6.1.4.1.8072.1.7.1.4.1 no-access
A conceptual row within the debug token table.
                 nsDebugTokenPrefix 1.3.6.1.4.1.8072.1.7.1.4.1.2 displaystring no-access
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).
                 nsDebugTokenStatus 1.3.6.1.4.1.8072.1.7.1.4.1.4 rowstatus read-only
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.
     nsConfigLogging 1.3.6.1.4.1.8072.1.7.2
         nsLoggingTable 1.3.6.1.4.1.8072.1.7.2.1 no-access
A table of individual logging output destinations, used to control where various levels of output from the agent should be directed.
             nsLoggingEntry 1.3.6.1.4.1.8072.1.7.2.1.1 no-access
A conceptual row within the logging table.
                 nsLogLevel 1.3.6.1.4.1.8072.1.7.2.1.1.1 integer no-access
The (minimum) priority level for which this logging entry should be applied. Enumeration: 'info': 6, 'notice': 5, 'emergency': 0, 'alert': 1, 'critical': 2, 'error': 3, 'debug': 7, 'warning': 4.
                 nsLogToken 1.3.6.1.4.1.8072.1.7.2.1.1.2 displaystring no-access
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).
                 nsLogType 1.3.6.1.4.1.8072.1.7.2.1.1.3 integer read-only
The type of logging for this entry. Enumeration: 'syslog': 4, 'callback': 5, 'file': 3, 'stderr': 2, 'stdout': 1.
                 nsLogMaxLevel 1.3.6.1.4.1.8072.1.7.2.1.1.4 integer read-only
The maximum priority level for which this logging entry should be applied. Enumeration: 'info': 6, 'notice': 5, 'emergency': 0, 'alert': 1, 'critical': 2, 'error': 3, 'debug': 7, 'warning': 4.
                 nsLogStatus 1.3.6.1.4.1.8072.1.7.2.1.1.5 rowstatus read-only
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.
 nsTransactions 1.3.6.1.4.1.8072.1.8
     nsTransactionTable 1.3.6.1.4.1.8072.1.8.1 no-access
Lists currently outstanding transactions in the net-snmp agent. This includes requests to AgentX subagents, or proxied SNMP agents.
         nsTransactionEntry 1.3.6.1.4.1.8072.1.8.1.1 no-access
A row describing a given transaction.
             nsTransactionID 1.3.6.1.4.1.8072.1.8.1.1.1 unsigned32 no-access
The internal identifier for a given transaction.
             nsTransactionMode 1.3.6.1.4.1.8072.1.8.1.1.2 integer32 read-only
The mode number for the current operation being performed.
     netSnmpAgentMIB 1.3.6.1.4.1.8072.3.1.2
Defines control and monitoring structures for the Net-SNMP agent.
     nsNotifyStart 1.3.6.1.4.1.8072.4.0.1
An indication that the agent has started running.
     nsNotifyShutdown 1.3.6.1.4.1.8072.4.0.2
An indication that the agent is in the process of being shut down.
     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)
     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.
     nsCacheGroup 1.3.6.1.4.1.8072.5.2.4
The objects relating to data caching in the Net-SNMP agent.
     nsConfigGroups 1.3.6.1.4.1.8072.5.2.7
         nsDebugGroup 1.3.6.1.4.1.8072.5.2.7.1
The objects relating to debug configuration in the Net-SNMP agent.
         nsLoggingGroup 1.3.6.1.4.1.8072.5.2.7.2
The objects relating to logging configuration in the Net-SNMP agent.
     nsTransactionGroup 1.3.6.1.4.1.8072.5.2.8
The objects relating to transaction monitoring in the Net-SNMP agent.
     nsAgentNotifyGroup 1.3.6.1.4.1.8072.5.2.9
The notifications relating to the basic operation of the Net-SNMP agent.