Blame mibs/EtherLike-MIB.txt

Packit fcad23
EtherLike-MIB DEFINITIONS ::= BEGIN
Packit fcad23
Packit fcad23
    IMPORTS
Packit fcad23
        MODULE-IDENTITY, OBJECT-TYPE, OBJECT-IDENTITY,
Packit fcad23
        Integer32, Counter32, Counter64, mib-2, transmission
Packit fcad23
            FROM SNMPv2-SMI
Packit fcad23
        MODULE-COMPLIANCE, OBJECT-GROUP
Packit fcad23
            FROM SNMPv2-CONF
Packit fcad23
        TruthValue
Packit fcad23
            FROM SNMPv2-TC
Packit fcad23
        ifIndex, InterfaceIndex
Packit fcad23
            FROM IF-MIB;
Packit fcad23
Packit fcad23
    etherMIB MODULE-IDENTITY
Packit fcad23
        LAST-UPDATED "200309190000Z"  -- September 19, 2003
Packit fcad23
        ORGANIZATION "IETF Ethernet Interfaces and Hub MIB
Packit fcad23
                     Working Group"
Packit fcad23
        CONTACT-INFO
Packit fcad23
            "WG E-mail: hubmib@ietf.org
Packit fcad23
          To subscribe: hubmib-request@ietf.org
Packit fcad23
Packit fcad23
                 Chair: Dan Romascanu
Packit fcad23
                Postal: Avaya Inc.
Packit fcad23
                        Atidum Technology Park, Bldg. 3
Packit fcad23
                        Tel Aviv 61131
Packit fcad23
                        Israel
Packit fcad23
                   Tel: +972 3 645 8414
Packit fcad23
                E-mail: dromasca@avaya.com
Packit fcad23
Packit fcad23
               Editor: John Flick
Packit fcad23
               Postal: Hewlett-Packard Company
Packit fcad23
                       8000 Foothills Blvd. M/S 5557
Packit fcad23
                       Roseville, CA 95747-5557
Packit fcad23
                       USA
Packit fcad23
                  Tel: +1 916 785 4018
Packit fcad23
                  Fax: +1 916 785 1199
Packit fcad23
               E-mail: johnf@rose.hp.com"
Packit fcad23
        DESCRIPTION "The MIB module to describe generic objects for
Packit fcad23
                    ethernet-like network interfaces.
Packit fcad23
Packit fcad23
                    The following reference is used throughout this
Packit fcad23
                    MIB module:
Packit fcad23
Packit fcad23
                    [IEEE 802.3 Std] refers to:
Packit fcad23
                       IEEE Std 802.3, 2002 Edition: 'IEEE Standard
Packit fcad23
Packit fcad23
                       for Information technology -
Packit fcad23
                       Telecommunications and information exchange
Packit fcad23
                       between systems - Local and metropolitan
Packit fcad23
                       area networks - Specific requirements -
Packit fcad23
                       Part 3: Carrier sense multiple access with
Packit fcad23
                       collision detection (CSMA/CD) access method
Packit fcad23
                       and physical layer specifications', as
Packit fcad23
                       amended by IEEE Std 802.3ae-2002:
Packit fcad23
                       'Amendment: Media Access Control (MAC)
Packit fcad23
                       Parameters, Physical Layer, and Management
Packit fcad23
                       Parameters for 10 Gb/s Operation', August,
Packit fcad23
                       2002.
Packit fcad23
Packit fcad23
                    Of particular interest is Clause 30, '10 Mb/s,
Packit fcad23
                    100 Mb/s, 1000 Mb/s, and 10 Gb/s Management'.
Packit fcad23
Packit fcad23
                    Copyright (C) The Internet Society (2003).  This
Packit fcad23
                    version of this MIB module is part of RFC 3635;
Packit fcad23
                    see the RFC itself for full legal notices."
Packit fcad23
Packit fcad23
        REVISION    "200309190000Z"  -- September 19, 2003
Packit fcad23
        DESCRIPTION "Updated to include support for 10 Gb/sec
Packit fcad23
                     interfaces.  This resulted in the following
Packit fcad23
                     revisions:
Packit fcad23
Packit fcad23
                     - Updated dot3StatsAlignmentErrors and
Packit fcad23
                       dot3StatsSymbolErrors DESCRIPTIONs to
Packit fcad23
                       reflect behaviour at 10 Gb/s
Packit fcad23
                     - Added dot3StatsRateControlAbility and
Packit fcad23
                       dot3RateControlStatus for management
Packit fcad23
                       of the Rate Control function in 10 Gb/s
Packit fcad23
                       WAN applications
Packit fcad23
                     - Added 64-bit versions of all counters
Packit fcad23
                       that are used on high-speed ethernet
Packit fcad23
                       interfaces
Packit fcad23
                     - Added object groups to contain the new
Packit fcad23
                       objects
Packit fcad23
                     - Deprecated etherStatsBaseGroup and
Packit fcad23
                       split into etherStatsBaseGroup2 and
Packit fcad23
                       etherStatsHalfDuplexGroup, so that
Packit fcad23
                       interfaces which can only operate at
Packit fcad23
                       full-duplex do not need to implement
Packit fcad23
                       half-duplex-only statistics
Packit fcad23
                     - Deprecated dot3Compliance and replaced
Packit fcad23
                       it with dot3Compliance2, which includes
Packit fcad23
                       the compliance information for the new
Packit fcad23
                       object groups
Packit fcad23
Packit fcad23
                     In addition, the dot3Tests and dot3Errors
Packit fcad23
                     object identities have been deprecated,
Packit fcad23
                     since there is no longer a standard method
Packit fcad23
                     for using them.
Packit fcad23
Packit fcad23
                     This version published as RFC 3635."
Packit fcad23
Packit fcad23
        REVISION    "199908240400Z"  -- August 24, 1999
Packit fcad23
        DESCRIPTION "Updated to include support for 1000 Mb/sec
Packit fcad23
                     interfaces and full-duplex interfaces.
Packit fcad23
                     This version published as RFC 2665."
Packit fcad23
Packit fcad23
        REVISION    "199806032150Z"  -- June 3, 1998
Packit fcad23
        DESCRIPTION "Updated to include support for 100 Mb/sec
Packit fcad23
                     interfaces.
Packit fcad23
                     This version published as RFC 2358."
Packit fcad23
Packit fcad23
        REVISION    "199402030400Z"  -- February 3, 1994
Packit fcad23
        DESCRIPTION "Initial version, published as RFC 1650."
Packit fcad23
        ::= { mib-2 35 }
Packit fcad23
Packit fcad23
    etherMIBObjects OBJECT IDENTIFIER ::= { etherMIB 1 }
Packit fcad23
Packit fcad23
    dot3    OBJECT IDENTIFIER ::= { transmission 7 }
Packit fcad23
Packit fcad23
    -- the Ethernet-like Statistics group
Packit fcad23
Packit fcad23
    dot3StatsTable OBJECT-TYPE
Packit fcad23
        SYNTAX     SEQUENCE OF Dot3StatsEntry
Packit fcad23
        MAX-ACCESS not-accessible
Packit fcad23
        STATUS     current
Packit fcad23
        DESCRIPTION "Statistics for a collection of ethernet-like
Packit fcad23
                    interfaces attached to a particular system.
Packit fcad23
                    There will be one row in this table for each
Packit fcad23
                    ethernet-like interface in the system."
Packit fcad23
        ::= { dot3 2 }
Packit fcad23
Packit fcad23
    dot3StatsEntry OBJECT-TYPE
Packit fcad23
        SYNTAX     Dot3StatsEntry
Packit fcad23
        MAX-ACCESS not-accessible
Packit fcad23
        STATUS     current
Packit fcad23
        DESCRIPTION "Statistics for a particular interface to an
Packit fcad23
                    ethernet-like medium."
Packit fcad23
        INDEX       { dot3StatsIndex }
Packit fcad23
        ::= { dot3StatsTable 1 }
Packit fcad23
Packit fcad23
    Dot3StatsEntry ::=
Packit fcad23
        SEQUENCE {
Packit fcad23
Packit fcad23
            dot3StatsIndex                      InterfaceIndex,
Packit fcad23
            dot3StatsAlignmentErrors            Counter32,
Packit fcad23
            dot3StatsFCSErrors                  Counter32,
Packit fcad23
            dot3StatsSingleCollisionFrames      Counter32,
Packit fcad23
            dot3StatsMultipleCollisionFrames    Counter32,
Packit fcad23
            dot3StatsSQETestErrors              Counter32,
Packit fcad23
            dot3StatsDeferredTransmissions      Counter32,
Packit fcad23
            dot3StatsLateCollisions             Counter32,
Packit fcad23
            dot3StatsExcessiveCollisions        Counter32,
Packit fcad23
            dot3StatsInternalMacTransmitErrors  Counter32,
Packit fcad23
            dot3StatsCarrierSenseErrors         Counter32,
Packit fcad23
            dot3StatsFrameTooLongs              Counter32,
Packit fcad23
            dot3StatsInternalMacReceiveErrors   Counter32,
Packit fcad23
            dot3StatsEtherChipSet               OBJECT IDENTIFIER,
Packit fcad23
            dot3StatsSymbolErrors               Counter32,
Packit fcad23
            dot3StatsDuplexStatus               INTEGER,
Packit fcad23
            dot3StatsRateControlAbility         TruthValue,
Packit fcad23
            dot3StatsRateControlStatus          INTEGER
Packit fcad23
        }
Packit fcad23
Packit fcad23
    dot3StatsIndex OBJECT-TYPE
Packit fcad23
        SYNTAX      InterfaceIndex
Packit fcad23
        MAX-ACCESS  read-only  -- read-only since originally an
Packit fcad23
                               -- SMIv1 index
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "An index value that uniquely identifies an
Packit fcad23
                    interface to an ethernet-like medium.  The
Packit fcad23
                    interface identified by a particular value of
Packit fcad23
                    this index is the same interface as identified
Packit fcad23
                    by the same value of ifIndex."
Packit fcad23
        REFERENCE   "RFC 2863, ifIndex"
Packit fcad23
        ::= { dot3StatsEntry 1 }
Packit fcad23
Packit fcad23
    dot3StatsAlignmentErrors OBJECT-TYPE
Packit fcad23
        SYNTAX      Counter32
Packit fcad23
        MAX-ACCESS  read-only
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "A count of frames received on a particular
Packit fcad23
                    interface that are not an integral number of
Packit fcad23
                    octets in length and do not pass the FCS check.
Packit fcad23
Packit fcad23
                    The count represented by an instance of this
Packit fcad23
                    object is incremented when the alignmentError
Packit fcad23
                    status is returned by the MAC service to the
Packit fcad23
                    LLC (or other MAC user). Received frames for
Packit fcad23
                    which multiple error conditions pertain are,
Packit fcad23
                    according to the conventions of IEEE 802.3
Packit fcad23
                    Layer Management, counted exclusively according
Packit fcad23
Packit fcad23
                    to the error status presented to the LLC.
Packit fcad23
Packit fcad23
                    This counter does not increment for group
Packit fcad23
                    encoding schemes greater than 4 bits per group.
Packit fcad23
Packit fcad23
                    For interfaces operating at 10 Gb/s, this
Packit fcad23
                    counter can roll over in less than 5 minutes if
Packit fcad23
                    it is incrementing at its maximum rate.  Since
Packit fcad23
                    that amount of time could be less than a
Packit fcad23
                    management station's poll cycle time, in order
Packit fcad23
                    to avoid a loss of information, a management
Packit fcad23
                    station is advised to poll the
Packit fcad23
                    dot3HCStatsAlignmentErrors object for 10 Gb/s
Packit fcad23
                    or faster interfaces.
Packit fcad23
Packit fcad23
                    Discontinuities in the value of this counter can
Packit fcad23
                    occur at re-initialization of the management
Packit fcad23
                    system, and at other times as indicated by the
Packit fcad23
                    value of ifCounterDiscontinuityTime."
Packit fcad23
        REFERENCE   "[IEEE 802.3 Std.], 30.3.1.1.7,
Packit fcad23
                    aAlignmentErrors"
Packit fcad23
        ::= { dot3StatsEntry 2 }
Packit fcad23
Packit fcad23
    dot3StatsFCSErrors OBJECT-TYPE
Packit fcad23
        SYNTAX      Counter32
Packit fcad23
        MAX-ACCESS  read-only
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "A count of frames received on a particular
Packit fcad23
                    interface that are an integral number of octets
