All MIBs › RAD-MIB › agnSAlrStatusAll
agnSAlrStatusAll
Module: RAD-MIB
OID (symbolic): RAD-MIB::agnSAlrStatusAll
OID (numeric): 1.3.6.1.4.1.164.3.1.2.1.11
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-only
Description:
Indicates the alarm state of the entire agent, i.e. including card and port alarms status. 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.
What is agnSAlrStatusAll?
This OID indicates the worst active alarm state across the entire device—either critical, major, minor, or warning—based on which severity alarm is currently active. It provides a single health status showing the most serious problem affecting the system. An operator glances at this value to get a quick severity assessment; a critical state triggers immediate investigation, while a warning state suggests monitoring for escalation.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.164.3.1.2.1.11 snmpwalk -v2c -c public <target> RAD-MIB::agnSAlrStatusAll
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.164.3.1.2.1.11.1 snmpget -v2c -c public <target> RAD-MIB::agnSAlrStatusAll.1
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> agnSAlrStatusAll.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.1 | wanGen | DACS-MIB |
| 1.3.6.1.4.1.164.3.1.2 | agnWanGen | DACS-MIB |
| 1.3.6.1.4.1.164.3.1.2.1 | statAgnGen | DACS-MIB |
| 1.3.6.1.4.1.164.3.1.2.1.11 | agnSAlrStatusAll | RAD-MIB |