rlCLIremoteCLImode
RADLAN-CLI-MIB ·
.1.3.6.1.4.1.89.52.6.4
Object
scalar r/w
Enumeration
Operation mode of remote CLI:
deleteCLIOutputOnGet: output row will be deleted after GET.
Recommended for reliable management channels.
keepCLIOutputOnGet: output row will be kept after GET,
will be deleted only explicitly by remote
CLI client or upon release of remote CLI
resources. Recommended for non-reliable
management channels.
Context
- MIB
- RADLAN-CLI-MIB
- OID
.1.3.6.1.4.1.89.52.6.4- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- rlCLIremoteCLIsupport
Net-SNMP examples
How SNMP and these commands workScalars 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::rlCLIremoteCLImode.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::rlCLIremoteCLImode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | deleteCLIOutputOnGet |
2 | keepCLIOutputOnGet |