rlCLIremoteCLIexecutionState

RADLAN-CLI-MIB · .1.3.6.1.4.1.89.52.6.2

Object

scalar Enumeration
The execution state of remote CLI:
notActive: no 'applySentCLI' command has been given.
           This is the default state. The remote CLI reverts to
           this state each time when the 1st entry is added to
           rlCLIremoteCLIcommandsTable.
inProcess: Executing commands - no output available
outputAvailable: Some output is already available, although
                 the commands execution may not be finished yet.
waitingForOutputRetrieval: The rlCLIremoteCLIoutputsTable is full
                           and remote CLI is waiting for the manager
                           to retrieve the output.
done: All the commands in rlCLIremoteCLIcommandsTable
      have been executed.

Context

MIB
RADLAN-CLI-MIB
OID
.1.3.6.1.4.1.89.52.6.2
Type
scalar
Access
readonly
Status
current
Parent
rlCLIremoteCLIsupport

Scalars have one instance, identified by the .0 suffix.

Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RADLAN-CLI-MIB' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RADLAN-CLI-MIB::rlCLIremoteCLIexecutionState.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RADLAN-CLI-MIB' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RADLAN-CLI-MIB::rlCLIremoteCLIexecutionState'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1free
2notActive
3inProcess
4outputAvailable
5waitingForOutputRetrieval
6done