ahAlarmAlertType
AH_TRAP_MIB ·
.1.3.6.1.4.1.26928.1.1.1.1.2.65
Object
scalar Enumeration
There are five types, CRC Rate only applies to interface level alert, TX drop/retry rate is is calculated based on retries over total unicast TX frames, RX drop rate is calculated based on the dropped RX frames over total RX frames, Airtime percentage is the sum of both TX and RX airtime percentages.
Context
- MIB
- AH_TRAP_MIB
- OID
.1.3.6.1.4.1.26928.1.1.1.1.2.65- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- ahNotificationVarBind
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 'AH_TRAP_MIB' -M '/opt/observium/mibs/aerohive:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AH_TRAP_MIB::ahAlarmAlertType.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AH_TRAP_MIB' -M '/opt/observium/mibs/aerohive:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AH_TRAP_MIB::ahAlarmAlertType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | crcrate |
1 | txdroprate |
2 | txretryrate |
3 | rxdroprate |
4 | airtime |