dryContactStatus
ATEN-PE-CFG ·
.1.3.6.1.4.1.21317.1.3.2.2.2.1.15.1.2
Object
column Enumeration
Display dry contact status. close(0) represents door close. open(1) represents door open. not-attached(2) represents door sensor don't attach to device.
Context
- MIB
- ATEN-PE-CFG
- OID
.1.3.6.1.4.1.21317.1.3.2.2.2.1.15.1.2- Type
- column
- Access
- readonly
- Status
- current
- Parent
- dryContactEntry
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 'ATEN-PE-CFG' -M '/opt/observium/mibs/aten:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ATEN-PE-CFG::dryContactStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ATEN-PE-CFG' -M '/opt/observium/mibs/aten:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ATEN-PE-CFG::dryContactStatus.<dryContactIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ATEN-PE-CFG' -M '/opt/observium/mibs/aten:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ATEN-PE-CFG::dryContactStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | close |
1 | open |
2 | not-attached |
10 | not-support |