Brocade Virtual ADX XML API Programmer’s Guide (Supporting ADX v03.1.00) User Manual

Page 254

Advertising
background image

244

Brocade Virtual ADX XML API Programmer’s Guide

53-1003248-01

Data structures

4

inErrors

unsignedInt

Optional

The total number of packets received that
contained one of the following errors:

CRC error – Applies to regularly sized
packets between 64 bytes and the
maximum allowable frame size.

Oversize – Applies to packets longer
than the maximum allowable frame size
but with a valid CRC.

Jabber – Applies to packets longer than
the maximum allowable frame size and
with an invalid CRC.

Fragment – Applies to packets shorter
than 64 bytes and with an invalid CRC.

Runt – Applies to packets shorter than
64 bytes but with a valid CRC, received
on a full-duplex port.

outErrors

unsignedInt

Optional

The total number of packets transmitted that
contained CRC, oversize, jabber, fragment,
and runt errors.

inCollisions

unsignedInt

Optional

The total number of packets received in
which a collision event was detected.

outCollisions

unsignedInt

Optional

The total number of packets sent in which a
collision event was detected.

outLateCollisions

unsignedInt

Optional

The total number of packets sent in which a
collision event was detected, but for which a
receive error (Rx Error) event was not
detected.

alignment

unsignedInt

Optional

Alignment

Fcs

unsignedInt

Optional

FCS

giantPackets

unsignedInt

Optional

The total number of packets for which the
following was true:

The data length was longer than the
maximum allowable frame size.

No Rx Error was detected.

NOTE: Packets are counted for this statistic

regardless of whether the CRC is valid
or invalid.

shortPackets

unsignedLong

Optional

The total number of packets received for
which the following was true:

The data length was less than 64 bytes.

No Rx Error was detected.

No Collision or Late Collision was
detected.

NOTE: Packets are counted for this statistic

regardless of whether the CRC is valid
or invalid.

inBitsPerSecond

unsignedInt

Optional

The number of bits received per second.

outBitsPerSecond

unsignedInt

Optional

The number of bits sent per second.

TABLE 623

Attributes (Continued)

Name

Type

Presence

Rules

Description

Advertising