All MIBs › RAD-MIB › sysSAlrMask
sysSAlrMask
Module: RAD-MIB
OID (symbolic): RAD-MIB::sysSAlrMask
OID (numeric): 1.3.6.1.4.1.164.3.3.1.4.5
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-write
Description:
This object is a mask that indicates which system level alarms are masked. The masked alarms (their bit is set to '1') are neither sent to the manager, nor taken into account for alarm status and LEDs. Bit no. = Alarm code The bits that do not belong to the system level will be 0. This object is applicable only when sysSAlrMaskAll=off (otherwise all system alarms are masked). Example: When Alarms having the codes 6 and 11 are masked, the value of this object will be 840 (hex).
What is sysSAlrMask?
This is an 8-byte bitmask object that controls which system-level alarms are suppressed from being sent to the management station or affecting device status displays and LEDs. Each bit position corresponds to a specific alarm code, and setting a bit to 1 masks (hides) that alarm; this control only applies when the global alarm mask is set to off. Operators use this to suppress known or non-critical alarms and reduce alert noise while maintaining visibility of important system problems.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.164.3.3.1.4.5 snmpwalk -v2c -c public <target> RAD-MIB::sysSAlrMask
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.164.3.3.1.4.5.1 snmpget -v2c -c public <target> RAD-MIB::sysSAlrMask.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.164.3.3.1.4.5.1 s <value>
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.1 | systemDacsMux | DACS-MIB |
| 1.3.6.1.4.1.164.3.3.1.4 | sysCurrentAlr | DACS-MIB |
| 1.3.6.1.4.1.164.3.3.1.4.5 | sysSAlrMask | RAD-MIB |