rbCurrentAlarmSeverity
RADIO-BRIDGE-MIB ·
.1.3.6.1.4.1.31926.11.2.1.5
Object
column AlarmSeverity
see AlarmSeverity definition
Context
- MIB
- RADIO-BRIDGE-MIB
- OID
.1.3.6.1.4.1.31926.11.2.1.5- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rbCurrentAlarmEntry
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 'RADIO-BRIDGE-MIB' -M '/opt/observium/mibs/siklu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RADIO-BRIDGE-MIB::rbCurrentAlarmSeverity'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RADIO-BRIDGE-MIB' -M '/opt/observium/mibs/siklu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RADIO-BRIDGE-MIB::rbCurrentAlarmSeverity.<rbCurrentAlarmIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RADIO-BRIDGE-MIB' -M '/opt/observium/mibs/siklu:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RADIO-BRIDGE-MIB::rbCurrentAlarmSeverity'
Syntax
- Source
- AlarmSeverity
- Base type
Enumeration
Values & Constraints
Type Values
1 | critical |
2 | major |
3 | minor |
4 | warning |
5 | no-alarm |