All MIBs › SVRMGT-MIB › svrThrAlarmType
svrThrAlarmType
Module: SVRMGT-MIB
OID (symbolic): SVRMGT-MIB::svrThrAlarmType
OID (numeric): 1.3.6.1.4.1.36.2.18.22.2.2.3.1.5
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
Is this a greater than, greater than or equal to, equal to, less than or equal to, or less than alarm?
Greater Than or Greater Than or Equal To thresholds for absolute values occur when the sample value exceeds (or equals) the svrThrThresholdValue and svrThrAlarmState was reset. This will cause the svrThrAlarmState to be set and, if svrAlarmEnableTraps is true, a svrThrExceptTrap will be sent. SvrThrAlarmState will be reset when the sample value falls below or equals svrThrResetValue. For delta values, the same holds true except the difference between the sample value and the svrThrLastValue is used for comparison with both the svrThrThresholdValue and the svrThrResetValue.
Less Than or Less Than or Equal To thresholds for absolute values occur when the sample value falls below (or equals) the svrThrThresholdValue and svrThrAlarmState was reset. This will cause the svrThrAlarmState to be set and, if svrAlarmEnableTraps is true, a svrThrExceptTrap will be sent. SvrThrAlarmState will be reset when the sample value exceeds or equals svrThrResetValue. For delta values, the same holds true except the difference between the sample value and the svrThrLastValue is used for comparison with both the svrThrThresholdValue and the svrThrResetValue.
Equal To thresholds for absolute values occur when the sample value equals svrThrThresholdValue and svrThrAlarmState was reset. This will cause the svrThrAlarmState to be set and, if svrAlarmEnableTraps is true, a svrThrExceptTrap will be sent. SvrThrAlarmState will be reset when the sample value does not equal svrThrResetValue. For delta values, the same holds true except the difference between the sample value and the svrThrLastValue is used for comparison with both the svrThrThresholdValue and the svrThrResetValue.
NOTE - It is possible to have negative delta values since the differ- ence is computed as the current value minus the svrThrLastValue.
The default value on row creation is greaterThan.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.36.2.18.22.2.2.3.1.5 snmpwalk -v2c -c public <target> SVRMGT-MIB::svrThrAlarmType
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.36.2.18.22.2.2.3.1.5.1 snmpget -v2c -c public <target> SVRMGT-MIB::svrThrAlarmType.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.36.2.18.22.2.2.3.1.5.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> svrThrAlarmType.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.36 | dec | DECATM-MIB |
| 1.3.6.1.4.1.36.2 | ema | DECATM-MIB |
| 1.3.6.1.4.1.36.2.18 | decMIBextension | DECATM-MIB |
| 1.3.6.1.4.1.36.2.18.22 | svrSystem | SVRMGT-MIB |
| 1.3.6.1.4.1.36.2.18.22.2 | svrMgt | SVRMGT-MIB |
| 1.3.6.1.4.1.36.2.18.22.2.2 | svrAlarms | SVRMGT-MIB |
| 1.3.6.1.4.1.36.2.18.22.2.2.3 | svrThresholdTable | SVRMGT-MIB |
| 1.3.6.1.4.1.36.2.18.22.2.2.3.1 | svrThresholdEntry | SVRMGT-MIB |
| 1.3.6.1.4.1.36.2.18.22.2.2.3.1.5 | svrThrAlarmType | SVRMGT-MIB |