Class CIM_EthernetPortStatistics
extends CIM_NetworkPortStatistics

The EthernetPortStatistics class describes the statistics for the EthernetPort.

Table of Contents
Hierarchy
Direct Known Subclasses
Class Qualifiers
Class Properties
Class Methods


Class Hierarchy

CIM_ManagedElement
   |
   +--CIM_StatisticalData
   |
   +--CIM_NetworkPortStatistics
   |
   +--CIM_EthernetPortStatistics

Direct Known Subclasses

CIM_LLDPEthernetPortStatistics

Class Qualifiers

NameData TypeValue
DescriptionstringThe EthernetPortStatistics class describes the statistics for the EthernetPort.
UMLPackagePathstringCIM::Device::Ports
Versionstring2.10.0

Class Properties

Local Class Properties

NameData TypeDefault ValueQualifiers
NameData TypeValue
AlignmentErrorsuint32
Counterbooleantrue
DescriptionstringThe number of frames that are received on a particular interface that are not an integral number of octets in length and do not pass the FCS check. The count represented by an instance of this object is incremented when the alignment error status is returned by the MAC layer to the LLC (or other MAC user). Received frames for which multiple error conditions obtained are, according to the conventions of IEEE 802.3 Layer Management, counted exclusively according to the error status presented to the LLC.
MappingStringsstringMIB.IETF|EtherLike-MIB.dot3StatsAlignmentErrors
CarrierSenseErrorsuint32
Counterbooleantrue
DescriptionstringThe number of times that the carrier sense condition was lost or never asserted when attempting to transmit a frame on a particular interface. The count represented by an instance of this object can be incremented only once per transmission attempt, even if the carrier sense condition fluctuates during a transmission attempt.
MappingStringsstringMIB.IETF|EtherLike-MIB.dot3StatsCarrierSenseErrors
DeferredTransmissionsuint32
Counterbooleantrue
DescriptionstringThe number of frames for which the first transmission attempt on a particular interface is delayed because the medium is busy. The count represented by an instance of this object does not include frames involved in collisions.
MappingStringsstringMIB.IETF|EtherLike-MIB.dot3StatsDeferredTransmissions
ExcessiveCollisionsuint32
Counterbooleantrue
DescriptionstringThe number of frames for which transmission on a particular interface fails due to excessive collisions.
MappingStringsstringMIB.IETF|EtherLike-MIB.dot3StatsExcessiveCollisions
FCSErrorsuint32
Counterbooleantrue
DescriptionstringThe number of frames that are received on a particular interface that are an integral number of octets in length, but do not pass the FCS check. The count represented by an instance of this object is incremented when the frame check error status is returned by the MAC layer to the LLC (or other MAC user). Received frames for which multiple error conditions obtained are, according to the conventions of the error status presented to the LLC.
MappingStringsstringMIB.IETF|EtherLike-MIB.dot3StatsFCSErrors
FrameTooLongsuint32
Counterbooleantrue
DescriptionstringThe number of frames received on a particular interface that exceed the maximum permitted frame size. The count represented by an instance of this object is incremented when the FrameTooLong status is returned by the MAC layer to the LLC (or other MAC user). Received frames for which multiple error conditions obtained are, according to the conventions of IEEE 802.3 Layer Management, counted exclusively according to the error status presented to the LLC.
MappingStringsstringMIB.IETF|EtherLike-MIB.dot3StatsFrameTooLongs
InternalMACReceiveErrorsuint32
Counterbooleantrue
DescriptionstringThe number of frames for which reception on a particular interface fails due to an internal MAC sublayer receive error. A frame is counted by an instance of this object only if it is not counted by the corresponding instance of either the FrameTooLongs property, the AlignmentErrors property, or the FCSErrors property. The precise meaning of the count that is represented by an instance of this object is implementation-specific. For example, an instance of this object can represent a count of receive errors on a particular interface that are not otherwise counted.
MappingStringsstringMIB.IETF|EtherLike-MIB.dot3StatsInternalMacReceiveErrors
InternalMACTransmitErrorsuint32
Counterbooleantrue
DescriptionstringThe number of frames for which transmission on a particular interface fails due to an internal MAC sublayer transmit error. A frame is counted by an instance of this object only if it is not counted by the corresponding instance of either the LateCollisions property, the Excessive Collisions property, or the CarrierSenseErrors property. The precise meaning of the count that is represented by an instance of this object is implementation-specific. In particular, an instance of this object can represent a count of transmission errors on a particular interface that are not otherwise counted.
MappingStringsstringMIB.IETF|EtherLike-MIB.dot3StatsInternalMacTransmitErrors
LateCollisionsuint32
Counterbooleantrue
DescriptionstringThe number of times that a collision is detected on a particular interface later than 512 bit-times into the transmission of a packet. Five hundred and twelve bit- times corresponds to 51.2 microseconds on a 10 Mbit/s system. A (late) collision included in a count represented by an instance of this object is also considered as a (generic) collision for purposes of other collision-related statistics.
MappingStringsstringMIB.IETF|EtherLike-MIB.dot3StatsLateCollisions
MultipleCollisionFramesuint32
Counterbooleantrue
DescriptionstringThe number of successfully transmitted frames on a particular interface for which transmission is inhibited by more than one collision. A frame that is counted by an instance of this object is not counted by the corresponding instance of the SingleCollisionFrames property.
MappingStringsstringMIB.IETF|EtherLike-MIB.dot3StatsMultipleCollisionFrames
PacketsReceiveduint64
Counterbooleantrue
DescriptionstringThe total number of packets that are received.
MappingStringsstringMIF.DMTF|Network Adapter 802 Port|001.8
OverridestringPacketsReceived
PacketsTransmitteduint64
Counterbooleantrue
DescriptionstringThe total number of packets that are transmitted.
MappingStringsstringMIF.DMTF|Network Adapter 802 Port|001.6
OverridestringPacketsTransmitted
SingleCollisionFramesuint32
Counterbooleantrue
DescriptionstringThe number of successfully transmitted frames on a particular interface for which transmission is inhibited by exactly one collision. A frame that is counted by an instance of this object is not counted by the corresponding instance of the MultipleCollisionFrames property.
MappingStringsstringMIB.IETF|EtherLike-MIB.dot3StatsSingleCollisionFrames
SQETestErrorsuint32
Counterbooleantrue
DescriptionstringThe number of times that the SQE TEST ERROR message is generated by the PLS sublayer for a particular interface. The SQE TEST ERROR message is defined in section 7.2.2.2.4 of ANSI/IEEE 802.3-1985 and its generation is described in section 7.2.4.6 of the same document.
MappingStringsstringMIB.IETF|EtherLike-MIB.dot3StatsSQETestErrors
SymbolErrorsuint32
Counterbooleantrue
DescriptionstringThe number of times that there was an invalid data symbol when a valid carrier was present. The count can be incremented only once per carrier event, even if multiple symbol errors occur during the carrier event.
MappingStringsstringMIB.IETF|EtherLike-MIB.dot3StatsSymbolErrors

Inherited Properties

NameData TypeClass Origin
BytesReceiveduint64CIM_NetworkPortStatistics
BytesTransmitteduint64CIM_NetworkPortStatistics
CaptionstringCIM_ManagedElement
DescriptionstringCIM_ManagedElement
ElementNamestringCIM_StatisticalData
Generationuint64CIM_ManagedElement
InstanceIDstringCIM_StatisticalData
RateIntervalEndTimedatetimeCIM_StatisticalData
RateIntervalStartTimedatetimeCIM_StatisticalData
SampleIntervaldatetimeCIM_StatisticalData
StartStatisticTimedatetimeCIM_StatisticalData
StatisticTimedatetimeCIM_StatisticalData

Class Methods

Inherited Class Methods

NameReturn TypeClass Origin
ResetSelectedStatsuint32CIM_StatisticalData