NET-SNMP-AGENT-MIB Download
OID list for NET-SNMP-AGENT-MIB
- nsCacheDefaultTimeout
- Default cache timeout value (unless overridden for a particular cache entry).
- nsCacheEnabled
- Whether data caching is active overall.
- nsCacheTable
- A table of individual MIB module data caches.
- nsCacheEntry
- A conceptual row within the cache table.
- nsCachedOID
- The root OID of the data being cached.
- nsCacheTimeout
- The length of time (?in seconds) for which the data in this particular cache entry will remain valid.
- nsCacheStatus
- 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)'.
- nsDebugEnabled
- Whether the agent is configured to generate debugging output
- nsDebugOutputAll
- 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
- Whether the agent is configured to display raw packet dumps. This is unrelated to the nsDebugEnabled setting.
- nsDebugTokenTable
- 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
- A conceptual row within the debug token table.
- nsDebugTokenPrefix
- 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 nsDebuggingEnab ...
- nsDebugTokenStatus
- 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) in ...
- nsLoggingTable
- A table of individual logging output destinations, used to control where various levels of output from the agent should be directed.
- nsLoggingEntry
- A conceptual row within the logging table.
- nsLogLevel
- The (minimum) priority level for which this logging entry should be applied.
- nsLogToken
- 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
- The type of logging for this entry.
- nsLogMaxLevel
- The maximum priority level for which this logging entry should be applied.
- nsLogStatus
- 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.
- nsTransactionTable
- Lists currently outstanding transactions in the net-snmp agent. This includes requests to AgentX subagents, or proxied SNMP agents.
- nsTransactionEntry
- A row describing a given transaction.
- nsTransactionID
- The internal identifier for a given transaction.
- nsTransactionMode
- The mode number for the current operation being performed.
- nsModuleTable
- 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
- An entry containing a registered mib oid.
- nsmContextName
- The context name the module is registered under.
- nsmRegistrationPoint
- The registry OID of a mib module.
- nsmRegistrationPriority
- The priority of the registered mib module.
- nsModuleName
- The module name that registered this OID.
- nsModuleModes
- The modes that the particular lower level handler can cope with directly.
- nsModuleTimeout
- The registered timeout. This is only meaningful for handlers that expect to return results at a later date (subagents, etc)
- nsModuleGroup
- The objects relating to the list of MIB modules registered with the Net-SNMP agent.
- nsCacheGroup
- The objects relating to data caching in the Net-SNMP agent.
- nsDebugGroup
- The objects relating to debug configuration in the Net-SNMP agent.
- nsLoggingGroup
- The objects relating to logging configuration in the Net-SNMP agent.
- nsTransactionGroup
- The objects relating to transaction monitoring in the Net-SNMP agent.