mpsTerminalCmdState

FEC-MPS-MIB · .0.53.14.4.1.3

Object

column Enumeration
The state of this command (i.e., mpsTerminalStatusCmd).
              
todo(1)     : the command will start soon
running(2)  : the command is currently executing
done(3)     : the command has successfully completed
error(4)    : the command has failed

Context

MIB
FEC-MPS-MIB
OID
.0.53.14.4.1.3
Type
column
Access
readonly
Status
current
Parent
mpsTerminalCmdEntry

Walk the column to discover its indexed instances, or supply every index to read one instance.

Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'FEC-MPS-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FEC-MPS-MIB::mpsTerminalCmdState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FEC-MPS-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FEC-MPS-MIB::mpsTerminalCmdState.<mpsTerminalCmdMacAddress>.<mpsTerminalCmdCmd>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FEC-MPS-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FEC-MPS-MIB::mpsTerminalCmdState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1todo
2running
3done
4error