hmArcManagerAction
HMRINGARC-MGMT-SNMP-MIB ·
.1.3.6.1.4.1.248.14.5.7.1.8
Object
scalar r/w
Enumeration
The actions the ARC manager is able to activate.
This object, when read, returns noAction(1) if no action is currently running.
checkTopology(2): Checks the topology connected to the given primary and redundant
port and also fills the hmArcCheckResultTable, especially if an invalid topology
was found.
configureRing(3): Automatically configures the ring devices connected to the given
primary and redundant port. A successful checkTopology is prerequisite.
Context
- MIB
- HMRINGARC-MGMT-SNMP-MIB
- OID
.1.3.6.1.4.1.248.14.5.7.1.8- Type
- scalar
- Access
- readwrite
- 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::hmArcManagerAction.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::hmArcManagerAction'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | noAction |
2 | checkTopology |
3 | configureRing |