sessionType
SESSION-MIB ·
.1.3.6.1.4.1.1038.201.3
Object
scalar Enumeration
Type of the application protocol that holds the session
Context
- MIB
- SESSION-MIB
- OID
.1.3.6.1.4.1.1038.201.3- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- session
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 'SESSION-MIB' -M '/opt/observium/mibs/sagemcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SESSION-MIB::sessionType.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SESSION-MIB' -M '/opt/observium/mibs/sagemcom:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SESSION-MIB::sessionType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | none |
1 | snmp |
2 | http |
3 | telnet |
4 | vt100 |
5 | tpiEmulated |