hmRpcConfigOperState
HMRING-MGMT-SNMP-MIB ·
.1.3.6.1.4.1.248.14.5.4.1.15
Object
column Enumeration
Operational state of the configuration in the RPC domain. noError(1) indicates that no configuration error was detected. ringportLinkError(2) indicates that the ring port has no link or one of the ring lines is not connected with one of the ring ports of the entity but to another port of the entity (this may be available only if the entity has the role of a redundancy manager). singleSideReceive(3) indicates that the redundancy manager receives test frames only on one ringport (only available if the entity has the role of a redundancy manager). multipleRM(4) indicates that the redundancy manager receives frames from another redundancy manager (only available if the entity has the role of a redundancy manager).
Context
- MIB
- HMRING-MGMT-SNMP-MIB
- OID
.1.3.6.1.4.1.248.14.5.4.1.15- Type
- column
- Access
- readonly
- Status
- current
- Parent
- hmRpcEntry
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::hmRpcConfigOperState'
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::hmRpcConfigOperState.<hmRpcRingProtocol>.<hmRpcRingID>'
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::hmRpcConfigOperState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noError |
2 | ringportLinkError |
3 | singleSideReceive |
4 | multipleRM |