hmRingCplMode
HMRING-MGMT-SNMP-MIB ·
.1.3.6.1.4.1.248.14.5.2.1.13
Object
column r/w
Enumeration
Desired mode of operation. slaveOn(2) activates the slave. slaveOff(1) deactivates the slave, the ring coupling is disabled and the switch acts from now in normal rs mode. Note that this mode can only be set if the slave is not activated or deactivated by a DIP-switch. disable(3) indicates that the ring coupling functionality is switched off.
Context
- MIB
- HMRING-MGMT-SNMP-MIB
- OID
.1.3.6.1.4.1.248.14.5.2.1.13- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hmRingCouplingEntry
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::hmRingCplMode'
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::hmRingCplMode.<hmRingCplInterconnGroupID>.<hmRingCplInterconnIfIndex>'
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::hmRingCplMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | slaveOff |
2 | slaveOn |
3 | disable |