localHwDeviceType
CT-HSIMPHYS-MIB ·
.1.3.6.1.4.1.52.4.1.1.17.1.10.1.1.2
Object
column mandatory
Enumeration
The value of this object identifies the type of local hardware device. These local hardware devices are those specific ICs unique to this HSIM such as Siemens Munich32, or Mitel MT8985.
Context
- MIB
- CT-HSIMPHYS-MIB
- OID
.1.3.6.1.4.1.52.4.1.1.17.1.10.1.1.2- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- localHwDevicesEntry
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 'CT-HSIMPHYS-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CT-HSIMPHYS-MIB::localHwDeviceType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CT-HSIMPHYS-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CT-HSIMPHYS-MIB::localHwDeviceType.<localHwDeviceID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CT-HSIMPHYS-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CT-HSIMPHYS-MIB::localHwDeviceType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | siemensMunich32 |
3 | mitelMT8985 |