deviceAccessRemoteTerminal
RAD-GEN-MIB ·
.1.3.6.1.4.1.164.6.2.34.6.1.13
Object
column Enumeration
The state of a remote session, which may be opened from the CLI session reperesented by this raw: inactive(1)- No active remote session serialInternal(101) - Active internal serial remote session (e.g. x86) telnet(102) - Active telnet remote session ssh(103) - Active SSH remote session
Context
- MIB
- RAD-GEN-MIB
- OID
.1.3.6.1.4.1.164.6.2.34.6.1.13- Type
- column
- Access
- readonly
- Status
- current
- Parent
- deviceAccessEntry
Net-SNMP examples
How SNMP and these commands workWalk 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 'RAD-GEN-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-GEN-MIB::deviceAccessRemoteTerminal'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAD-GEN-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-GEN-MIB::deviceAccessRemoteTerminal.<deviceAccessIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAD-GEN-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAD-GEN-MIB::deviceAccessRemoteTerminal'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | inactive |
101 | serialInternal |
102 | telnet |
103 | ssh |