alarmPolicyActionPolicy
CONFIG-MIB ·
avaya variant
·
.1.3.6.1.4.1.81.7.13.1.1.7
Object
column mandatory
r/w
Enumeration
This item defines the action taken by the agent upon detection of a variable larger or smaller than threshold (according to the value of alarmPolicyRisingFalling). If the value is trap(1) a trap is sent to all managers. If the value is trapAndDisconnectPort(2) and the OID in variableSampledOID points to a port then the port is disconnected. A value of (2) on a non-port item is legal, and will have the same effect as (1). Traps are sent only once, upon detection of the threshold crossing.
Context
- MIB
- CONFIG-MIB
- OID
.1.3.6.1.4.1.81.7.13.1.1.7- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- alarmPolicyEntry
Net-SNMP examples
How SNMP and these commands workWalk the column to discover its indexed instances, or supply every index to read one instance.
Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CONFIG-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CONFIG-MIB::alarmPolicyActionPolicy'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CONFIG-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CONFIG-MIB::alarmPolicyActionPolicy.<alarmPolicyIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CONFIG-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CONFIG-MIB::alarmPolicyActionPolicy'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | trap |
2 | trapAndDisconnectPort |
3 | none |