deviceType
SIAE-DEBUG-MIB ·
.1.3.6.1.4.1.3373.1103.41.2.1.2
Object
column r/w
Enumeration
Device type. Writing this object for a not existing deviceId (serial or parallel option) creates a new device record. 'delete' option deletes the existing device record.
Context
- MIB
- SIAE-DEBUG-MIB
- OID
.1.3.6.1.4.1.3373.1103.41.2.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- deviceEntry
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 'SIAE-DEBUG-MIB' -M '/opt/observium/mibs/siaemic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SIAE-DEBUG-MIB::deviceType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SIAE-DEBUG-MIB' -M '/opt/observium/mibs/siaemic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SIAE-DEBUG-MIB::deviceType.<deviceId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SIAE-DEBUG-MIB' -M '/opt/observium/mibs/siaemic:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SIAE-DEBUG-MIB::deviceType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | serial |
2 | parallel |
3 | delete |