hm2DiagIfaceUtilizationAlarmCondition
HM2-DIAGNOSTIC-MIB ·
.1.3.6.1.4.1.248.11.22.1.5.1.1.5
Object
column SNMPv2-TCTruthValue
The alarm condition is given (true), if the given hm2DiagIfaceUtilizationAlarmUpperThreshold limit is exceeded by the interface utilization or if the utilization value falls below hm2DiagIfaceUtilizationAlarmLowerThreshold limit. The alarm condition will be removed, when the interface utilization value falls in between hm2DiagIfaceUtilizationAlarmLowerThreshold hm2DiagIfaceUtilizationAlarmUpperThreshold.
Context
- MIB
- HM2-DIAGNOSTIC-MIB
- OID
.1.3.6.1.4.1.248.11.22.1.5.1.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hm2DiagIfaceUtilizationEntry
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 'HM2-DIAGNOSTIC-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HM2-DIAGNOSTIC-MIB::hm2DiagIfaceUtilizationAlarmCondition'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HM2-DIAGNOSTIC-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HM2-DIAGNOSTIC-MIB::hm2DiagIfaceUtilizationAlarmCondition.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HM2-DIAGNOSTIC-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HM2-DIAGNOSTIC-MIB::hm2DiagIfaceUtilizationAlarmCondition'
Syntax
- Source
- SNMPv2-TCTruthValue
- Base type
Enumeration
Type Description
Represents a boolean value.
Values & Constraints
Type Values
1 | true |
2 | false |