hmArcManagerActionResult
HMRINGARC-MGMT-SNMP-MIB ·
.1.3.6.1.4.1.248.14.5.7.1.9
Object
scalar Enumeration
Result of the last activated action.
noAction(1): Initial state, no action started.
pending(2): A topology check or a configuration process is going on.
closedRing(3): The topology check detected a ring topology which is ready for automatic configuration.
configuredRing(4): The topology check detected a partly or fully configured ring.
See the hmArcCheckResultTable for details. You may reconfigure it using ARC.
openRing(5): The topology check detected an open ring. It cannot be configured by ARC.
invalidTopology(6): An invalid topology was detected. See the hmArcCheckResultTable for details.
configFailed(7): One or more devices in the ring could not activate the configuration and are not
properly configured.
configSuccessful(8): The automatic configuration process was successful.
Context
- MIB
- HMRINGARC-MGMT-SNMP-MIB
- OID
.1.3.6.1.4.1.248.14.5.7.1.9- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- hmArcManagerConfig
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HMRINGARC-MGMT-SNMP-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HMRINGARC-MGMT-SNMP-MIB::hmArcManagerActionResult.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HMRINGARC-MGMT-SNMP-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HMRINGARC-MGMT-SNMP-MIB::hmArcManagerActionResult'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noAction |
2 | pending |
3 | closedRing |
4 | configuredRing |
5 | openRing |
6 | invalidTopology |
7 | configFailed |
8 | configSuccessful |