All MIBs › RAD-MIB › prtGenAlrMaskAll
prtGenAlrMaskAll
Module: RAD-MIB
OID (symbolic): RAD-MIB::prtGenAlrMaskAll
OID (numeric): 1.3.6.1.4.1.164.3.3.3.1.1.1.14
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
on(3) - will mask all the alarms of the selected port off(2)- will unmask all alarms of the selected port except the ones selected by the prtAlrMaskTable. noOp - will be used by agents that do not support this feature or object.
What is prtGenAlrMaskAll?
This object masks (suppresses) or unmasks all alarms simultaneously on a selected port with a single write operation, using values 'on' to mask all, 'off' to unmask all, and 'noOp' for agents that do not support the feature. Without this bulk operation, network administrators would need to configure mask settings for each individual alarm type, making large-scale alarm suppression inefficient. This is useful for emergency silencing of all alerts during maintenance or for devices known to have chronic false-positive conditions.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.164.3.3.3.1.1.1.14 snmpwalk -v2c -c public <target> RAD-MIB::prtGenAlrMaskAll
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.164.3.3.3.1.1.1.14.1 snmpget -v2c -c public <target> RAD-MIB::prtGenAlrMaskAll.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.164.3.3.3.1.1.1.14.1 i <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.3 | prtDacsMux | DACS-MIB |
| 1.3.6.1.4.1.164.3.3.3.1 | prtGen | DACS-MIB |
| 1.3.6.1.4.1.164.3.3.3.1.1 | prtGenParamTable | DACS-MIB |
| 1.3.6.1.4.1.164.3.3.3.1.1.1 | prtGenEntry | DACS-MIB |
| 1.3.6.1.4.1.164.3.3.3.1.1.1.14 | prtGenAlrMaskAll | RAD-MIB |