Packit fcad23
                    in length but do not pass the FCS check.  This
Packit fcad23
                    count does not include frames received with
Packit fcad23
                    frame-too-long or frame-too-short error.
Packit fcad23
Packit fcad23
                    The count represented by an instance of this
Packit fcad23
                    object is incremented when the frameCheckError
Packit fcad23
                    status is returned by the MAC service to the
Packit fcad23
                    LLC (or other MAC user). Received frames for
Packit fcad23
                    which multiple error conditions pertain are,
Packit fcad23
                    according to the conventions of IEEE 802.3
Packit fcad23
                    Layer Management, counted exclusively according
Packit fcad23
                    to the error status presented to the LLC.
Packit fcad23
Packit fcad23
                    Note:  Coding errors detected by the physical
Packit fcad23
                    layer for speeds above 10 Mb/s will cause the
Packit fcad23
                    frame to fail the FCS check.
Packit fcad23
Packit fcad23
                    For interfaces operating at 10 Gb/s, this
Packit fcad23
                    counter can roll over in less than 5 minutes if
Packit fcad23
Packit fcad23
                    it is incrementing at its maximum rate.  Since
Packit fcad23
                    that amount of time could be less than a
Packit fcad23
                    management station's poll cycle time, in order
Packit fcad23
                    to avoid a loss of information, a management
Packit fcad23
                    station is advised to poll the
Packit fcad23
                    dot3HCStatsFCSErrors object for 10 Gb/s or
Packit fcad23
                    faster interfaces.
Packit fcad23
Packit fcad23
                    Discontinuities in the value of this counter can
Packit fcad23
                    occur at re-initialization of the management
Packit fcad23
                    system, and at other times as indicated by the
Packit fcad23
                    value of ifCounterDiscontinuityTime."
Packit fcad23
        REFERENCE   "[IEEE 802.3 Std.], 30.3.1.1.6,
Packit fcad23
                    aFrameCheckSequenceErrors."
Packit fcad23
        ::= { dot3StatsEntry 3 }
Packit fcad23
Packit fcad23
    dot3StatsSingleCollisionFrames OBJECT-TYPE
Packit fcad23
        SYNTAX      Counter32
Packit fcad23
        MAX-ACCESS  read-only
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "A count of frames that are involved in a single
Packit fcad23
                    collision, and are subsequently transmitted
Packit fcad23
                    successfully.
Packit fcad23
Packit fcad23
                    A frame that is counted by an instance of this
Packit fcad23
                    object is also counted by the corresponding
Packit fcad23
                    instance of either the ifOutUcastPkts,
Packit fcad23
                    ifOutMulticastPkts, or ifOutBroadcastPkts,
Packit fcad23
                    and is not counted by the corresponding
Packit fcad23
                    instance of the dot3StatsMultipleCollisionFrames
Packit fcad23
                    object.
Packit fcad23
Packit fcad23
                    This counter does not increment when the
Packit fcad23
                    interface is operating in full-duplex mode.
Packit fcad23
Packit fcad23
                    Discontinuities in the value of this counter can
Packit fcad23
                    occur at re-initialization of the management
Packit fcad23
                    system, and at other times as indicated by the
Packit fcad23
                    value of ifCounterDiscontinuityTime."
Packit fcad23
        REFERENCE   "[IEEE 802.3 Std.], 30.3.1.1.3,
Packit fcad23
                    aSingleCollisionFrames."
Packit fcad23
        ::= { dot3StatsEntry 4 }
Packit fcad23
Packit fcad23
    dot3StatsMultipleCollisionFrames OBJECT-TYPE
Packit fcad23
        SYNTAX      Counter32
Packit fcad23
        MAX-ACCESS  read-only
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "A count of frames that are involved in more
Packit fcad23
Packit fcad23
                    than one collision and are subsequently
Packit fcad23
                    transmitted successfully.
Packit fcad23
Packit fcad23
                    A frame that is counted by an instance of this
Packit fcad23
                    object is also counted by the corresponding
Packit fcad23
                    instance of either the ifOutUcastPkts,
Packit fcad23
                    ifOutMulticastPkts, or ifOutBroadcastPkts,
Packit fcad23
                    and is not counted by the corresponding
Packit fcad23
                    instance of the dot3StatsSingleCollisionFrames
Packit fcad23
                    object.
Packit fcad23
Packit fcad23
                    This counter does not increment when the
Packit fcad23
                    interface is operating in full-duplex mode.
Packit fcad23
Packit fcad23
                    Discontinuities in the value of this counter can
Packit fcad23
                    occur at re-initialization of the management
Packit fcad23
                    system, and at other times as indicated by the
Packit fcad23
                    value of ifCounterDiscontinuityTime."
Packit fcad23
        REFERENCE   "[IEEE 802.3 Std.], 30.3.1.1.4,
Packit fcad23
                    aMultipleCollisionFrames."
Packit fcad23
        ::= { dot3StatsEntry 5 }
Packit fcad23
Packit fcad23
    dot3StatsSQETestErrors OBJECT-TYPE
Packit fcad23
        SYNTAX      Counter32
Packit fcad23
        MAX-ACCESS  read-only
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "A count of times that the SQE TEST ERROR
Packit fcad23
                    is received on a particular interface. The
Packit fcad23
                    SQE TEST ERROR is set in accordance with the
Packit fcad23
                    rules for verification of the SQE detection
Packit fcad23
                    mechanism in the PLS Carrier Sense Function as
Packit fcad23
                    described in IEEE Std. 802.3, 2000 Edition,
Packit fcad23
                    section 7.2.4.6.
Packit fcad23
Packit fcad23
                    This counter does not increment on interfaces
Packit fcad23
                    operating at speeds greater than 10 Mb/s, or on
Packit fcad23
                    interfaces operating in full-duplex mode.
Packit fcad23
Packit fcad23
                    Discontinuities in the value of this counter can
Packit fcad23
                    occur at re-initialization of the management
Packit fcad23
                    system, and at other times as indicated by the
Packit fcad23
                    value of ifCounterDiscontinuityTime."
Packit fcad23
        REFERENCE   "[IEEE 802.3 Std.], 7.2.4.6, also 30.3.2.1.4,
Packit fcad23
                    aSQETestErrors."
Packit fcad23
        ::= { dot3StatsEntry 6 }
Packit fcad23
Packit fcad23
    dot3StatsDeferredTransmissions OBJECT-TYPE
Packit fcad23
        SYNTAX      Counter32
Packit fcad23
        MAX-ACCESS  read-only
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "A count of frames for which the first
Packit fcad23
                    transmission attempt on a particular interface
Packit fcad23
                    is delayed because the medium is busy.
Packit fcad23
Packit fcad23
                    The count represented by an instance of this
Packit fcad23
                    object does not include frames involved in
Packit fcad23
                    collisions.
Packit fcad23
Packit fcad23
                    This counter does not increment when the
Packit fcad23
                    interface is operating in full-duplex mode.
Packit fcad23
Packit fcad23
                    Discontinuities in the value of this counter can
Packit fcad23
                    occur at re-initialization of the management
Packit fcad23
                    system, and at other times as indicated by the
Packit fcad23
                    value of ifCounterDiscontinuityTime."
Packit fcad23
        REFERENCE   "[IEEE 802.3 Std.], 30.3.1.1.9,
Packit fcad23
                    aFramesWithDeferredXmissions."
Packit fcad23
        ::= { dot3StatsEntry 7 }
Packit fcad23
Packit fcad23
    dot3StatsLateCollisions OBJECT-TYPE
Packit fcad23
        SYNTAX      Counter32
Packit fcad23
        MAX-ACCESS  read-only
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "The number of times that a collision is
Packit fcad23
                    detected on a particular interface later than
Packit fcad23
                    one slotTime into the transmission of a packet.
Packit fcad23
Packit fcad23
                    A (late) collision included in a count
Packit fcad23
                    represented by an instance of this object is
Packit fcad23
                    also considered as a (generic) collision for
Packit fcad23
                    purposes of other collision-related
Packit fcad23
                    statistics.
Packit fcad23
Packit fcad23
                    This counter does not increment when the
Packit fcad23
                    interface is operating in full-duplex mode.
Packit fcad23
Packit fcad23
                    Discontinuities in the value of this counter can
Packit fcad23
                    occur at re-initialization of the management
Packit fcad23
                    system, and at other times as indicated by the
Packit fcad23
                    value of ifCounterDiscontinuityTime."
Packit fcad23
        REFERENCE   "[IEEE 802.3 Std.], 30.3.1.1.10,
Packit fcad23
                    aLateCollisions."
Packit fcad23
        ::= { dot3StatsEntry 8 }
Packit fcad23
Packit fcad23
    dot3StatsExcessiveCollisions OBJECT-TYPE
Packit fcad23
        SYNTAX      Counter32
Packit fcad23
        MAX-ACCESS  read-only
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "A count of frames for which transmission on a
Packit fcad23
                    particular interface fails due to excessive
Packit fcad23
                    collisions.
Packit fcad23
Packit fcad23
                    This counter does not increment when the
Packit fcad23
                    interface is operating in full-duplex mode.
Packit fcad23
Packit fcad23
                    Discontinuities in the value of this counter can
Packit fcad23
                    occur at re-initialization of the management
Packit fcad23
                    system, and at other times as indicated by the
Packit fcad23
                    value of ifCounterDiscontinuityTime."
Packit fcad23
        REFERENCE   "[IEEE 802.3 Std.], 30.3.1.1.11,
Packit fcad23
                    aFramesAbortedDueToXSColls."
Packit fcad23
        ::= { dot3StatsEntry 9 }
Packit fcad23
Packit fcad23
    dot3StatsInternalMacTransmitErrors OBJECT-TYPE
Packit fcad23
        SYNTAX      Counter32
Packit fcad23
        MAX-ACCESS  read-only
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "A count of frames for which transmission on a
Packit fcad23
                    particular interface fails due to an internal
Packit fcad23
                    MAC sublayer transmit error. A frame is only
Packit fcad23
                    counted by an instance of this object if it is
Packit fcad23
                    not counted by the corresponding instance of
Packit fcad23
                    either the dot3StatsLateCollisions object, the
Packit fcad23
                    dot3StatsExcessiveCollisions object, or the
Packit fcad23
                    dot3StatsCarrierSenseErrors object.
Packit fcad23
Packit fcad23
                    The precise meaning of the count represented by
Packit fcad23
                    an instance of this object is implementation-
Packit fcad23
                    specific.  In particular, an instance of this
Packit fcad23
                    object may represent a count of transmission
Packit fcad23
                    errors on a particular interface that are not
Packit fcad23
                    otherwise counted.
Packit fcad23
Packit fcad23
                    For interfaces operating at 10 Gb/s, this
Packit fcad23
                    counter can roll over in less than 5 minutes if
Packit fcad23
                    it is incrementing at its maximum rate.  Since
Packit fcad23
                    that amount of time could be less than a
Packit fcad23
                    management station's poll cycle time, in order
Packit fcad23
                    to avoid a loss of information, a management
Packit fcad23
                    station is advised to poll the
Packit fcad23
                    dot3HCStatsInternalMacTransmitErrors object for
Packit fcad23
                    10 Gb/s or faster interfaces.
Packit fcad23
Packit fcad23
                    Discontinuities in the value of this counter can
Packit fcad23
Packit fcad23
                    occur at re-initialization of the management
Packit fcad23
                    system, and at other times as indicated by the
Packit fcad23
                    value of ifCounterDiscontinuityTime."
Packit fcad23
        REFERENCE   "[IEEE 802.3 Std.], 30.3.1.1.12,
Packit fcad23
                    aFramesLostDueToIntMACXmitError."
Packit fcad23
        ::= { dot3StatsEntry 10 }
Packit fcad23
Packit fcad23
    dot3StatsCarrierSenseErrors OBJECT-TYPE
Packit fcad23
        SYNTAX      Counter32
Packit fcad23
        MAX-ACCESS  read-only
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "The number of times that the carrier sense
Packit fcad23
                    condition was lost or never asserted when
Packit fcad23
                    attempting to transmit a frame on a particular
Packit fcad23
                    interface.
Packit fcad23
Packit fcad23
                    The count represented by an instance of this
Packit fcad23
                    object is incremented at most once per
Packit fcad23
                    transmission attempt, even if the carrier sense
Packit fcad23
                    condition fluctuates during a transmission
Packit fcad23
                    attempt.
Packit fcad23
Packit fcad23
                    This counter does not increment when the
Packit fcad23
                    interface is operating in full-duplex mode.
