comType
LanMgr-Mib-II-MIB ·
.1.3.6.1.4.1.77.1.1.3
Object
scalar mandatory
OctetString
The type of LAN Manager software this system is running.
If no server is running the node is a workstation. This
object type is an octet string of length 4 treated as a bit
map (with the least significant bit being bit 0):
OCTET 1 -- Software Type Bit
------------- ---
workstation 0
server 1
sqlserver 2
Primary DC 3
Backup DC 4
Time Source 5
AFP Server 6
Netware Server 7
OCTET 2 -- undefined
OCTET 3 -- undefined
OCTET 4 -- undefined
Context
- MIB
- LanMgr-Mib-II-MIB
- OID
.1.3.6.1.4.1.77.1.1.3- Type
- scalar
- Access
- readonly
- Status
- mandatory
- Parent
- common
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 'LanMgr-Mib-II-MIB' -M '/opt/observium/mibs/microsoft:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'LanMgr-Mib-II-MIB::comType.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'LanMgr-Mib-II-MIB' -M '/opt/observium/mibs/microsoft:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'LanMgr-Mib-II-MIB::comType'
Syntax
OctetString
Values & Constraints
No enumerated values or constraints recorded.