zhoneExternalRelayNormalState
ZHONE-CARD-RESOURCES-MIB ·
.1.3.6.1.4.1.5504.3.3.8.1.1.3
Object
column r/w
Enumeration
Specifies whether relay is normally open or normally closed. The other state will then generate an alarm. A value of not-specified is valid for MTAC and 1U cards, where alarms are not present in the central alarm manager. For the mxk i/o alarm board relays, a value should be present for all relays that are in use.
Context
- MIB
- ZHONE-CARD-RESOURCES-MIB
- OID
.1.3.6.1.4.1.5504.3.3.8.1.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- zhoneExternalRelayEntry
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 'ZHONE-CARD-RESOURCES-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHONE-CARD-RESOURCES-MIB::zhoneExternalRelayNormalState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZHONE-CARD-RESOURCES-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHONE-CARD-RESOURCES-MIB::zhoneExternalRelayNormalState.<zhoneShelfIndex>.<zhoneSlotIndex>.<zhoneExternalRelayId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZHONE-CARD-RESOURCES-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZHONE-CARD-RESOURCES-MIB::zhoneExternalRelayNormalState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notSpecified |
2 | normallyOpen |
3 | normallyClosed |