Packit fcad23
Packit fcad23
                    Discontinuities in the value of this counter can
Packit fcad23
                    occur at re-initialization of the management
Packit fcad23
                    system, and at other times as indicated by the
Packit fcad23
                    value of ifCounterDiscontinuityTime."
Packit fcad23
        REFERENCE   "[IEEE 802.3 Std.], 30.3.1.1.13,
Packit fcad23
                    aCarrierSenseErrors."
Packit fcad23
        ::= { dot3StatsEntry 11 }
Packit fcad23
Packit fcad23
    -- { dot3StatsEntry 12 } is not assigned
Packit fcad23
Packit fcad23
    dot3StatsFrameTooLongs OBJECT-TYPE
Packit fcad23
        SYNTAX      Counter32
Packit fcad23
        MAX-ACCESS  read-only
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "A count of frames received on a particular
Packit fcad23
                    interface that exceed the maximum permitted
Packit fcad23
                    frame size.
Packit fcad23
Packit fcad23
                    The count represented by an instance of this
Packit fcad23
                    object is incremented when the frameTooLong
Packit fcad23
                    status is returned by the MAC service to the
Packit fcad23
                    LLC (or other MAC user). Received frames for
Packit fcad23
                    which multiple error conditions pertain are,
Packit fcad23
                    according to the conventions of IEEE 802.3
Packit fcad23
                    Layer Management, counted exclusively according
Packit fcad23
                    to the error status presented to the LLC.
Packit fcad23
Packit fcad23
                    For interfaces operating at 10 Gb/s, this
Packit fcad23
                    counter can roll over in less than 80 minutes if
Packit fcad23
                    it is incrementing at its maximum rate.  Since
Packit fcad23
                    that amount of time could be less than a
Packit fcad23
                    management station's poll cycle time, in order
Packit fcad23
                    to avoid a loss of information, a management
Packit fcad23
                    station is advised to poll the
Packit fcad23
                    dot3HCStatsFrameTooLongs object for 10 Gb/s
Packit fcad23
                    or faster interfaces.
Packit fcad23
Packit fcad23
                    Discontinuities in the value of this counter can
Packit fcad23
                    occur at re-initialization of the management
Packit fcad23
                    system, and at other times as indicated by the
Packit fcad23
                    value of ifCounterDiscontinuityTime."
Packit fcad23
        REFERENCE   "[IEEE 802.3 Std.], 30.3.1.1.25,
Packit fcad23
                    aFrameTooLongErrors."
Packit fcad23
        ::= { dot3StatsEntry 13 }
Packit fcad23
Packit fcad23
    -- { dot3StatsEntry 14 } is not assigned
Packit fcad23
Packit fcad23
    -- { dot3StatsEntry 15 } is not assigned
Packit fcad23
Packit fcad23
    dot3StatsInternalMacReceiveErrors OBJECT-TYPE
Packit fcad23
        SYNTAX      Counter32
Packit fcad23
        MAX-ACCESS  read-only
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "A count of frames for which reception on a
Packit fcad23
                    particular interface fails due to an internal
Packit fcad23
                    MAC sublayer receive error. A frame is only
Packit fcad23
                    counted by an instance of this object if it is
Packit fcad23
                    not counted by the corresponding instance of
Packit fcad23
                    either the dot3StatsFrameTooLongs object, the
Packit fcad23
                    dot3StatsAlignmentErrors object, or the
Packit fcad23
                    dot3StatsFCSErrors object.
Packit fcad23
Packit fcad23
                    The precise meaning of the count represented by
Packit fcad23
                    an instance of this object is implementation-
Packit fcad23
                    specific.  In particular, an instance of this
Packit fcad23
                    object may represent a count of receive errors
Packit fcad23
                    on a particular interface that are not
Packit fcad23
                    otherwise counted.
Packit fcad23
Packit fcad23
                    For interfaces operating at 10 Gb/s, this
Packit fcad23
                    counter can roll over in less than 5 minutes if
Packit fcad23
Packit fcad23
                    it is incrementing at its maximum rate.  Since
Packit fcad23
                    that amount of time could be less than a
Packit fcad23
                    management station's poll cycle time, in order
Packit fcad23
                    to avoid a loss of information, a management
Packit fcad23
                    station is advised to poll the
Packit fcad23
                    dot3HCStatsInternalMacReceiveErrors object for
Packit fcad23
                    10 Gb/s or faster interfaces.
Packit fcad23
Packit fcad23
                    Discontinuities in the value of this counter can
Packit fcad23
                    occur at re-initialization of the management
Packit fcad23
                    system, and at other times as indicated by the
Packit fcad23
                    value of ifCounterDiscontinuityTime."
Packit fcad23
        REFERENCE   "[IEEE 802.3 Std.], 30.3.1.1.15,
Packit fcad23
                    aFramesLostDueToIntMACRcvError."
Packit fcad23
        ::= { dot3StatsEntry 16 }
Packit fcad23
Packit fcad23
    dot3StatsEtherChipSet OBJECT-TYPE
Packit fcad23
        SYNTAX      OBJECT IDENTIFIER
Packit fcad23
        MAX-ACCESS  read-only
Packit fcad23
        STATUS      deprecated
Packit fcad23
        DESCRIPTION "******** THIS OBJECT IS DEPRECATED ********
Packit fcad23
Packit fcad23
                    This object contains an OBJECT IDENTIFIER
Packit fcad23
                    which identifies the chipset used to
Packit fcad23
                    realize the interface. Ethernet-like
Packit fcad23
                    interfaces are typically built out of
Packit fcad23
                    several different chips. The MIB implementor
Packit fcad23
                    is presented with a decision of which chip
Packit fcad23
                    to identify via this object. The implementor
Packit fcad23
                    should identify the chip which is usually
Packit fcad23
                    called the Medium Access Control chip.
Packit fcad23
                    If no such chip is easily identifiable,
Packit fcad23
                    the implementor should identify the chip
Packit fcad23
                    which actually gathers the transmit
Packit fcad23
                    and receive statistics and error
Packit fcad23
                    indications. This would allow a
Packit fcad23
                    manager station to correlate the
Packit fcad23
                    statistics and the chip generating
Packit fcad23
                    them, giving it the ability to take
Packit fcad23
                    into account any known anomalies
Packit fcad23
                    in the chip.
Packit fcad23
Packit fcad23
                    This object has been deprecated.  Implementation
Packit fcad23
                    feedback indicates that it is of limited use for
Packit fcad23
                    debugging network problems in the field, and
Packit fcad23
                    the administrative overhead involved in
Packit fcad23
                    maintaining a registry of chipset OIDs is not
Packit fcad23
                    justified."
Packit fcad23
        ::= { dot3StatsEntry 17 }
Packit fcad23
Packit fcad23
    dot3StatsSymbolErrors OBJECT-TYPE
Packit fcad23
        SYNTAX      Counter32
Packit fcad23
        MAX-ACCESS  read-only
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "For an interface operating at 100 Mb/s, the
Packit fcad23
                    number of times there was an invalid data symbol
Packit fcad23
                    when a valid carrier was present.
Packit fcad23
Packit fcad23
                    For an interface operating in half-duplex mode
Packit fcad23
                    at 1000 Mb/s, the number of times the receiving
Packit fcad23
                    media is non-idle (a carrier event) for a period
Packit fcad23
                    of time equal to or greater than slotTime, and
Packit fcad23
                    during which there was at least one occurrence
Packit fcad23
                    of an event that causes the PHY to indicate
Packit fcad23
                    'Data reception error' or 'carrier extend error'
Packit fcad23
                    on the GMII.
Packit fcad23
Packit fcad23
                    For an interface operating in full-duplex mode
Packit fcad23
                    at 1000 Mb/s, the number of times the receiving
Packit fcad23
                    media is non-idle (a carrier event) for a period
Packit fcad23
                    of time equal to or greater than minFrameSize,
Packit fcad23
                    and during which there was at least one
Packit fcad23
                    occurrence of an event that causes the PHY to
Packit fcad23
                    indicate 'Data reception error' on the GMII.
Packit fcad23
Packit fcad23
                    For an interface operating at 10 Gb/s, the
Packit fcad23
                    number of times the receiving media is non-idle
Packit fcad23
                    (a carrier event) for a period of time equal to
Packit fcad23
                    or greater than minFrameSize, and during which
Packit fcad23
                    there was at least one occurrence of an event
Packit fcad23
                    that causes the PHY to indicate 'Receive Error'
Packit fcad23
                    on the XGMII.
Packit fcad23
Packit fcad23
                    The count represented by an instance of this
Packit fcad23
                    object is incremented at most once per carrier
Packit fcad23
                    event, even if multiple symbol errors occur
Packit fcad23
                    during the carrier event.  This count does
Packit fcad23
                    not increment if a collision is present.
Packit fcad23
Packit fcad23
                    This counter does not increment when the
Packit fcad23
                    interface is operating at 10 Mb/s.
Packit fcad23
Packit fcad23
                    For interfaces operating at 10 Gb/s, this
Packit fcad23
                    counter can roll over in less than 5 minutes if
Packit fcad23
                    it is incrementing at its maximum rate.  Since
Packit fcad23
                    that amount of time could be less than a
Packit fcad23
Packit fcad23
                    management station's poll cycle time, in order
Packit fcad23
                    to avoid a loss of information, a management
Packit fcad23
                    station is advised to poll the
Packit fcad23
                    dot3HCStatsSymbolErrors object for 10 Gb/s
Packit fcad23
                    or faster interfaces.
Packit fcad23
Packit fcad23
                    Discontinuities in the value of this counter can
Packit fcad23
                    occur at re-initialization of the management
Packit fcad23
                    system, and at other times as indicated by the
Packit fcad23
                    value of ifCounterDiscontinuityTime."
Packit fcad23
        REFERENCE   "[IEEE 802.3 Std.], 30.3.2.1.5,
Packit fcad23
                    aSymbolErrorDuringCarrier."
Packit fcad23
        ::= { dot3StatsEntry 18 }
Packit fcad23
Packit fcad23
    dot3StatsDuplexStatus OBJECT-TYPE
Packit fcad23
        SYNTAX      INTEGER {
Packit fcad23
                        unknown(1),
Packit fcad23
                        halfDuplex(2),
Packit fcad23
                        fullDuplex(3)
Packit fcad23
                    }
Packit fcad23
        MAX-ACCESS  read-only
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "The current mode of operation of the MAC
Packit fcad23
                    entity.  'unknown' indicates that the current
Packit fcad23
                    duplex mode could not be determined.
Packit fcad23
Packit fcad23
                    Management control of the duplex mode is
Packit fcad23
                    accomplished through the MAU MIB.  When
Packit fcad23
                    an interface does not support autonegotiation,
Packit fcad23
                    or when autonegotiation is not enabled, the
Packit fcad23
                    duplex mode is controlled using
Packit fcad23
                    ifMauDefaultType.  When autonegotiation is
Packit fcad23
                    supported and enabled, duplex mode is controlled
Packit fcad23
                    using ifMauAutoNegAdvertisedBits.  In either
Packit fcad23
                    case, the currently operating duplex mode is
Packit fcad23
                    reflected both in this object and in ifMauType.
Packit fcad23
Packit fcad23
                    Note that this object provides redundant
Packit fcad23
                    information with ifMauType.  Normally, redundant
Packit fcad23
                    objects are discouraged.  However, in this
Packit fcad23
                    instance, it allows a management application to
Packit fcad23
                    determine the duplex status of an interface
Packit fcad23
                    without having to know every possible value of
Packit fcad23
                    ifMauType.  This was felt to be sufficiently
Packit fcad23
                    valuable to justify the redundancy."
Packit fcad23
        REFERENCE   "[IEEE 802.3 Std.], 30.3.1.1.32,
Packit fcad23
                    aDuplexStatus."
Packit fcad23
        ::= { dot3StatsEntry 19 }
Packit fcad23
Packit fcad23
    dot3StatsRateControlAbility OBJECT-TYPE
Packit fcad23
        SYNTAX      TruthValue
Packit fcad23
        MAX-ACCESS  read-only
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "'true' for interfaces operating at speeds above
Packit fcad23
                    1000 Mb/s that support Rate Control through
Packit fcad23
                    lowering the average data rate of the MAC
Packit fcad23
                    sublayer, with frame granularity, and 'false'
Packit fcad23
                    otherwise."
Packit fcad23
        REFERENCE   "[IEEE 802.3 Std.], 30.3.1.1.33,
