jnxRmonAlarmState
JUNIPER-RMON-MIB ·
.1.3.6.1.4.1.2636.3.13.1.1.5
Object
column Enumeration
The current state of this rmon alarm entry. The states
and their definitions are:
underCreation ... entry has not been activated
active ... entry is active & within thresholds
startup ... entry still waiting for 1st value
risingThreshold ... entry has crossed the rising threshold
fallingThreshold... entry has crossed the falling threshold
getFailure ... internal get request failed
Context
- MIB
- JUNIPER-RMON-MIB
- OID
.1.3.6.1.4.1.2636.3.13.1.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- jnxRmonAlarmEntry
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 'JUNIPER-RMON-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JUNIPER-RMON-MIB::jnxRmonAlarmState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'JUNIPER-RMON-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'JUNIPER-RMON-MIB::jnxRmonAlarmState.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'JUNIPER-RMON-MIB' -M '/opt/observium/mibs/juniper:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'JUNIPER-RMON-MIB::jnxRmonAlarmState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | underCreation |
3 | active |
4 | startup |
5 | risingThreshold |
6 | fallingThreshold |
7 | getFailure |