mgmtModuleStatus
ELH100-MIB ·
.1.3.6.1.4.1.52.259.10.3.2.3.1.1.4
Object
column mandatory
Enumeration
The status of this group's management module. Only one management module in a stack is allowed to act as the active agent. A value of notPresent(1) indicates that there is no management module in this group. A value of active(2) means that this group's management module is acting as the stack's active agent. A value of standby(3) means that this group contains a management module, but it is not the active agent.
Context
- MIB
- ELH100-MIB
- OID
.1.3.6.1.4.1.52.259.10.3.2.3.1.1.4- Type
- column
- Access
- readonly
- Status
- mandatory
- Parent
- groupEntry
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 'ELH100-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ELH100-MIB::mgmtModuleStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ELH100-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ELH100-MIB::mgmtModuleStatus.<groupID>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ELH100-MIB' -M '/opt/observium/mibs/cabletron:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ELH100-MIB::mgmtModuleStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | notPresent |
2 | active |
3 | standby |