Packit fcad23
                    aRateControlAbility."
Packit fcad23
        ::= { dot3StatsEntry 20 }
Packit fcad23
Packit fcad23
    dot3StatsRateControlStatus OBJECT-TYPE
Packit fcad23
        SYNTAX      INTEGER {
Packit fcad23
                        rateControlOff(1),
Packit fcad23
                        rateControlOn(2),
Packit fcad23
                        unknown(3)
Packit fcad23
                    }
Packit fcad23
        MAX-ACCESS  read-only
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "The current Rate Control mode of operation of
Packit fcad23
                    the MAC sublayer of this interface."
Packit fcad23
        REFERENCE   "[IEEE 802.3 Std.], 30.3.1.1.34,
Packit fcad23
                    aRateControlStatus."
Packit fcad23
        ::= { dot3StatsEntry 21 }
Packit fcad23
Packit fcad23
    -- the Ethernet-like Collision Statistics group
Packit fcad23
Packit fcad23
    -- Implementation of this group is optional; it is appropriate
Packit fcad23
    -- for all systems which have the necessary metering
Packit fcad23
Packit fcad23
    dot3CollTable OBJECT-TYPE
Packit fcad23
        SYNTAX      SEQUENCE OF Dot3CollEntry
Packit fcad23
        MAX-ACCESS  not-accessible
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "A collection of collision histograms for a
Packit fcad23
                    particular set of interfaces."
Packit fcad23
        REFERENCE   "[IEEE 802.3 Std.], 30.3.1.1.30,
Packit fcad23
                    aCollisionFrames."
Packit fcad23
        ::= { dot3 5 }
Packit fcad23
Packit fcad23
    dot3CollEntry OBJECT-TYPE
Packit fcad23
        SYNTAX      Dot3CollEntry
Packit fcad23
        MAX-ACCESS  not-accessible
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "A cell in the histogram of per-frame
Packit fcad23
                    collisions for a particular interface.  An
Packit fcad23
Packit fcad23
                    instance of this object represents the
Packit fcad23
                    frequency of individual MAC frames for which
Packit fcad23
                    the transmission (successful or otherwise) on a
Packit fcad23
                    particular interface is accompanied by a
Packit fcad23
                    particular number of media collisions."
Packit fcad23
        INDEX       { ifIndex, dot3CollCount }
Packit fcad23
        ::= { dot3CollTable 1 }
Packit fcad23
Packit fcad23
    Dot3CollEntry ::=
Packit fcad23
        SEQUENCE {
Packit fcad23
            dot3CollCount        Integer32,
Packit fcad23
            dot3CollFrequencies  Counter32
Packit fcad23
        }
Packit fcad23
Packit fcad23
    -- { dot3CollEntry 1 } is no longer in use
Packit fcad23
Packit fcad23
    dot3CollCount OBJECT-TYPE
Packit fcad23
        SYNTAX      Integer32 (1..16)
Packit fcad23
        MAX-ACCESS  not-accessible
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "The number of per-frame media collisions for
Packit fcad23
                    which a particular collision histogram cell
Packit fcad23
                    represents the frequency on a particular
Packit fcad23
                    interface."
Packit fcad23
        ::= { dot3CollEntry 2 }
Packit fcad23
Packit fcad23
    dot3CollFrequencies OBJECT-TYPE
Packit fcad23
        SYNTAX      Counter32
Packit fcad23
        MAX-ACCESS  read-only
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "A count of individual MAC frames for which the
Packit fcad23
                    transmission (successful or otherwise) on a
Packit fcad23
                    particular interface occurs after the
Packit fcad23
                    frame has experienced exactly the number
Packit fcad23
                    of collisions in the associated
Packit fcad23
                    dot3CollCount object.
Packit fcad23
Packit fcad23
                    For example, a frame which is transmitted
Packit fcad23
                    on interface 77 after experiencing
Packit fcad23
                    exactly 4 collisions would be indicated
Packit fcad23
                    by incrementing only dot3CollFrequencies.77.4.
Packit fcad23
                    No other instance of dot3CollFrequencies would
Packit fcad23
                    be incremented in this example.
Packit fcad23
Packit fcad23
                    This counter does not increment when the
Packit fcad23
                    interface is operating in full-duplex mode.
Packit fcad23
Packit fcad23
                    Discontinuities in the value of this counter can
Packit fcad23
Packit fcad23
                    occur at re-initialization of the management
Packit fcad23
                    system, and at other times as indicated by the
Packit fcad23
                    value of ifCounterDiscontinuityTime."
Packit fcad23
        ::= { dot3CollEntry 3 }
Packit fcad23
Packit fcad23
    dot3ControlTable OBJECT-TYPE
Packit fcad23
        SYNTAX      SEQUENCE OF Dot3ControlEntry
Packit fcad23
        MAX-ACCESS  not-accessible
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "A table of descriptive and status information
Packit fcad23
                    about the MAC Control sublayer on the
Packit fcad23
                    ethernet-like interfaces attached to a
Packit fcad23
                    particular system.  There will be one row in
Packit fcad23
                    this table for each ethernet-like interface in
Packit fcad23
                    the system which implements the MAC Control
Packit fcad23
                    sublayer.  If some, but not all, of the
Packit fcad23
                    ethernet-like interfaces in the system implement
Packit fcad23
                    the MAC Control sublayer, there will be fewer
Packit fcad23
                    rows in this table than in the dot3StatsTable."
Packit fcad23
        ::= { dot3 9 }
Packit fcad23
Packit fcad23
    dot3ControlEntry OBJECT-TYPE
Packit fcad23
        SYNTAX      Dot3ControlEntry
Packit fcad23
        MAX-ACCESS  not-accessible
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "An entry in the table, containing information
Packit fcad23
                    about the MAC Control sublayer on a single
Packit fcad23
                    ethernet-like interface."
Packit fcad23
        INDEX       { dot3StatsIndex }
Packit fcad23
        ::= { dot3ControlTable 1 }
Packit fcad23
Packit fcad23
    Dot3ControlEntry ::=
Packit fcad23
        SEQUENCE {
Packit fcad23
            dot3ControlFunctionsSupported       BITS,
Packit fcad23
            dot3ControlInUnknownOpcodes         Counter32,
Packit fcad23
            dot3HCControlInUnknownOpcodes       Counter64
Packit fcad23
        }
Packit fcad23
Packit fcad23
    dot3ControlFunctionsSupported OBJECT-TYPE
Packit fcad23
        SYNTAX      BITS {
Packit fcad23
                        pause(0)   -- 802.3 flow control
Packit fcad23
                    }
Packit fcad23
        MAX-ACCESS  read-only
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "A list of the possible MAC Control functions
Packit fcad23
                    implemented for this interface."
Packit fcad23
        REFERENCE   "[IEEE 802.3 Std.], 30.3.3.2,
Packit fcad23
                    aMACControlFunctionsSupported."
Packit fcad23
        ::= { dot3ControlEntry 1 }
Packit fcad23
Packit fcad23
    dot3ControlInUnknownOpcodes OBJECT-TYPE
Packit fcad23
        SYNTAX      Counter32
Packit fcad23
        MAX-ACCESS  read-only
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "A count of MAC Control frames received on this
Packit fcad23
                    interface that contain an opcode that is not
Packit fcad23
                    supported by this device.
Packit fcad23
Packit fcad23
                    For interfaces operating at 10 Gb/s, this
Packit fcad23
                    counter can roll over in less than 5 minutes if
Packit fcad23
                    it is incrementing at its maximum rate.  Since
Packit fcad23
                    that amount of time could be less than a
Packit fcad23
                    management station's poll cycle time, in order
Packit fcad23
                    to avoid a loss of information, a management
Packit fcad23
                    station is advised to poll the
Packit fcad23
                    dot3HCControlInUnknownOpcodes object for 10 Gb/s
Packit fcad23
                    or faster interfaces.
Packit fcad23
Packit fcad23
                    Discontinuities in the value of this counter can
Packit fcad23
                    occur at re-initialization of the management
Packit fcad23
                    system, and at other times as indicated by the
Packit fcad23
                    value of ifCounterDiscontinuityTime."
Packit fcad23
        REFERENCE   "[IEEE 802.3 Std.], 30.3.3.5,
Packit fcad23
                    aUnsupportedOpcodesReceived"
Packit fcad23
        ::= { dot3ControlEntry 2 }
Packit fcad23
Packit fcad23
    dot3HCControlInUnknownOpcodes OBJECT-TYPE
Packit fcad23
        SYNTAX      Counter64
Packit fcad23
        MAX-ACCESS  read-only
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "A count of MAC Control frames received on this
Packit fcad23
                    interface that contain an opcode that is not
Packit fcad23
                    supported by this device.
Packit fcad23
Packit fcad23
                    This counter is a 64 bit version of
Packit fcad23
                    dot3ControlInUnknownOpcodes.  It should be used
Packit fcad23
                    on interfaces operating at 10 Gb/s or faster.
Packit fcad23
Packit fcad23
                    Discontinuities in the value of this counter can
Packit fcad23
                    occur at re-initialization of the management
Packit fcad23
                    system, and at other times as indicated by the
Packit fcad23
                    value of ifCounterDiscontinuityTime."
Packit fcad23
        REFERENCE   "[IEEE 802.3 Std.], 30.3.3.5,
Packit fcad23
                    aUnsupportedOpcodesReceived"
Packit fcad23
        ::= { dot3ControlEntry 3 }
Packit fcad23
Packit fcad23
    dot3PauseTable OBJECT-TYPE
Packit fcad23
        SYNTAX      SEQUENCE OF Dot3PauseEntry
Packit fcad23
        MAX-ACCESS  not-accessible
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "A table of descriptive and status information
Packit fcad23
                    about the MAC Control PAUSE function on the
Packit fcad23
                    ethernet-like interfaces attached to a
Packit fcad23
                    particular system. There will be one row in
Packit fcad23
                    this table for each ethernet-like interface in
Packit fcad23
                    the system which supports the MAC Control PAUSE
Packit fcad23
                    function (i.e., the 'pause' bit in the
Packit fcad23
                    corresponding instance of
Packit fcad23
                    dot3ControlFunctionsSupported is set).  If some,
Packit fcad23
                    but not all, of the ethernet-like interfaces in
Packit fcad23
                    the system implement the MAC Control PAUSE
Packit fcad23
                    function (for example, if some interfaces only
Packit fcad23
                    support half-duplex), there will be fewer rows
Packit fcad23
                    in this table than in the dot3StatsTable."
Packit fcad23
        ::= { dot3 10 }
Packit fcad23
Packit fcad23
    dot3PauseEntry OBJECT-TYPE
Packit fcad23
        SYNTAX      Dot3PauseEntry
Packit fcad23
        MAX-ACCESS  not-accessible
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "An entry in the table, containing information
Packit fcad23
                    about the MAC Control PAUSE function on a single
Packit fcad23
                    ethernet-like interface."
Packit fcad23
        INDEX       { dot3StatsIndex }
Packit fcad23
        ::= { dot3PauseTable 1 }
Packit fcad23
Packit fcad23
    Dot3PauseEntry ::=
Packit fcad23
Packit fcad23
        SEQUENCE {
Packit fcad23
            dot3PauseAdminMode                  INTEGER,
Packit fcad23
            dot3PauseOperMode                   INTEGER,
Packit fcad23
            dot3InPauseFrames                   Counter32,
Packit fcad23
            dot3OutPauseFrames                  Counter32,
Packit fcad23
            dot3HCInPauseFrames                 Counter64,
Packit fcad23
            dot3HCOutPauseFrames                Counter64
Packit fcad23
        }
Packit fcad23
Packit fcad23
    dot3PauseAdminMode OBJECT-TYPE
Packit fcad23
        SYNTAX      INTEGER {
Packit fcad23
                        disabled(1),
Packit fcad23
                        enabledXmit(2),
Packit fcad23
                        enabledRcv(3),
Packit fcad23
                        enabledXmitAndRcv(4)
Packit fcad23
                    }
Packit fcad23
        MAX-ACCESS  read-write
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "This object is used to configure the default
Packit fcad23
                    administrative PAUSE mode for this interface.
Packit fcad23
Packit fcad23
                    This object represents the
Packit fcad23
                    administratively-configured PAUSE mode for this
Packit fcad23
                    interface.  If auto-negotiation is not enabled
Packit fcad23
                    or is not implemented for the active MAU
Packit fcad23
                    attached to this interface, the value of this
Packit fcad23
                    object determines the operational PAUSE mode
