zhoneMauOperStatus
ZHONE-MAU-MIB ·
.1.3.6.1.4.1.5504.5.1.1.1.3
Object
column Enumeration
The current operational state of the MAU.
other(1) is returned if the MAU or interface is in
a state other than one of the states 2 through 6.
unknown(2) is returned when the true state of the
MAU is unknown; for example, when it is being
initialized.
operational(3) state is fully functional, operates,
and passes signals to its attached DTE.
standby(4) state forces DI and CI to idle and the
media transmitter or interface to idle or fault,
if supported. Standby(4) mode only applies to
link type MAUs. The state of
zhoneMauMediaAvailable is unaffected.
A MAU in shutdown(5) state assumes the same
condition on DI, CI, and the media transmitter
as though it were powered down or not connected.
The MAU MAY return other(1) value for the
zhoneMauJabberState and zhoneMauMediaAvailable
objects when it is in this state. For an AUI,
this state will remove power from the AUI.
Setting this variable to the value reset(6)
resets the MAU in the same manner as a
power-off, power-on cycle of at least one-half
second would. The agent is not required to
return the value reset (6).
Context
- MIB
- ZHONE-MAU-MIB
- OID
.1.3.6.1.4.1.5504.5.1.1.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- zhoneIfMauEntry
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 'ZHONE-MAU-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHONE-MAU-MIB::zhoneMauOperStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZHONE-MAU-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZHONE-MAU-MIB::zhoneMauOperStatus.<zhoneMauIfIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZHONE-MAU-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZHONE-MAU-MIB::zhoneMauOperStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | other |
2 | unknown |
3 | operational |
4 | standby |
5 | shutdown |
6 | reset |