ats2ContactType
EATON-ATS2-MIB ·
.1.3.6.1.4.1.534.10.2.5.4.1.2
Object
column r/w
Enumeration
The normal state for this contact. The 'other' (not 'Normally') state is the Active state for generating the ats2tdContactActiveNotice trap. If anyChange(3) is selected, then this trap is sent any time the contact changes to either Open or Closed. No traps are sent if the Contact is set to notUsed(4). In many cases, the configuration for Contacts may be done by other means, so this object may be read-only.
Context
- MIB
- EATON-ATS2-MIB
- OID
.1.3.6.1.4.1.534.10.2.5.4.1.2- Type
- column
- Access
- readwrite
- 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::ats2ContactType'
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::ats2ContactType.<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::ats2ContactType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | normallyOpen |
2 | normallyClosed |
3 | anyChange |
4 | notUsed |