All MIBs › RAD-MIB › mngAlarmTrapMask
mngAlarmTrapMask
Module: RAD-MIB
OID (symbolic): RAD-MIB::mngAlarmTrapMask
OID (numeric): 1.3.6.1.4.1.164.6.2.7.1.5
Node type: OBJECT-TYPE
Type: OCTET STRING
Access: read-write
Description:
The value of this object determines the alarm traps that the agent should mask (not send to this manager). The value is an Octet String, where each bit is assigned to a certain trap. If the bit = 1, the trap will be masked. If the bit = 0, the trap will not be masked. For more details on the specific alarm traps masked, see product specification.
What is mngAlarmTrapMask?
This object is a bit-mapped octet string where each bit corresponds to a specific alarm trap type; setting a bit to 1 suppresses that alarm trap from being sent to the management station. It allows fine-grained control over which alarm notifications are delivered. An operator would configure this to reduce alert noise by filtering out non-critical alarms or alarms being handled through other mechanisms.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.164.6.2.7.1.5 snmpwalk -v2c -c public <target> RAD-MIB::mngAlarmTrapMask
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.164.6.2.7.1.5.1 snmpget -v2c -c public <target> RAD-MIB::mngAlarmTrapMask.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.164.6.2.7.1.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.6 | radGen | DACS-MIB |
| 1.3.6.1.4.1.164.6.2 | agnt | DACS-MIB |
| 1.3.6.1.4.1.164.6.2.7 | mngTrapIpTable | DACS-MIB |
| 1.3.6.1.4.1.164.6.2.7.1 | mngEntry | DACS-MIB |
| 1.3.6.1.4.1.164.6.2.7.1.5 | mngAlarmTrapMask | RAD-MIB |