All MIBs › RAD-MIB › mdlSAlarmStatus
mdlSAlarmStatus
Module: RAD-MIB
OID (symbolic): RAD-MIB::mdlSAlarmStatus
OID (numeric): 1.3.6.1.4.1.164.3.3.2.1.1.1.5
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description:
Indicates the current alarm state only for card level. This object will be set to: - critical(7): when there is at least one active (ON) critical alarm . - major (3): when there is no active critical alarm, but there is at least one active (ON) major alarm . - minor (4): when there is no active major or critical alarm, but there is at least one active minor alarm. - warning (6): when there is no active major, critical or minor alarm, but there is at least one active warning alarm. - event (5): when there is no active alarm of another type, but there is at least one active event alarm. - off(2): when there is no active (ON) alarm (since last clear operation).
What is mdlSAlarmStatus?
This shows the highest severity alarm currently active on a card (critical, major, minor, or warning). A single value represents the overall health state of that hardware module. An operator glances at this to quickly know if a card has problems and how urgent they are.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.164.3.3.2.1.1.1.5 snmpwalk -v2c -c public <target> RAD-MIB::mdlSAlarmStatus
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.164.3.3.2.1.1.1.5.1 snmpget -v2c -c public <target> RAD-MIB::mdlSAlarmStatus.1
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.164 | rad | DACS-MIB |
| 1.3.6.1.4.1.164.3 | radWan | DACS-MIB |
| 1.3.6.1.4.1.164.3.3 | dacsMux | DACS-MIB |
| 1.3.6.1.4.1.164.3.3.2 | mdlDacsMux | DACS-MIB |
| 1.3.6.1.4.1.164.3.3.2.1 | mdlGen | DACS-MIB |
| 1.3.6.1.4.1.164.3.3.2.1.1 | mdlSTable | DACS-MIB |
| 1.3.6.1.4.1.164.3.3.2.1.1.1 | mdlSEntry | DACS-MIB |
| 1.3.6.1.4.1.164.3.3.2.1.1.1.5 | mdlSAlarmStatus | RAD-MIB |