hwBaseThresholdType
HUAWEI-BASE-TRAP-MIB ·
.1.3.6.1.4.1.2011.5.25.129.1.6.1.1
Object
column Enumeration
The index to indicate the type of threshold for an entry.Such as temperature, humidity ,power supply......
Context
- MIB
- HUAWEI-BASE-TRAP-MIB
- OID
.1.3.6.1.4.1.2011.5.25.129.1.6.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- hwBaseThresholdEntry
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 'HUAWEI-BASE-TRAP-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-BASE-TRAP-MIB::hwBaseThresholdType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HUAWEI-BASE-TRAP-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HUAWEI-BASE-TRAP-MIB::hwBaseThresholdType.<entPhysicalIndex>.<hwBaseThresholdType>.<hwBaseThresholdIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HUAWEI-BASE-TRAP-MIB' -M '/opt/observium/mibs/huawei:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HUAWEI-BASE-TRAP-MIB::hwBaseThresholdType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | temperatureSensor |
2 | humiditySensor |
3 | voltageSensor |
4 | currentSensor |
5 | powerSensor |
6 | portTraffic |
7 | portCrcError |
8 | portBroadcast |