efmCuFltStatus

EFM-CU-MIB · zhone variant · .1.3.6.1.2.1.167.1.1.3.1.1

Object

column Bits
EFMCu (PCS) port Fault Status.  This is a bitmap of possible
conditions.  The various bit positions are:
  noPeer              - the peer PHY cannot be reached (e.g.,
                        no PMEs attached, all PMEs are Down,
                        etc.). More info is available in
                        efmCuPmeFltStatus.
  peerPowerLoss       - the peer PHY has indicated impending
                        unit failure due to loss of local
                        power ('Dying Gasp').
  pmeSubTypeMismatch  - local PMEs in the aggregation group
                        are not of the same subtype, e.g.,
                        some PMEs in the local device are -O
                        while others are -R subtype.
  lowRate             - ifSpeed of the port reached or dropped
                        below efmCuThreshLowRate.
              
This object is intended to supplement the ifOperStatus object
in IF-MIB and ifMauMediaAvailable in MAU-MIB.
              
Additional information is available via the efmCuPmeFltStatus
object for each PME in the aggregation group (single PME if
PAF is disabled).

Context

MIB
EFM-CU-MIB
OID
.1.3.6.1.2.1.167.1.1.3.1.1
Type
column
Access
readonly
Status
current
Parent
efmCuPortStatusEntry
Groups
1

Walk 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 'EFM-CU-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EFM-CU-MIB::efmCuFltStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'EFM-CU-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'EFM-CU-MIB::efmCuFltStatus.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'EFM-CU-MIB' -M '/opt/observium/mibs/zhone:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'EFM-CU-MIB::efmCuFltStatus'

Syntax

Bits

Values & Constraints

Enumerated Values
0noPeer
1peerPowerLoss
2pmeSubTypeMismatch
3lowRate

Conformance