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

VENDOR: NET-SNMP


 Home MIB: NET-SNMP-EXTEND-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
 netSnmpExtendMIB 1.3.6.1.4.1.8072.1.3.1
Defines a framework for scripted extensions for the Net-SNMP agent.
 nsExtendObjects 1.3.6.1.4.1.8072.1.3.2
     nsExtendNumEntries 1.3.6.1.4.1.8072.1.3.2.1 integer read-only
The number of rows in the nsExtendConfigTable
     nsExtendConfigTable 1.3.6.1.4.1.8072.1.3.2.2 no-access
A table of scripted extensions - configuration and (basic) output.
         nsExtendConfigEntry 1.3.6.1.4.1.8072.1.3.2.2.1 no-access
A conceptual row within the extension table.
             nsExtendToken 1.3.6.1.4.1.8072.1.3.2.2.1.1 displaystring no-access
An arbitrary token to identify this extension entry
             nsExtendCommand 1.3.6.1.4.1.8072.1.3.2.2.1.2 displaystring read-only
The full path of the command binary (or script) to run
             nsExtendArgs 1.3.6.1.4.1.8072.1.3.2.2.1.3 displaystring read-only
Any command-line arguments for the command
             nsExtendInput 1.3.6.1.4.1.8072.1.3.2.2.1.4 displaystring read-only
The standard input for the command
             nsExtendCacheTime 1.3.6.1.4.1.8072.1.3.2.2.1.5 integer read-only
The length of time for which the output of this command will be cached. During this time, retrieving the output-related values will not reinvoke the command. A value of -1 indicates that the output results should not be cached at all, and retrieving each individual output-related value will invoke the command afresh.
             nsExtendExecType 1.3.6.1.4.1.8072.1.3.2.2.1.6 integer read-only
The mechanism used to invoke the command. Enumeration: 'shell': 2, 'exec': 1.
             nsExtendRunType 1.3.6.1.4.1.8072.1.3.2.2.1.7 integer read-only
Used to implement 'push-button' command invocation. The command for a 'run-on-read' entry will be invoked whenever one of the corresponding output-related instances is requested (and assuming the cached value is not still current). The command for a 'run-on-set' entry will only be invoked on receipt of a SET assignment for this object with the value 'run-command'. Reading an instance of this object will always return either 'run-on-read' or 'run-on-set'. Enumeration: 'run-command': 3, 'run-on-read': 1, 'run-on-set': 2.
             nsExtendStorage 1.3.6.1.4.1.8072.1.3.2.2.1.20 storagetype read-only
The storage type for this conceptual row.
             nsExtendStatus 1.3.6.1.4.1.8072.1.3.2.2.1.21 rowstatus read-only
Used to create new rows in the table, in the standard manner. 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.
     nsExtendOutput1Table 1.3.6.1.4.1.8072.1.3.2.3 no-access
A table of scripted extensions - configuration and (basic) output.
         nsExtendOutput1Entry 1.3.6.1.4.1.8072.1.3.2.3.1 no-access
A conceptual row within the extension table.
             nsExtendOutput1Line 1.3.6.1.4.1.8072.1.3.2.3.1.1 displaystring read-only
The first line of output from the command
             nsExtendOutputFull 1.3.6.1.4.1.8072.1.3.2.3.1.2 displaystring read-only
The full output from the command, as a single string
             nsExtendOutNumLines 1.3.6.1.4.1.8072.1.3.2.3.1.3 integer32 read-only
The number of lines of output (and hence the number of rows in nsExtendOutputTable relating to this particular entry).
             nsExtendResult 1.3.6.1.4.1.8072.1.3.2.3.1.4 integer32 read-only
The return value of the command.
     nsExtendOutput2Table 1.3.6.1.4.1.8072.1.3.2.4 no-access
A table of (line-based) output from scripted extensions.
         nsExtendOutput2Entry 1.3.6.1.4.1.8072.1.3.2.4.1 no-access
A conceptual row within the line-based output table.
             nsExtendLineIndex 1.3.6.1.4.1.8072.1.3.2.4.1.1 integer no-access
The index of this line of output. For a given nsExtendToken, this will run from 1 to the corresponding value of nsExtendNumLines.
             nsExtendOutLine 1.3.6.1.4.1.8072.1.3.2.4.1.2 displaystring read-only
A single line of output from the extension command.
 nsExtendGroups 1.3.6.1.4.1.8072.1.3.3
     nsExtendConfigGroup 1.3.6.1.4.1.8072.1.3.3.1
Objects relating to the configuration of extension commands.
     nsExtendOutputGroup 1.3.6.1.4.1.8072.1.3.3.2
Objects relating to the output of extension commands.