All MIBs › SNR-ERD-4 › alarmSensor1cnt
alarmSensor1cnt
Module: SNR-ERD-4
OID (symbolic): SNR-ERD-4::alarmSensor1cnt
OID (numeric): 1.3.6.1.4.1.40418.2.6.8.2.1
Node type: OBJECT-TYPE
Type: Counter
Access: read-write
Description: qwerty
What is alarmSensor1cnt?
This Counter, under the device's counters/alarmSensCnts branch, tallies how many times alarm-sensor input 1 (alarmSensor1) has tripped since it was last cleared. Though marked read-write in the MIB (an unusual choice for a counter), an admin mainly polls it to track how often that specific sensor has alarmed over time.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.40418.2.6.8.2.1 snmpwalk -v2c -c public <target> SNR-ERD-4::alarmSensor1cnt
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.40418.2.6.8.2.1.1 snmpget -v2c -c public <target> SNR-ERD-4::alarmSensor1cnt.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.40418.2.6.8.2.1.1 i <value>
SNMPv3 example:
snmpget -v3 -l authPriv -u snmpv3-user -a SHA -A "AuthPassword1" -x AES -X "PrivPassword1" <target> alarmSensor1cnt.1
Start monitoring NAG SNR-ERD-4 environmental relay/sensor monitoring device (voltage/temperature sensor and relay status) with a free 30-day trial of IPNetwork Monitor. Create custom SNMP monitor using the SNR-ERD-4::alarmSensor1cnt OID value, configure state conditions and alerts, and monitor any NAG SNR-ERD-4 environmental relay/sensor monitoring device (voltage/temperature sensor and relay status) from a single console.
OID Breakdown
Upper-level ancestors (6 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 |
| Numeric OID | Name | Module |
|---|---|---|
| 1.3.6.1.4.1.40418 | snr | SNR-ERD-4 |
| 1.3.6.1.4.1.40418.2 | snr_erd | SNR-ERD-4 |
| 1.3.6.1.4.1.40418.2.6 | snr_erd_4 | SNR-ERD-4 |
| 1.3.6.1.4.1.40418.2.6.8 | counters | SNR-ERD-4 |
| 1.3.6.1.4.1.40418.2.6.8.2 | alarmSensCnts | SNR-ERD-4 |
| 1.3.6.1.4.1.40418.2.6.8.2.1 | alarmSensor1cnt | SNR-ERD-4 |