Packit fcad23
                    of the interface whenever it is operating in
Packit fcad23
                    full-duplex mode.  In this case, a set to this
Packit fcad23
                    object will force the interface into the
Packit fcad23
                    specified mode.
Packit fcad23
Packit fcad23
                    If auto-negotiation is implemented and enabled
Packit fcad23
                    for the MAU attached to this interface, the
Packit fcad23
                    PAUSE mode for this interface is determined by
Packit fcad23
                    auto-negotiation, and the value of this object
Packit fcad23
                    denotes the mode to which the interface will
Packit fcad23
                    automatically revert if/when auto-negotiation is
Packit fcad23
                    later disabled.  Note that when auto-negotiation
Packit fcad23
                    is running, administrative control of the PAUSE
Packit fcad23
                    mode may be accomplished using the
Packit fcad23
                    ifMauAutoNegCapAdvertisedBits object in the
Packit fcad23
                    MAU-MIB.
Packit fcad23
Packit fcad23
                    Note that the value of this object is ignored
Packit fcad23
                    when the interface is not operating in
Packit fcad23
                    full-duplex mode.
Packit fcad23
Packit fcad23
                    An attempt to set this object to
Packit fcad23
                    'enabledXmit(2)' or 'enabledRcv(3)' will fail
Packit fcad23
                    on interfaces that do not support operation
Packit fcad23
                    at greater than 100 Mb/s."
Packit fcad23
        ::= { dot3PauseEntry 1 }
Packit fcad23
Packit fcad23
    dot3PauseOperMode OBJECT-TYPE
Packit fcad23
        SYNTAX      INTEGER {
Packit fcad23
                        disabled(1),
Packit fcad23
                        enabledXmit(2),
Packit fcad23
                        enabledRcv(3),
Packit fcad23
                        enabledXmitAndRcv(4)
Packit fcad23
                    }
Packit fcad23
        MAX-ACCESS  read-only
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "This object reflects the PAUSE mode currently
Packit fcad23
Packit fcad23
                    in use on this interface, as determined by
Packit fcad23
                    either (1) the result of the auto-negotiation
Packit fcad23
                    function or (2) if auto-negotiation is not
Packit fcad23
                    enabled or is not implemented for the active MAU
Packit fcad23
                    attached to this interface, by the value of
Packit fcad23
                    dot3PauseAdminMode.  Interfaces operating at
Packit fcad23
                    100 Mb/s or less will never return
Packit fcad23
                    'enabledXmit(2)' or 'enabledRcv(3)'.  Interfaces
Packit fcad23
                    operating in half-duplex mode will always return
Packit fcad23
                    'disabled(1)'.  Interfaces on which
Packit fcad23
                    auto-negotiation is enabled but not yet
Packit fcad23
                    completed should return the value
Packit fcad23
                    'disabled(1)'."
Packit fcad23
        ::= { dot3PauseEntry 2 }
Packit fcad23
Packit fcad23
    dot3InPauseFrames OBJECT-TYPE
Packit fcad23
        SYNTAX      Counter32
Packit fcad23
        MAX-ACCESS  read-only
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "A count of MAC Control frames received on this
Packit fcad23
                    interface with an opcode indicating the PAUSE
Packit fcad23
                    operation.
Packit fcad23
Packit fcad23
                    This counter does not increment when the
Packit fcad23
                    interface is operating in half-duplex mode.
Packit fcad23
Packit fcad23
                    For interfaces operating at 10 Gb/s, this
Packit fcad23
                    counter can roll over in less than 5 minutes if
Packit fcad23
                    it is incrementing at its maximum rate.  Since
Packit fcad23
                    that amount of time could be less than a
Packit fcad23
                    management station's poll cycle time, in order
Packit fcad23
                    to avoid a loss of information, a management
Packit fcad23
                    station is advised to poll the
Packit fcad23
                    dot3HCInPauseFrames object for 10 Gb/s or
Packit fcad23
                    faster interfaces.
Packit fcad23
Packit fcad23
                    Discontinuities in the value of this counter can
Packit fcad23
                    occur at re-initialization of the management
Packit fcad23
                    system, and at other times as indicated by the
Packit fcad23
                    value of ifCounterDiscontinuityTime."
Packit fcad23
        REFERENCE   "[IEEE 802.3 Std.], 30.3.4.3,
Packit fcad23
                    aPAUSEMACCtrlFramesReceived."
Packit fcad23
        ::= { dot3PauseEntry 3 }
Packit fcad23
Packit fcad23
    dot3OutPauseFrames OBJECT-TYPE
Packit fcad23
        SYNTAX      Counter32
Packit fcad23
        MAX-ACCESS  read-only
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "A count of MAC Control frames transmitted on
Packit fcad23
                    this interface with an opcode indicating the
Packit fcad23
                    PAUSE operation.
Packit fcad23
Packit fcad23
                    This counter does not increment when the
Packit fcad23
                    interface is operating in half-duplex mode.
Packit fcad23
Packit fcad23
                    For interfaces operating at 10 Gb/s, this
Packit fcad23
                    counter can roll over in less than 5 minutes if
Packit fcad23
                    it is incrementing at its maximum rate.  Since
Packit fcad23
                    that amount of time could be less than a
Packit fcad23
                    management station's poll cycle time, in order
Packit fcad23
                    to avoid a loss of information, a management
Packit fcad23
                    station is advised to poll the
Packit fcad23
                    dot3HCOutPauseFrames object for 10 Gb/s or
Packit fcad23
                    faster interfaces.
Packit fcad23
Packit fcad23
                    Discontinuities in the value of this counter can
Packit fcad23
                    occur at re-initialization of the management
Packit fcad23
                    system, and at other times as indicated by the
Packit fcad23
                    value of ifCounterDiscontinuityTime."
Packit fcad23
        REFERENCE   "[IEEE 802.3 Std.], 30.3.4.2,
Packit fcad23
                    aPAUSEMACCtrlFramesTransmitted."
Packit fcad23
        ::= { dot3PauseEntry 4 }
Packit fcad23
Packit fcad23
    dot3HCInPauseFrames OBJECT-TYPE
Packit fcad23
        SYNTAX      Counter64
Packit fcad23
        MAX-ACCESS  read-only
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "A count of MAC Control frames received on this
Packit fcad23
                    interface with an opcode indicating the PAUSE
Packit fcad23
                    operation.
Packit fcad23
Packit fcad23
                    This counter does not increment when the
Packit fcad23
                    interface is operating in half-duplex mode.
Packit fcad23
Packit fcad23
                    This counter is a 64 bit version of
Packit fcad23
                    dot3InPauseFrames.  It should be used on
Packit fcad23
                    interfaces operating at 10 Gb/s or faster.
Packit fcad23
Packit fcad23
                    Discontinuities in the value of this counter can
Packit fcad23
                    occur at re-initialization of the management
Packit fcad23
                    system, and at other times as indicated by the
Packit fcad23
                    value of ifCounterDiscontinuityTime."
Packit fcad23
        REFERENCE   "[IEEE 802.3 Std.], 30.3.4.3,
Packit fcad23
                    aPAUSEMACCtrlFramesReceived."
Packit fcad23
        ::= { dot3PauseEntry 5 }
Packit fcad23
Packit fcad23
    dot3HCOutPauseFrames OBJECT-TYPE
Packit fcad23
        SYNTAX      Counter64
Packit fcad23
        MAX-ACCESS  read-only
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "A count of MAC Control frames transmitted on
Packit fcad23
                    this interface with an opcode indicating the
Packit fcad23
                    PAUSE operation.
Packit fcad23
Packit fcad23
                    This counter does not increment when the
Packit fcad23
                    interface is operating in half-duplex mode.
Packit fcad23
Packit fcad23
                    This counter is a 64 bit version of
Packit fcad23
                    dot3OutPauseFrames.  It should be used on
Packit fcad23
                    interfaces operating at 10 Gb/s or faster.
Packit fcad23
Packit fcad23
                    Discontinuities in the value of this counter can
Packit fcad23
                    occur at re-initialization of the management
Packit fcad23
                    system, and at other times as indicated by the
Packit fcad23
                    value of ifCounterDiscontinuityTime."
Packit fcad23
        REFERENCE   "[IEEE 802.3 Std.], 30.3.4.2,
Packit fcad23
                    aPAUSEMACCtrlFramesTransmitted."
Packit fcad23
        ::= { dot3PauseEntry 6 }
Packit fcad23
Packit fcad23
    dot3HCStatsTable OBJECT-TYPE
Packit fcad23
        SYNTAX      SEQUENCE OF Dot3HCStatsEntry
Packit fcad23
        MAX-ACCESS  not-accessible
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "A table containing 64-bit versions of error
Packit fcad23
                    counters from the dot3StatsTable.  The 32-bit
Packit fcad23
                    versions of these counters may roll over quite
Packit fcad23
                    quickly on higher speed ethernet interfaces.
Packit fcad23
                    The counters that have 64-bit versions in this
Packit fcad23
                    table are the counters that apply to full-duplex
Packit fcad23
                    interfaces, since 10 Gb/s and faster
Packit fcad23
                    ethernet-like interfaces do not support
Packit fcad23
                    half-duplex, and very few 1000 Mb/s
Packit fcad23
                    ethernet-like interfaces support half-duplex.
Packit fcad23
Packit fcad23
                    Entries in this table are recommended for
Packit fcad23
                    interfaces capable of operating at 1000 Mb/s or
Packit fcad23
                    faster, and are required for interfaces capable
Packit fcad23
                    of operating at 10 Gb/s or faster.  Lower speed
Packit fcad23
                    ethernet-like interfaces do not need entries in
Packit fcad23
                    this table, in which case there may be fewer
Packit fcad23
                    entries in this table than in the
Packit fcad23
                    dot3StatsTable. However, implementations
Packit fcad23
                    containing interfaces with a mix of speeds may
Packit fcad23
                    choose to implement entries in this table for
Packit fcad23
Packit fcad23
                    all ethernet-like interfaces."
Packit fcad23
        ::= { dot3 11 }
Packit fcad23
Packit fcad23
    dot3HCStatsEntry OBJECT-TYPE
Packit fcad23
        SYNTAX      Dot3HCStatsEntry
Packit fcad23
        MAX-ACCESS  not-accessible
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "An entry containing 64-bit statistics for a
Packit fcad23
                    single ethernet-like interface."
Packit fcad23
        INDEX       { dot3StatsIndex }
Packit fcad23
        ::= { dot3HCStatsTable 1 }
Packit fcad23
Packit fcad23
    Dot3HCStatsEntry ::=
Packit fcad23
        SEQUENCE {
Packit fcad23
            dot3HCStatsAlignmentErrors           Counter64,
Packit fcad23
            dot3HCStatsFCSErrors                 Counter64,
Packit fcad23
            dot3HCStatsInternalMacTransmitErrors Counter64,
Packit fcad23
            dot3HCStatsFrameTooLongs             Counter64,
Packit fcad23
            dot3HCStatsInternalMacReceiveErrors  Counter64,
Packit fcad23
            dot3HCStatsSymbolErrors              Counter64
Packit fcad23
        }
Packit fcad23
Packit fcad23
    dot3HCStatsAlignmentErrors OBJECT-TYPE
Packit fcad23
        SYNTAX      Counter64
Packit fcad23
        MAX-ACCESS  read-only
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "A count of frames received on a particular
Packit fcad23
                    interface that are not an integral number of
Packit fcad23
                    octets in length and do not pass the FCS check.
Packit fcad23
Packit fcad23
                    The count represented by an instance of this
Packit fcad23
                    object is incremented when the alignmentError
Packit fcad23
                    status is returned by the MAC service to the
Packit fcad23
                    LLC (or other MAC user). Received frames for
Packit fcad23
                    which multiple error conditions pertain are,
Packit fcad23
                    according to the conventions of IEEE 802.3
Packit fcad23
                    Layer Management, counted exclusively according
Packit fcad23
                    to the error status presented to the LLC.
Packit fcad23
Packit fcad23
                    This counter does not increment for group
Packit fcad23
                    encoding schemes greater than 4 bits per group.
Packit fcad23
Packit fcad23
                    This counter is a 64 bit version of
Packit fcad23
                    dot3StatsAlignmentErrors.  It should be used
Packit fcad23
                    on interfaces operating at 10 Gb/s or faster.
Packit fcad23
Packit fcad23
                    Discontinuities in the value of this counter can
Packit fcad23
                    occur at re-initialization of the management
Packit fcad23
Packit fcad23
                    system, and at other times as indicated by the
