ats2ContactState
OBS ✓
EATON-ATS2-MIB ·
.1.3.6.1.4.1.534.10.2.5.4.1.3
Object
column Enumeration
The current state of the Contact input; the value is based on the open/closed input state and the setting for ats2ContactType. When entering the openWithNotice(3) and closedWithNotice(4) states, no entries added to the ats2AlarmTable, but the ats2tdContactActiveNotice trap is sent.
Observium directly uses this object
This object is referenced by an Observium discovery or polling workflow.
Used in:
Status
Explore Observium network monitoring
Context
- MIB
- EATON-ATS2-MIB
- OID
.1.3.6.1.4.1.534.10.2.5.4.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ats2ContactsTableEntry
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 'EATON-ATS2-MIB' -M '/opt/observium/mibs/eaton:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EATON-ATS2-MIB::ats2ContactState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EATON-ATS2-MIB' -M '/opt/observium/mibs/eaton:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EATON-ATS2-MIB::ats2ContactState.<ats2ContactIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EATON-ATS2-MIB' -M '/opt/observium/mibs/eaton:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EATON-ATS2-MIB::ats2ContactState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | open |
2 | closed |
3 | openWithNotice |
4 | closedWithNotice |