hmArcCheckStatusType

HMRINGARC-MGMT-SNMP-MIB · .1.3.6.1.4.1.248.14.5.7.2.1.1.4

Object

column Enumeration
The status an ARC device in the connected topology reported.
              
otherRm(1): the device detected another active Redundancy Manager.
loop(2): unclear topology detected. This may be a loop or a net segment
which is connected to the ring with Rapid Spanning Tree.
alreadyConfigured(3): the device already has a ring configured.
unsupportedOption(4): the device does not support one of the ARC Manager options.
openRing(5): the ARC Manager has detected an open Ring.
configFailed(6): the configuration of the device failed.
duplexMode(7): at least one Ring Port of the device is not in full duplex mode.
noArcDevices(8): there is no device in the ring which supports the ARC Protocol,
or all devices have hmArcClientAdminStatus set to disabled.
portState(9): at least one Ring Port of the device is not properly configured.
info(10): the device reported just additional information.

Context

MIB
HMRINGARC-MGMT-SNMP-MIB
OID
.1.3.6.1.4.1.248.14.5.7.2.1.1.4
Type
column
Access
readonly
Status
current
Parent
hmArcCheckResultEntry

Walk 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 '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::hmArcCheckStatusType'
More examples
Read one indexed 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::hmArcCheckStatusType.<hmArcCheckStatusIndex>.<hmArcCheckStatusDeviceMac>'
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::hmArcCheckStatusType'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1otherRm
2loop
3alreadyConfigured
4unsupportedOption
5openRing
6configFailed
7duplexMode
8noArcDevices
9portState
10info