Packit fcad23
                    value of ifCounterDiscontinuityTime."
Packit fcad23
        REFERENCE   "[IEEE 802.3 Std.], 30.3.1.1.7,
Packit fcad23
                    aAlignmentErrors"
Packit fcad23
        ::= { dot3HCStatsEntry 1 }
Packit fcad23
Packit fcad23
    dot3HCStatsFCSErrors OBJECT-TYPE
Packit fcad23
        SYNTAX      Counter64
Packit fcad23
        MAX-ACCESS  read-only
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "A count of frames received on a particular
Packit fcad23
                    interface that are an integral number of octets
Packit fcad23
                    in length but do not pass the FCS check.  This
Packit fcad23
                    count does not include frames received with
Packit fcad23
                    frame-too-long or frame-too-short error.
Packit fcad23
Packit fcad23
                    The count represented by an instance of this
Packit fcad23
                    object is incremented when the frameCheckError
Packit fcad23
                    status is returned by the MAC service to the
Packit fcad23
                    LLC (or other MAC user). Received frames for
Packit fcad23
                    which multiple error conditions pertain are,
Packit fcad23
                    according to the conventions of IEEE 802.3
Packit fcad23
                    Layer Management, counted exclusively according
Packit fcad23
                    to the error status presented to the LLC.
Packit fcad23
Packit fcad23
                    Note:  Coding errors detected by the physical
Packit fcad23
                    layer for speeds above 10 Mb/s will cause the
Packit fcad23
                    frame to fail the FCS check.
Packit fcad23
Packit fcad23
                    This counter is a 64 bit version of
Packit fcad23
                    dot3StatsFCSErrors.  It should be used on
Packit fcad23
                    interfaces operating at 10 Gb/s or faster.
Packit fcad23
Packit fcad23
                    Discontinuities in the value of this counter can
Packit fcad23
                    occur at re-initialization of the management
Packit fcad23
                    system, and at other times as indicated by the
Packit fcad23
                    value of ifCounterDiscontinuityTime."
Packit fcad23
        REFERENCE   "[IEEE 802.3 Std.], 30.3.1.1.6,
Packit fcad23
                    aFrameCheckSequenceErrors."
Packit fcad23
        ::= { dot3HCStatsEntry 2 }
Packit fcad23
Packit fcad23
    dot3HCStatsInternalMacTransmitErrors OBJECT-TYPE
Packit fcad23
        SYNTAX      Counter64
Packit fcad23
        MAX-ACCESS  read-only
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "A count of frames for which transmission on a
Packit fcad23
                    particular interface fails due to an internal
Packit fcad23
                    MAC sublayer transmit error. A frame is only
Packit fcad23
Packit fcad23
                    counted by an instance of this object if it is
Packit fcad23
                    not counted by the corresponding instance of
Packit fcad23
                    either the dot3StatsLateCollisions object, the
Packit fcad23
                    dot3StatsExcessiveCollisions object, or the
Packit fcad23
                    dot3StatsCarrierSenseErrors object.
Packit fcad23
Packit fcad23
                    The precise meaning of the count represented by
Packit fcad23
                    an instance of this object is implementation-
Packit fcad23
                    specific.  In particular, an instance of this
Packit fcad23
                    object may represent a count of transmission
Packit fcad23
                    errors on a particular interface that are not
Packit fcad23
                    otherwise counted.
Packit fcad23
Packit fcad23
                    This counter is a 64 bit version of
Packit fcad23
                    dot3StatsInternalMacTransmitErrors.  It should
Packit fcad23
                    be used on interfaces operating at 10 Gb/s or
Packit fcad23
                    faster.
Packit fcad23
Packit fcad23
                    Discontinuities in the value of this counter can
Packit fcad23
                    occur at re-initialization of the management
Packit fcad23
                    system, and at other times as indicated by the
Packit fcad23
                    value of ifCounterDiscontinuityTime."
Packit fcad23
        REFERENCE   "[IEEE 802.3 Std.], 30.3.1.1.12,
Packit fcad23
                    aFramesLostDueToIntMACXmitError."
Packit fcad23
        ::= { dot3HCStatsEntry 3 }
Packit fcad23
Packit fcad23
    dot3HCStatsFrameTooLongs OBJECT-TYPE
Packit fcad23
        SYNTAX      Counter64
Packit fcad23
        MAX-ACCESS  read-only
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "A count of frames received on a particular
Packit fcad23
                    interface that exceed the maximum permitted
Packit fcad23
                    frame size.
Packit fcad23
Packit fcad23
                    The count represented by an instance of this
Packit fcad23
                    object is incremented when the frameTooLong
Packit fcad23
                    status is returned by the MAC service to the
Packit fcad23
                    LLC (or other MAC user). Received frames for
Packit fcad23
                    which multiple error conditions pertain are,
Packit fcad23
                    according to the conventions of IEEE 802.3
Packit fcad23
                    Layer Management, counted exclusively according
Packit fcad23
                    to the error status presented to the LLC.
Packit fcad23
Packit fcad23
                    This counter is a 64 bit version of
Packit fcad23
                    dot3StatsFrameTooLongs.  It should be used on
Packit fcad23
                    interfaces operating at 10 Gb/s or faster.
Packit fcad23
Packit fcad23
                    Discontinuities in the value of this counter can
Packit fcad23
Packit fcad23
                    occur at re-initialization of the management
Packit fcad23
                    system, and at other times as indicated by the
Packit fcad23
                    value of ifCounterDiscontinuityTime."
Packit fcad23
        REFERENCE   "[IEEE 802.3 Std.], 30.3.1.1.25,
Packit fcad23
                    aFrameTooLongErrors."
Packit fcad23
        ::= { dot3HCStatsEntry 4 }
Packit fcad23
Packit fcad23
    dot3HCStatsInternalMacReceiveErrors OBJECT-TYPE
Packit fcad23
        SYNTAX      Counter64
Packit fcad23
        MAX-ACCESS  read-only
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "A count of frames for which reception on a
Packit fcad23
                    particular interface fails due to an internal
Packit fcad23
                    MAC sublayer receive error. A frame is only
Packit fcad23
                    counted by an instance of this object if it is
Packit fcad23
                    not counted by the corresponding instance of
Packit fcad23
                    either the dot3StatsFrameTooLongs object, the
Packit fcad23
                    dot3StatsAlignmentErrors object, or the
Packit fcad23
                    dot3StatsFCSErrors object.
Packit fcad23
Packit fcad23
                    The precise meaning of the count represented by
Packit fcad23
                    an instance of this object is implementation-
Packit fcad23
                    specific.  In particular, an instance of this
Packit fcad23
                    object may represent a count of receive errors
Packit fcad23
                    on a particular interface that are not
Packit fcad23
                    otherwise counted.
Packit fcad23
Packit fcad23
                    This counter is a 64 bit version of
Packit fcad23
                    dot3StatsInternalMacReceiveErrors.  It should be
Packit fcad23
                    used on interfaces operating at 10 Gb/s or
Packit fcad23
                    faster.
Packit fcad23
Packit fcad23
                    Discontinuities in the value of this counter can
Packit fcad23
                    occur at re-initialization of the management
Packit fcad23
                    system, and at other times as indicated by the
Packit fcad23
                    value of ifCounterDiscontinuityTime."
Packit fcad23
        REFERENCE   "[IEEE 802.3 Std.], 30.3.1.1.15,
Packit fcad23
                    aFramesLostDueToIntMACRcvError."
Packit fcad23
        ::= { dot3HCStatsEntry 5 }
Packit fcad23
Packit fcad23
    dot3HCStatsSymbolErrors OBJECT-TYPE
Packit fcad23
        SYNTAX      Counter64
Packit fcad23
        MAX-ACCESS  read-only
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "For an interface operating at 100 Mb/s, the
Packit fcad23
                    number of times there was an invalid data symbol
Packit fcad23
                    when a valid carrier was present.
Packit fcad23
Packit fcad23
                    For an interface operating in half-duplex mode
Packit fcad23
                    at 1000 Mb/s, the number of times the receiving
Packit fcad23
                    media is non-idle (a carrier event) for a period
Packit fcad23
                    of time equal to or greater than slotTime, and
Packit fcad23
                    during which there was at least one occurrence
Packit fcad23
                    of an event that causes the PHY to indicate
Packit fcad23
                    'Data reception error' or 'carrier extend error'
Packit fcad23
                    on the GMII.
Packit fcad23
Packit fcad23
                    For an interface operating in full-duplex mode
Packit fcad23
                    at 1000 Mb/s, the number of times the receiving
Packit fcad23
                    media is non-idle (a carrier event) for a period
Packit fcad23
                    of time equal to or greater than minFrameSize,
Packit fcad23
                    and during which there was at least one
Packit fcad23
                    occurrence of an event that causes the PHY to
Packit fcad23
                    indicate 'Data reception error' on the GMII.
Packit fcad23
Packit fcad23
                    For an interface operating at 10 Gb/s, the
Packit fcad23
                    number of times the receiving media is non-idle
Packit fcad23
                    (a carrier event) for a period of time equal to
Packit fcad23
                    or greater than minFrameSize, and during which
Packit fcad23
                    there was at least one occurrence of an event
Packit fcad23
                    that causes the PHY to indicate 'Receive Error'
Packit fcad23
                    on the XGMII.
Packit fcad23
Packit fcad23
                    The count represented by an instance of this
Packit fcad23
                    object is incremented at most once per carrier
Packit fcad23
                    event, even if multiple symbol errors occur
Packit fcad23
                    during the carrier event.  This count does
Packit fcad23
                    not increment if a collision is present.
Packit fcad23
Packit fcad23
                    This counter is a 64 bit version of
Packit fcad23
                    dot3StatsSymbolErrors.  It should be used on
Packit fcad23
                    interfaces operating at 10 Gb/s or faster.
Packit fcad23
Packit fcad23
                    Discontinuities in the value of this counter can
Packit fcad23
                    occur at re-initialization of the management
Packit fcad23
                    system, and at other times as indicated by the
Packit fcad23
                    value of ifCounterDiscontinuityTime."
Packit fcad23
        REFERENCE   "[IEEE 802.3 Std.], 30.3.2.1.5,
Packit fcad23
                    aSymbolErrorDuringCarrier."
Packit fcad23
        ::= { dot3HCStatsEntry 6 }
Packit fcad23
Packit fcad23
    --  802.3 Tests
Packit fcad23
Packit fcad23
    dot3Tests   OBJECT IDENTIFIER ::= { dot3 6 }
Packit fcad23
Packit fcad23
    dot3Errors  OBJECT IDENTIFIER ::= { dot3 7 }
Packit fcad23
Packit fcad23
    --  TDR Test
Packit fcad23
Packit fcad23
    dot3TestTdr OBJECT-IDENTITY
Packit fcad23
        STATUS      deprecated
Packit fcad23
        DESCRIPTION "******** THIS IDENTITY IS DEPRECATED *******
Packit fcad23
Packit fcad23
                    The Time-Domain Reflectometry (TDR) test is
Packit fcad23
                    specific to ethernet-like interfaces of type
Packit fcad23
                    10Base5 and 10Base2.  The TDR value may be
Packit fcad23
                    useful in determining the approximate distance
Packit fcad23
                    to a cable fault.  It is advisable to repeat
Packit fcad23
                    this test to check for a consistent resulting
Packit fcad23
                    TDR value, to verify that there is a fault.
Packit fcad23
Packit fcad23
                    A TDR test returns as its result the time
Packit fcad23
                    interval, measured in 10 MHz ticks or 100 nsec
Packit fcad23
                    units, between the start of TDR test
Packit fcad23
                    transmission and the subsequent detection of a
Packit fcad23
                    collision or deassertion of carrier.  On
Packit fcad23
                    successful completion of a TDR test, the result
Packit fcad23
                    is stored as the value of an appropriate
Packit fcad23
                    instance of an appropriate vendor specific MIB
Packit fcad23
                    object, and the OBJECT IDENTIFIER of that
Packit fcad23
                    instance is stored in the appropriate instance
Packit fcad23
                    of the appropriate test result code object
Packit fcad23
                    (thereby indicating where the result has been
Packit fcad23
                    stored).
Packit fcad23
Packit fcad23
                    This object identity has been deprecated, since
Packit fcad23
                    the ifTestTable in the IF-MIB was deprecated,
Packit fcad23
                    and there is no longer a standard mechanism for
Packit fcad23
                    initiating an interface test.  This left no
Packit fcad23
                    standard way of using this object identity."
