All MIBs › GBNServiceRMON-MIB › rAlarmFallingThreshold
rAlarmFallingThreshold
Module: GBNServiceRMON-MIB
OID (symbolic): GBNServiceRMON-MIB::rAlarmFallingThreshold
OID (numeric): 1.3.6.1.4.1.13464.1.2.3.2.3.1.1.8
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description: A threshold for the sampled statistic. When the current sampled value is less than or equal to this threshold, and the value at the last sampling interval was greater than this threshold, a single event will be generated. A single event will also be generated if the first sample after this entry becomes valid is less than or equal to this threshold and the associated alarmStartupAlarm is equal to fallingAlarm(2) or risingOrFallingAlarm(3).
After a falling event is generated, another such event will not be generated until the sampled value rises above this threshold and reaches the alarmRisingThreshold.
This object may not be modified if the associated alarmStatus object is equal to valid(1).
What is rAlarmFallingThreshold?
This read-write value is the lower threshold that, when the sampled statistic crosses it from above, triggers a single falling-threshold event. It works together with rAlarmRisingThreshold to give hysteresis, so an admin gets one alert per direction crossed rather than a barrage of alarms.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.13464.1.2.3.2.3.1.1.8 snmpwalk -v2c -c public <target> GBNServiceRMON-MIB::rAlarmFallingThreshold
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.13464.1.2.3.2.3.1.1.8.1 snmpget -v2c -c public <target> GBNServiceRMON-MIB::rAlarmFallingThreshold.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.13464.1.2.3.2.3.1.1.8.1 i <value>
Start monitoring Greentech network monitoring appliance/probe (RMON extension) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the GBNServiceRMON-MIB::rAlarmFallingThreshold OID value, configure state conditions and alerts, and monitor any Greentech network monitoring appliance/probe (RMON extension) from a single console.
OID Breakdown
Upper-level ancestors (11 from the standard OID tree / other modules)
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | AirPair-MIB |
| 1.3.6 | dod | AirPair-MIB |
| 1.3.6.1 | internet | AirPair-MIB |
| 1.3.6.1.4 | private | AirPair-MIB |
| 1.3.6.1.4.1 | enterprises | AirPair-MIB |
| 1.3.6.1.4.1.13464 | admin | ADMIN-MASTER-MIB |
| 1.3.6.1.4.1.13464.1 | dataCom | ADMIN-MASTER-MIB |
| 1.3.6.1.4.1.13464.1.2 | gbn | ADMIN-MASTER-MIB |
| 1.3.6.1.4.1.13464.1.2.3 | gbnService | ADMIN-MASTER-MIB |
| 1.3.6.1.4.1.13464.1.2.3.2 | rmonMib | ADMIN-MASTER-MIB |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.13464.1.2.3.2.3 | rAlarm | GBNServiceRMON-MIB |
| 1.3.6.1.4.1.13464.1.2.3.2.3.1 | rAlarmTable | GBNServiceRMON-MIB |
| 1.3.6.1.4.1.13464.1.2.3.2.3.1.1 | rAlarmEntry | GBNServiceRMON-MIB |
| 1.3.6.1.4.1.13464.1.2.3.2.3.1.1.8 | rAlarmFallingThreshold | GBNServiceRMON-MIB |