rlPhyTestGetAlarm
RADLAN-PHY-MIB ·
.1.3.6.1.4.1.89.90.1.2.1.5
Object
column Enumeration
This object hold the Alarm for this Entry. only Test that have can have alarms use this field, other holds the Value notRelevant(1)
Context
- MIB
- RADLAN-PHY-MIB
- OID
.1.3.6.1.4.1.89.90.1.2.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rlPhyTestGetEntry
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 'RADLAN-PHY-MIB' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RADLAN-PHY-MIB::rlPhyTestGetAlarm'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RADLAN-PHY-MIB' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RADLAN-PHY-MIB::rlPhyTestGetAlarm.<ifIndex>.<rlPhyTestGetType>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RADLAN-PHY-MIB' -M '/opt/observium/mibs/radlan:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RADLAN-PHY-MIB::rlPhyTestGetAlarm'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notRelevant |
2 | noAlarmSet |
3 | lowWarning |
4 | highWarning |
5 | lowAlarm |
6 | highAlarm |