hmRingRedConfigOperState
HMRING-MGMT-SNMP-MIB ·
.1.3.6.1.4.1.248.14.5.1.1.9
Object
column Enumeration
Operational state of the ring configuration.
rmConfigError(2) indicates that the ring is not
connected with both ringports of the redundancy
manager, one of the ring cables is connected to
another port of the redundancy manager.
ringConfigError(3) is returned when somewhere in
the ring a ring connection fails.
anotherRM(4) indicates that another redundancy
manager was detected in the same ring. In this case
the redundant ring ports of these redundancy managers
are blocked until only one redundancy manager remains
in the ring.
Notice: rmConfigError(2) and ringConfigError(3)
can only be detected by the redundancy manager
if the redundancy manager is inactive.
Context
- MIB
- HMRING-MGMT-SNMP-MIB
- OID
.1.3.6.1.4.1.248.14.5.1.1.9- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hmRingRedEntry
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 'HMRING-MGMT-SNMP-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HMRING-MGMT-SNMP-MIB::hmRingRedConfigOperState'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HMRING-MGMT-SNMP-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HMRING-MGMT-SNMP-MIB::hmRingRedConfigOperState.<hmRingRedPrimGroupID>.<hmRingRedPrimIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HMRING-MGMT-SNMP-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HMRING-MGMT-SNMP-MIB::hmRingRedConfigOperState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noError |
2 | rmConfigError |
3 | ringConfigError |
4 | anotherRM |