hmSrmAdminState
HMRING-MGMT-SNMP-MIB ·
.1.3.6.1.4.1.248.14.5.5.5.1.8
Object
column r/w
Enumeration
Admin state of the entity in the SRM domain.
If the value is set to manager(1) the entity will be in the
role of a Sub-Ring Manager in the Multi HIPER Ring.
If the value is set to redundantManager(2) the entity will be
in the role of the Sub-Ring Manager in the Multi HIPER Ring which
will block its ringport if the sub-ring is closed.
If the value is set to singleManager(3) the entity will be
in the role of the single-manager in the Multi HIPER Ring which
has both ends of a sub-ring connected and will block one of these ends
if the sub-ring is closed.
Note: Two instances in the hmSrmTable are needed to build a single-manager
where both instances must have singleManager(3) selected.
Note: The sub-ring in the Multi HIPER Ring has two managers at the same time.
The redundant manager can be designated.
Context
- MIB
- HMRING-MGMT-SNMP-MIB
- OID
.1.3.6.1.4.1.248.14.5.5.5.1.8- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- hmSrmEntry
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::hmSrmAdminState'
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::hmSrmAdminState.<hmSrmRingID>'
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::hmSrmAdminState'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | manager |
2 | redundantManager |
3 | singleManager |