hm2Iec61850MmsServerStatus
HM2-INDUSTRIAL-PROTOCOLS-MIB ·
.1.3.6.1.4.1.248.11.101.1.1.1.26
Object
scalar Enumeration
Returns current MMS server status. As the MMS server takes a long time to start or to stop, this will return the actual server state, not just if it is enabled or disabled. If the value is unavailable(1) then the feature is not available on the device.
Context
- MIB
- HM2-INDUSTRIAL-PROTOCOLS-MIB
- OID
.1.3.6.1.4.1.248.11.101.1.1.1.26- Type
- scalar
- Access
- readonly
- Status
- current
- Parent
- hm2Iec61850ConfigGroup
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 'HM2-INDUSTRIAL-PROTOCOLS-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HM2-INDUSTRIAL-PROTOCOLS-MIB::hm2Iec61850MmsServerStatus.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HM2-INDUSTRIAL-PROTOCOLS-MIB' -M '/opt/observium/mibs/hirschmann:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HM2-INDUSTRIAL-PROTOCOLS-MIB::hm2Iec61850MmsServerStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unavailable |
2 | starting |
3 | running |
4 | stopping |
5 | halted |
6 | error |