COMMAND-EXECUTION-MIB Table View
Table-centric layout grouping table, row, and column objects.
Tables
3
Rows
3
Columns
11
.1.3.6.1.4.1.4976.6.1.2.1.1
·
1 row entry
·
4 columns
Uses the agentpp variant from
Command help
/opt/observium/mibs/agentpp.
Walk cmdExecutionCmdConfigTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'COMMAND-EXECUTION-MIB' -M '/opt/observium/mibs/agentpp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'COMMAND-EXECUTION-MIB::cmdExecutionCmdConfigTable'
The list of available commands
An entry in the available command table.
Indexes
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
The name of the command.
|
CommandName Type Constraints: range: 0..40 |
.1.3.6.1.4.1.4976.6.1.2.1.1.1.1 |
||||||||||||
|
The command's command line. On UNIX systems the
command line would be like typed in on the sh or ksh shell. |
SNMPv2-TCDisplayStringr/w Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.4976.6.1.2.1.1.1.2 |
||||||||||||
|
The command's storage type.
|
SNMPv2-TCStorageTyper/w Type Values:
Description: Describes the memory realization of a conceptual row. A row which is volatile(2) is lost upon reboot. A row which is either nonVolatile(3), permanent(4) or readOnly(5), is backed up by stable storage. A row which is … |
.1.3.6.1.4.1.4976.6.1.2.1.1.1.3 |
||||||||||||
|
The row status. In order to activate a new row at
least cmdExecutionCmdConfigLine must be given. |
SNMPv2-TCRowStatusr/w Type Values:
Description: The RowStatus textual convention is used to manage the creation and deletion of conceptual rows, and is used as the value of the SYNTAX clause for the status column of a conceptual row (as described in Section 7.7.1 of … |
.1.3.6.1.4.1.4976.6.1.2.1.1.1.4 |
cmdExecutionCmdTable
table.1.3.6.1.4.1.4976.6.1.2.2.2
·
1 row entry
·
5 columns
Uses the agentpp variant from
Command help
/opt/observium/mibs/agentpp.
Walk cmdExecutionCmdTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'COMMAND-EXECUTION-MIB' -M '/opt/observium/mibs/agentpp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'COMMAND-EXECUTION-MIB::cmdExecutionCmdTable'
The list of executing commands
An entry in the command execution table. Each row contains
information about an UNIX command that
(a) should be executed
(rowStatus is notInService and status is idle(1))
(b) is executing
…
information about an UNIX command that
(a) should be executed
(rowStatus is notInService and status is idle(1))
(b) is executing
…
Indexes
| Column | Syntax | OID | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
The index for the command.
|
Integer32 Constraints: range: 0-65535 |
.1.3.6.1.4.1.4976.6.1.2.2.2.1.1 |
||||||||||||
|
The name of the command in cmdExecutionCmdConfigTable
to be executed. |
CommandNamer/w Type Constraints: range: 0..40 |
.1.3.6.1.4.1.4976.6.1.2.2.2.1.2 |
||||||||||||
|
The status of the command.
|
Enumeration Enumerated Values:
|
.1.3.6.1.4.1.4976.6.1.2.2.2.1.3 |
||||||||||||
|
The execution time of the command.
|
SNMPv2-SMITimeTicks Type Constraints: range: 0..4294967295 |
.1.3.6.1.4.1.4976.6.1.2.2.2.1.4 |
||||||||||||
|
The row status of this conceptual row. When this row
is activated the specified command is executed. After execution the row status is notInService. |
SNMPv2-TCRowStatusr/w Type Values:
Description: The RowStatus textual convention is used to manage the creation and deletion of conceptual rows, and is used as the value of the SYNTAX clause for the status column of a conceptual row (as described in Section 7.7.1 of … |
.1.3.6.1.4.1.4976.6.1.2.2.2.1.5 |
cmdExecutionOutputTable
table.1.3.6.1.4.1.4976.6.1.2.3.1
·
1 row entry
·
2 columns
Uses the agentpp variant from
Command help
/opt/observium/mibs/agentpp.
Walk cmdExecutionOutputTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'COMMAND-EXECUTION-MIB' -M '/opt/observium/mibs/agentpp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'COMMAND-EXECUTION-MIB::cmdExecutionOutputTable'
The list of command outputs
An entry of the output list.
| Column | Syntax | OID |
|---|---|---|
|
The line number of the output entry.
|
Integer32 Constraints: range: 0-999 |
.1.3.6.1.4.1.4976.6.1.2.3.1.1.1 |
|
A line of command output.
|
SNMPv2-TCDisplayString Type Constraints: range: 0..255Description: Represents textual information taken from the NVT ASCII character set, as defined in pages 4, 10-11 of RFC 854. To summarize RFC 854, the NVT ASCII repertoire specifies: - the use of c… |
.1.3.6.1.4.1.4976.6.1.2.3.1.1.2 |