Packit fcad23
        ::= { dot3Tests 1 }
Packit fcad23
Packit fcad23
    -- Loopback Test
Packit fcad23
Packit fcad23
    dot3TestLoopBack OBJECT-IDENTITY
Packit fcad23
        STATUS      deprecated
Packit fcad23
        DESCRIPTION "******** THIS IDENTITY IS DEPRECATED *******
Packit fcad23
Packit fcad23
                    This test configures the MAC chip and executes
Packit fcad23
                    an internal loopback test of memory, data paths,
Packit fcad23
                    and the MAC chip logic.  This loopback test can
Packit fcad23
                    only be executed if the interface is offline.
Packit fcad23
                    Once the test has completed, the MAC chip should
Packit fcad23
Packit fcad23
                    be reinitialized for network operation, but it
Packit fcad23
                    should remain offline.
Packit fcad23
Packit fcad23
                    If an error occurs during a test, the
Packit fcad23
                    appropriate test result object will be set
Packit fcad23
                    to indicate a failure.  The two OBJECT
Packit fcad23
                    IDENTIFIER values dot3ErrorInitError and
Packit fcad23
                    dot3ErrorLoopbackError may be used to provided
Packit fcad23
                    more information as values for an appropriate
Packit fcad23
                    test result code object.
Packit fcad23
Packit fcad23
                    This object identity has been deprecated, since
Packit fcad23
                    the ifTestTable in the IF-MIB was deprecated,
Packit fcad23
                    and there is no longer a standard mechanism for
Packit fcad23
                    initiating an interface test.  This left no
Packit fcad23
                    standard way of using this object identity."
Packit fcad23
        ::= { dot3Tests 2 }
Packit fcad23
Packit fcad23
    dot3ErrorInitError OBJECT-IDENTITY
Packit fcad23
        STATUS      deprecated
Packit fcad23
        DESCRIPTION "******** THIS IDENTITY IS DEPRECATED *******
Packit fcad23
Packit fcad23
                    Couldn't initialize MAC chip for test.
Packit fcad23
Packit fcad23
                    This object identity has been deprecated, since
Packit fcad23
                    the ifTestTable in the IF-MIB was deprecated,
Packit fcad23
                    and there is no longer a standard mechanism for
Packit fcad23
                    initiating an interface test.  This left no
Packit fcad23
                    standard way of using this object identity."
Packit fcad23
        ::= { dot3Errors 1 }
Packit fcad23
Packit fcad23
    dot3ErrorLoopbackError OBJECT-IDENTITY
Packit fcad23
        STATUS      deprecated
Packit fcad23
        DESCRIPTION "******** THIS IDENTITY IS DEPRECATED *******
Packit fcad23
Packit fcad23
                    Expected data not received (or not received
Packit fcad23
                    correctly) in loopback test.
Packit fcad23
Packit fcad23
                    This object identity has been deprecated, since
Packit fcad23
                    the ifTestTable in the IF-MIB was deprecated,
Packit fcad23
                    and there is no longer a standard mechanism for
Packit fcad23
                    initiating an interface test.  This left no
Packit fcad23
                    standard way of using this object identity."
Packit fcad23
        ::= { dot3Errors 2 }
Packit fcad23
Packit fcad23
    -- { dot3 8 }, the dot3ChipSets tree, is defined in [RFC2666]
Packit fcad23
Packit fcad23
    -- conformance information
Packit fcad23
Packit fcad23
    etherConformance OBJECT IDENTIFIER ::= { etherMIB 2 }
Packit fcad23
Packit fcad23
    etherGroups      OBJECT IDENTIFIER ::= { etherConformance 1 }
Packit fcad23
    etherCompliances OBJECT IDENTIFIER ::= { etherConformance 2 }
Packit fcad23
Packit fcad23
    -- compliance statements
Packit fcad23
Packit fcad23
    etherCompliance MODULE-COMPLIANCE
Packit fcad23
        STATUS      deprecated
Packit fcad23
        DESCRIPTION "******** THIS COMPLIANCE IS DEPRECATED ********
Packit fcad23
Packit fcad23
                    The compliance statement for managed network
Packit fcad23
                    entities which have ethernet-like network
Packit fcad23
                    interfaces.
Packit fcad23
Packit fcad23
                    This compliance is deprecated and replaced by
Packit fcad23
                    dot3Compliance."
Packit fcad23
Packit fcad23
        MODULE  -- this module
Packit fcad23
            MANDATORY-GROUPS { etherStatsGroup }
Packit fcad23
Packit fcad23
            GROUP       etherCollisionTableGroup
Packit fcad23
            DESCRIPTION "This group is optional. It is appropriate
Packit fcad23
                        for all systems which have the necessary
Packit fcad23
                        metering. Implementation in such systems is
Packit fcad23
                        highly recommended."
Packit fcad23
        ::= { etherCompliances 1 }
Packit fcad23
Packit fcad23
    ether100MbsCompliance MODULE-COMPLIANCE
Packit fcad23
        STATUS      deprecated
Packit fcad23
        DESCRIPTION "******** THIS COMPLIANCE IS DEPRECATED ********
Packit fcad23
Packit fcad23
                    The compliance statement for managed network
Packit fcad23
                    entities which have 100 Mb/sec ethernet-like
Packit fcad23
                    network interfaces.
Packit fcad23
Packit fcad23
                    This compliance is deprecated and replaced by
Packit fcad23
                    dot3Compliance."
Packit fcad23
Packit fcad23
        MODULE  -- this module
Packit fcad23
            MANDATORY-GROUPS { etherStats100MbsGroup }
Packit fcad23
Packit fcad23
            GROUP       etherCollisionTableGroup
Packit fcad23
            DESCRIPTION "This group is optional. It is appropriate
Packit fcad23
                        for all systems which have the necessary
Packit fcad23
                        metering. Implementation in such systems is
Packit fcad23
                        highly recommended."
Packit fcad23
        ::= { etherCompliances 2 }
Packit fcad23
Packit fcad23
    dot3Compliance MODULE-COMPLIANCE
Packit fcad23
        STATUS      deprecated
Packit fcad23
        DESCRIPTION "******** THIS COMPLIANCE IS DEPRECATED ********
Packit fcad23
Packit fcad23
                    The compliance statement for managed network
Packit fcad23
                    entities which have ethernet-like network
Packit fcad23
                    interfaces.
Packit fcad23
Packit fcad23
                    This compliance is deprecated and replaced by
Packit fcad23
                    dot3Compliance2."
Packit fcad23
Packit fcad23
        MODULE  -- this module
Packit fcad23
            MANDATORY-GROUPS { etherStatsBaseGroup }
Packit fcad23
Packit fcad23
            GROUP       etherDuplexGroup
Packit fcad23
            DESCRIPTION "This group is mandatory for all
Packit fcad23
                        ethernet-like network interfaces which are
Packit fcad23
                        capable of operating in full-duplex mode.
Packit fcad23
                        It is highly recommended for all
Packit fcad23
                        ethernet-like network interfaces."
Packit fcad23
Packit fcad23
            GROUP       etherStatsLowSpeedGroup
Packit fcad23
            DESCRIPTION "This group is mandatory for all
Packit fcad23
                        ethernet-like network interfaces which are
Packit fcad23
                        capable of operating at 10 Mb/s or slower in
Packit fcad23
                        half-duplex mode."
Packit fcad23
Packit fcad23
            GROUP       etherStatsHighSpeedGroup
Packit fcad23
            DESCRIPTION "This group is mandatory for all
Packit fcad23
                        ethernet-like network interfaces which are
Packit fcad23
                        capable of operating at 100 Mb/s or faster."
Packit fcad23
Packit fcad23
            GROUP       etherControlGroup
Packit fcad23
            DESCRIPTION "This group is mandatory for all
Packit fcad23
                        ethernet-like network interfaces that
Packit fcad23
                        support the MAC Control sublayer."
Packit fcad23
Packit fcad23
            GROUP       etherControlPauseGroup
Packit fcad23
            DESCRIPTION "This group is mandatory for all
Packit fcad23
                        ethernet-like network interfaces that
Packit fcad23
                        support the MAC Control PAUSE function."
Packit fcad23
Packit fcad23
            GROUP       etherCollisionTableGroup
Packit fcad23
            DESCRIPTION "This group is optional. It is appropriate
Packit fcad23
                        for all ethernet-like network interfaces
Packit fcad23
                        which are capable of operating in
Packit fcad23
                        half-duplex mode and have the necessary
Packit fcad23
                        metering. Implementation in systems with
Packit fcad23
Packit fcad23
                        such interfaces is highly recommended."
Packit fcad23
        ::= { etherCompliances 3 }
Packit fcad23
Packit fcad23
        dot3Compliance2 MODULE-COMPLIANCE
Packit fcad23
            STATUS      current
Packit fcad23
            DESCRIPTION "The compliance statement for managed network
Packit fcad23
                        entities which have ethernet-like network
Packit fcad23
                        interfaces.
Packit fcad23
Packit fcad23
                        Note that compliance with this MIB module
Packit fcad23
                        requires compliance with the ifCompliance3
Packit fcad23
                        MODULE-COMPLIANCE statement of the IF-MIB
Packit fcad23
                        (RFC2863).  In addition, compliance with this
Packit fcad23
                        MIB module requires compliance  with the
Packit fcad23
                        mauModIfCompl3 MODULE-COMPLIANCE statement of
Packit fcad23
                        the MAU-MIB (RFC3636)."
Packit fcad23
Packit fcad23
        MODULE  -- this module
Packit fcad23
            MANDATORY-GROUPS { etherStatsBaseGroup2 }
Packit fcad23
Packit fcad23
            GROUP       etherDuplexGroup
Packit fcad23
            DESCRIPTION "This group is mandatory for all
Packit fcad23
                        ethernet-like network interfaces which are
Packit fcad23
                        capable of operating in full-duplex mode.
Packit fcad23
                        It is highly recommended for all
Packit fcad23
                        ethernet-like network interfaces."
Packit fcad23
Packit fcad23
            GROUP       etherRateControlGroup
Packit fcad23
            DESCRIPTION "This group is mandatory for all
Packit fcad23
                        ethernet-like network interfaces which are
Packit fcad23
                        capable of operating at speeds faster than
Packit fcad23
                        1000 Mb/s. It is highly recommended for all
Packit fcad23
                        ethernet-like network interfaces."
Packit fcad23
Packit fcad23
            GROUP       etherStatsLowSpeedGroup
Packit fcad23
            DESCRIPTION "This group is mandatory for all
Packit fcad23
                        ethernet-like network interfaces which are
Packit fcad23
                        capable of operating at 10 Mb/s or slower in
Packit fcad23
                        half-duplex mode."
Packit fcad23
Packit fcad23
            GROUP       etherStatsHighSpeedGroup
Packit fcad23
            DESCRIPTION "This group is mandatory for all
Packit fcad23
                        ethernet-like network interfaces which are
Packit fcad23
                        capable of operating at 100 Mb/s or faster."
Packit fcad23
Packit fcad23
            GROUP       etherStatsHalfDuplexGroup
Packit fcad23
            DESCRIPTION "This group is mandatory for all
Packit fcad23
                        ethernet-like network interfaces which are
Packit fcad23
Packit fcad23
                        capable of operating in half-duplex mode."
Packit fcad23
Packit fcad23
            GROUP       etherHCStatsGroup
Packit fcad23
            DESCRIPTION "This group is mandatory for all
Packit fcad23
                        ethernet-like network interfaces which are
Packit fcad23
                        capable of operating at 10 Gb/s or faster.
Packit fcad23
                        It is recommended for all ethernet-like
Packit fcad23
                        network interfaces which are capable of
Packit fcad23
                        operating at 1000 Mb/s or faster."
Packit fcad23
Packit fcad23
            GROUP       etherControlGroup
Packit fcad23
            DESCRIPTION "This group is mandatory for all
Packit fcad23
                        ethernet-like network interfaces that
Packit fcad23
                        support the MAC Control sublayer."
Packit fcad23
Packit fcad23
            GROUP       etherHCControlGroup
Packit fcad23
            DESCRIPTION "This group is mandatory for all
Packit fcad23
                        ethernet-like network interfaces that
Packit fcad23
                        support the MAC Control sublayer and are
Packit fcad23
                        capable of operating at 10 Gb/s or faster."
Packit fcad23
Packit fcad23
            GROUP       etherControlPauseGroup
Packit fcad23
            DESCRIPTION "This group is mandatory for all
