mdlSMaskedAlrStat
RAD-MIB ·
.1.3.6.1.4.1.164.3.1.3.1.1.1.7
Object
column Enumeration
Indicates the alarm state at module level, [i.e. lower level
(port alarms) status is not included],including Masked alarms.
This attribute will be set to:
critical(7) - when there is at least one active (state ON)
critical alarm,
otherwise it will be set to
major(5) - when there is at least one active (state ON)
major alarm,
otherwise it will be set to
minor(4) - if there is at least one active (state ON) minor
alarm,
otherwise it will be set to
warning(6) - if there is at least one active (state ON)
warning alarm,
otherwise it will be set to
event(3) - if there was at least one alarm event (including
state on,off events) since the last clear operation.
Context
- MIB
- RAD-MIB
- OID
.1.3.6.1.4.1.164.3.1.3.1.1.1.7- Type
- column
- Access
- readonly
- Status
- current
- Parent
- mdlSInstEntry
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 'RAD-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-MIB::mdlSMaskedAlrStat'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RAD-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RAD-MIB::mdlSMaskedAlrStat.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RAD-MIB' -M '/opt/observium/mibs/rad:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RAD-MIB::mdlSMaskedAlrStat'
Syntax
Enumeration
Values & Constraints
No enumerated values or constraints recorded.