userInfoType
AT-USER-MIB ·
allied-old variant
·
.1.3.6.1.4.1.207.8.4.4.3.20.1.1.1
Object
column Enumeration
The type of connection through which the user logged into the device.
Context
- MIB
- AT-USER-MIB
- OID
.1.3.6.1.4.1.207.8.4.4.3.20.1.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- userInfoEntry
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 'AT-USER-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-USER-MIB::userInfoType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'AT-USER-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-USER-MIB::userInfoType.<userInfoType>.<userInfoIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AT-USER-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AT-USER-MIB::userInfoType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | console |
2 | aux |
3 | telnet |
4 | script |
5 | stack |