Packit fcad23
                        ethernet-like network interfaces that
Packit fcad23
                        support the MAC Control PAUSE function."
Packit fcad23
Packit fcad23
            GROUP       etherHCControlPauseGroup
Packit fcad23
            DESCRIPTION "This group is mandatory for all
Packit fcad23
                        ethernet-like network interfaces that
Packit fcad23
                        support the MAC Control PAUSE function and
Packit fcad23
                        are capable of operating at 10 Gb/s or
Packit fcad23
                        faster."
Packit fcad23
Packit fcad23
            GROUP       etherCollisionTableGroup
Packit fcad23
            DESCRIPTION "This group is optional. It is appropriate
Packit fcad23
                        for all ethernet-like network interfaces
Packit fcad23
                        which are capable of operating in
Packit fcad23
                        half-duplex mode and have the necessary
Packit fcad23
                        metering. Implementation in systems with
Packit fcad23
                        such interfaces is highly recommended."
Packit fcad23
        ::= { etherCompliances 4 }
Packit fcad23
Packit fcad23
    -- units of conformance
Packit fcad23
Packit fcad23
    etherStatsGroup OBJECT-GROUP
Packit fcad23
        OBJECTS     { dot3StatsIndex,
Packit fcad23
                      dot3StatsAlignmentErrors,
Packit fcad23
                      dot3StatsFCSErrors,
Packit fcad23
                      dot3StatsSingleCollisionFrames,
Packit fcad23
                      dot3StatsMultipleCollisionFrames,
Packit fcad23
                      dot3StatsSQETestErrors,
Packit fcad23
                      dot3StatsDeferredTransmissions,
Packit fcad23
                      dot3StatsLateCollisions,
Packit fcad23
                      dot3StatsExcessiveCollisions,
Packit fcad23
                      dot3StatsInternalMacTransmitErrors,
Packit fcad23
                      dot3StatsCarrierSenseErrors,
Packit fcad23
                      dot3StatsFrameTooLongs,
Packit fcad23
                      dot3StatsInternalMacReceiveErrors,
Packit fcad23
                      dot3StatsEtherChipSet
Packit fcad23
                    }
Packit fcad23
        STATUS      deprecated
Packit fcad23
        DESCRIPTION "********* THIS GROUP IS DEPRECATED **********
Packit fcad23
Packit fcad23
                    A collection of objects providing information
Packit fcad23
                    applicable to all ethernet-like network
Packit fcad23
                    interfaces.
Packit fcad23
Packit fcad23
                    This object group has been deprecated and
Packit fcad23
                    replaced by etherStatsBaseGroup and
Packit fcad23
                    etherStatsLowSpeedGroup."
Packit fcad23
        ::= { etherGroups 1 }
Packit fcad23
Packit fcad23
    etherCollisionTableGroup OBJECT-GROUP
Packit fcad23
        OBJECTS     { dot3CollFrequencies
Packit fcad23
                    }
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "A collection of objects providing a histogram
Packit fcad23
                    of packets successfully transmitted after
Packit fcad23
                    experiencing exactly N collisions."
Packit fcad23
        ::= { etherGroups 2 }
Packit fcad23
Packit fcad23
    etherStats100MbsGroup OBJECT-GROUP
Packit fcad23
        OBJECTS     { dot3StatsIndex,
Packit fcad23
                      dot3StatsAlignmentErrors,
Packit fcad23
                      dot3StatsFCSErrors,
Packit fcad23
                      dot3StatsSingleCollisionFrames,
Packit fcad23
                      dot3StatsMultipleCollisionFrames,
Packit fcad23
                      dot3StatsDeferredTransmissions,
Packit fcad23
                      dot3StatsLateCollisions,
Packit fcad23
                      dot3StatsExcessiveCollisions,
Packit fcad23
                      dot3StatsInternalMacTransmitErrors,
Packit fcad23
                      dot3StatsCarrierSenseErrors,
Packit fcad23
                      dot3StatsFrameTooLongs,
Packit fcad23
                      dot3StatsInternalMacReceiveErrors,
Packit fcad23
                      dot3StatsEtherChipSet,
Packit fcad23
                      dot3StatsSymbolErrors
Packit fcad23
Packit fcad23
                    }
Packit fcad23
        STATUS      deprecated
Packit fcad23
        DESCRIPTION "********* THIS GROUP IS DEPRECATED **********
Packit fcad23
Packit fcad23
                    A collection of objects providing information
Packit fcad23
                    applicable to 100 Mb/sec ethernet-like network
Packit fcad23
                    interfaces.
Packit fcad23
Packit fcad23
                    This object group has been deprecated and
Packit fcad23
                    replaced by etherStatsBaseGroup and
Packit fcad23
                    etherStatsHighSpeedGroup."
Packit fcad23
        ::= { etherGroups 3 }
Packit fcad23
Packit fcad23
    etherStatsBaseGroup OBJECT-GROUP
Packit fcad23
        OBJECTS     { dot3StatsIndex,
Packit fcad23
                      dot3StatsAlignmentErrors,
Packit fcad23
                      dot3StatsFCSErrors,
Packit fcad23
                      dot3StatsSingleCollisionFrames,
Packit fcad23
                      dot3StatsMultipleCollisionFrames,
Packit fcad23
                      dot3StatsDeferredTransmissions,
Packit fcad23
                      dot3StatsLateCollisions,
Packit fcad23
                      dot3StatsExcessiveCollisions,
Packit fcad23
                      dot3StatsInternalMacTransmitErrors,
Packit fcad23
                      dot3StatsCarrierSenseErrors,
Packit fcad23
                      dot3StatsFrameTooLongs,
Packit fcad23
                      dot3StatsInternalMacReceiveErrors
Packit fcad23
                    }
Packit fcad23
        STATUS      deprecated
Packit fcad23
        DESCRIPTION "********* THIS GROUP IS DEPRECATED **********
Packit fcad23
Packit fcad23
                    A collection of objects providing information
Packit fcad23
                    applicable to all ethernet-like network
Packit fcad23
                    interfaces.
Packit fcad23
Packit fcad23
                    This object group has been deprecated and
Packit fcad23
                    replaced by etherStatsBaseGroup2 and
Packit fcad23
                    etherStatsHalfDuplexGroup, to separate
Packit fcad23
                    objects which must be implemented by all
Packit fcad23
                    ethernet-like network interfaces from
Packit fcad23
                    objects that need only be implemented on
Packit fcad23
                    ethernet-like network interfaces that are
Packit fcad23
                    capable of half-duplex operation."
Packit fcad23
        ::= { etherGroups 4 }
Packit fcad23
Packit fcad23
    etherStatsLowSpeedGroup OBJECT-GROUP
Packit fcad23
        OBJECTS     { dot3StatsSQETestErrors }
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "A collection of objects providing information
Packit fcad23
Packit fcad23
                    applicable to ethernet-like network interfaces
Packit fcad23
                    capable of operating at 10 Mb/s or slower in
Packit fcad23
                    half-duplex mode."
Packit fcad23
        ::= { etherGroups 5 }
Packit fcad23
Packit fcad23
    etherStatsHighSpeedGroup OBJECT-GROUP
Packit fcad23
        OBJECTS     { dot3StatsSymbolErrors }
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "A collection of objects providing information
Packit fcad23
                    applicable to ethernet-like network interfaces
Packit fcad23
                    capable of operating at 100 Mb/s or faster."
Packit fcad23
        ::= { etherGroups 6 }
Packit fcad23
Packit fcad23
    etherDuplexGroup OBJECT-GROUP
Packit fcad23
        OBJECTS     { dot3StatsDuplexStatus }
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "A collection of objects providing information
Packit fcad23
                    about the duplex mode of an ethernet-like
Packit fcad23
                    network interface."
Packit fcad23
        ::= { etherGroups 7 }
Packit fcad23
Packit fcad23
    etherControlGroup OBJECT-GROUP
Packit fcad23
        OBJECTS     { dot3ControlFunctionsSupported,
Packit fcad23
                      dot3ControlInUnknownOpcodes
Packit fcad23
                    }
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "A collection of objects providing information
Packit fcad23
                    about the MAC Control sublayer on ethernet-like
Packit fcad23
                    network interfaces."
Packit fcad23
        ::= { etherGroups 8 }
Packit fcad23
Packit fcad23
    etherControlPauseGroup OBJECT-GROUP
Packit fcad23
        OBJECTS     { dot3PauseAdminMode,
Packit fcad23
                      dot3PauseOperMode,
Packit fcad23
                      dot3InPauseFrames,
Packit fcad23
                      dot3OutPauseFrames
Packit fcad23
                    }
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "A collection of objects providing information
Packit fcad23
                    about and control of the MAC Control PAUSE
Packit fcad23
                    function on ethernet-like network interfaces."
Packit fcad23
        ::= { etherGroups 9 }
Packit fcad23
Packit fcad23
    etherStatsBaseGroup2 OBJECT-GROUP
Packit fcad23
        OBJECTS     { dot3StatsIndex,
Packit fcad23
                      dot3StatsAlignmentErrors,
Packit fcad23
                      dot3StatsFCSErrors,
Packit fcad23
                      dot3StatsInternalMacTransmitErrors,
Packit fcad23
                      dot3StatsFrameTooLongs,
Packit fcad23
                      dot3StatsInternalMacReceiveErrors
Packit fcad23
                    }
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "A collection of objects providing information
Packit fcad23
                    applicable to all ethernet-like network
Packit fcad23
                    interfaces."
Packit fcad23
        ::= { etherGroups 10 }
Packit fcad23
Packit fcad23
    etherStatsHalfDuplexGroup OBJECT-GROUP
Packit fcad23
        OBJECTS     { dot3StatsSingleCollisionFrames,
Packit fcad23
                      dot3StatsMultipleCollisionFrames,
Packit fcad23
                      dot3StatsDeferredTransmissions,
Packit fcad23
                      dot3StatsLateCollisions,
Packit fcad23
                      dot3StatsExcessiveCollisions,
Packit fcad23
                      dot3StatsCarrierSenseErrors
Packit fcad23
                    }
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "A collection of objects providing information
Packit fcad23
                    applicable only to half-duplex ethernet-like
Packit fcad23
                    network interfaces."
Packit fcad23
        ::= { etherGroups 11 }
Packit fcad23
Packit fcad23
    etherHCStatsGroup OBJECT-GROUP
Packit fcad23
        OBJECTS     { dot3HCStatsAlignmentErrors,
Packit fcad23
                      dot3HCStatsFCSErrors,
Packit fcad23
                      dot3HCStatsInternalMacTransmitErrors,
Packit fcad23
                      dot3HCStatsFrameTooLongs,
Packit fcad23
                      dot3HCStatsInternalMacReceiveErrors,
Packit fcad23
                      dot3HCStatsSymbolErrors
Packit fcad23
                    }
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "A collection of objects providing high-capacity
Packit fcad23
                    statistics applicable to higher-speed
Packit fcad23
                    ethernet-like network interfaces."
Packit fcad23
        ::= { etherGroups 12 }
Packit fcad23
Packit fcad23
    etherHCControlGroup OBJECT-GROUP
Packit fcad23
        OBJECTS     { dot3HCControlInUnknownOpcodes }
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "A collection of objects providing high-capacity
Packit fcad23
                    statistics for the MAC Control sublayer on
Packit fcad23
                    higher-speed ethernet-like network interfaces."
Packit fcad23
        ::= { etherGroups 13 }
Packit fcad23
Packit fcad23
    etherHCControlPauseGroup OBJECT-GROUP
Packit fcad23
        OBJECTS     { dot3HCInPauseFrames,
Packit fcad23
                      dot3HCOutPauseFrames
Packit fcad23
Packit fcad23
                    }
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "A collection of objects providing high-capacity
Packit fcad23
                    statistics for the MAC Control PAUSE function on
Packit fcad23
                    higher-speed ethernet-like network interfaces."
Packit fcad23
        ::= { etherGroups 14 }
Packit fcad23
Packit fcad23
    etherRateControlGroup OBJECT-GROUP
Packit fcad23
        OBJECTS     { dot3StatsRateControlAbility,
Packit fcad23
                      dot3StatsRateControlStatus
Packit fcad23
                    }
Packit fcad23
        STATUS      current
Packit fcad23
        DESCRIPTION "A collection of objects providing information
Packit fcad23
                    about the Rate Control function on ethernet-like
Packit fcad23
                    interfaces."
Packit fcad23
        ::= { etherGroups 15 }
Packit fcad23
Packit fcad23
END