Blame mibs/ietf/TOKEN-RING-RMON-MIB

Packit 022b05
TOKEN-RING-RMON-MIB DEFINITIONS ::= BEGIN
Packit 022b05
Packit 022b05
IMPORTS
Packit 022b05
    Counter, TimeTicks          FROM RFC1155-SMI
Packit 022b05
    OBJECT-TYPE                 FROM RFC-1212
Packit 022b05
    OwnerString, EntryStatus,   -- Textual Conventions
Packit 022b05
    rmon, statistics, history
Packit 022b05
                                FROM RFC1271-MIB;
Packit 022b05
Packit 022b05
Packit 022b05
   -- All representations of MAC addresses in this MIB
Packit 022b05
   -- Module use, as a textual convention (i.e. this
Packit 022b05
   -- convention does not affect their encoding), the
Packit 022b05
   -- data type:
Packit 022b05
Packit 022b05
   MacAddress ::= OCTET STRING (SIZE (6)) -- a 6 octet
Packit 022b05
                                          -- address in
Packit 022b05
                                          -- the "canonical"
Packit 022b05
                                          -- order
Packit 022b05
   -- defined by IEEE 802.1a, i.e., as if it were
Packit 022b05
   -- transmitted least significant bit first, even though
Packit 022b05
   -- 802.5 (in contrast to other 802.x protocols) requires
Packit 022b05
   -- MAC addresses to be transmitted most significant bit
Packit 022b05
   -- first.
Packit 022b05
Packit 022b05
    TimeInterval ::= INTEGER
Packit 022b05
    -- A period of time, measured in units of 0.01 seconds.
Packit 022b05
Packit 022b05
--  This MIB module uses the extended OBJECT-TYPE macro as
Packit 022b05
--  defined in [2].
Packit 022b05
Packit 022b05
--  Token Ring Remote Network Monitoring MIB
Packit 022b05
Packit 022b05
    tokenRing             OBJECT IDENTIFIER ::= { rmon 10 }
Packit 022b05
Packit 022b05
Packit 022b05
-- The Token Ring Mac-Layer Statistics Group
Packit 022b05
--
Packit 022b05
-- Implementation of this group is optional
Packit 022b05
Packit 022b05
tokenRingMLStatsTable OBJECT-TYPE
Packit 022b05
    SYNTAX SEQUENCE OF TokenRingMLStatsEntry
Packit 022b05
    ACCESS not-accessible
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "A list of Mac-Layer Token Ring statistics
Packit 022b05
            entries."
Packit 022b05
    ::= { statistics 2 }
Packit 022b05
Packit 022b05
tokenRingMLStatsEntry OBJECT-TYPE
Packit 022b05
    SYNTAX TokenRingMLStatsEntry
Packit 022b05
    ACCESS not-accessible
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "A collection of Mac-Layer statistics kept for a
Packit 022b05
            particular Token Ring interface."
Packit 022b05
    INDEX { tokenRingMLStatsIndex }
Packit 022b05
    ::= { tokenRingMLStatsTable 1 }
Packit 022b05
Packit 022b05
-- As an example, an instance of the
Packit 022b05
-- tokenRingMLStatsMacOctets object
Packit 022b05
-- might be named tokenRingMLStatsMacOctets.1
Packit 022b05
Packit 022b05
TokenRingMLStatsEntry ::= SEQUENCE {
Packit 022b05
    tokenRingMLStatsIndex                     INTEGER,
Packit 022b05
    tokenRingMLStatsDataSource            OBJECT IDENTIFIER,
Packit 022b05
    tokenRingMLStatsDropEvents                Counter,
Packit 022b05
    tokenRingMLStatsMacOctets                 Counter,
Packit 022b05
    tokenRingMLStatsMacPkts                   Counter,
Packit 022b05
    tokenRingMLStatsRingPurgeEvents           Counter,
Packit 022b05
    tokenRingMLStatsRingPurgePkts             Counter,
Packit 022b05
    tokenRingMLStatsBeaconEvents              Counter,
Packit 022b05
    tokenRingMLStatsBeaconTime                TimeInterval,
Packit 022b05
    tokenRingMLStatsBeaconPkts                Counter,
Packit 022b05
    tokenRingMLStatsClaimTokenEvents          Counter,
Packit 022b05
    tokenRingMLStatsClaimTokenPkts            Counter,
Packit 022b05
    tokenRingMLStatsNAUNChanges               Counter,
Packit 022b05
    tokenRingMLStatsLineErrors                Counter,
Packit 022b05
    tokenRingMLStatsInternalErrors            Counter,
Packit 022b05
    tokenRingMLStatsBurstErrors               Counter,
Packit 022b05
    tokenRingMLStatsACErrors                  Counter,
Packit 022b05
    tokenRingMLStatsAbortErrors               Counter,
Packit 022b05
    tokenRingMLStatsLostFrameErrors           Counter,
Packit 022b05
    tokenRingMLStatsCongestionErrors          Counter,
Packit 022b05
    tokenRingMLStatsFrameCopiedErrors         Counter,
Packit 022b05
    tokenRingMLStatsFrequencyErrors           Counter,
Packit 022b05
    tokenRingMLStatsTokenErrors               Counter,
Packit 022b05
    tokenRingMLStatsSoftErrorReports          Counter,
Packit 022b05
    tokenRingMLStatsRingPollEvents            Counter,
Packit 022b05
    tokenRingMLStatsOwner                     OwnerString,
Packit 022b05
    tokenRingMLStatsStatus                    EntryStatus
Packit 022b05
}
Packit 022b05
Packit 022b05
tokenRingMLStatsIndex OBJECT-TYPE
Packit 022b05
    SYNTAX INTEGER (1..65535)
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The value of this object uniquely identifies this
Packit 022b05
            tokenRingMLStats entry."
Packit 022b05
    ::= { tokenRingMLStatsEntry 1 }
Packit 022b05
Packit 022b05
tokenRingMLStatsDataSource OBJECT-TYPE
Packit 022b05
    SYNTAX OBJECT IDENTIFIER
Packit 022b05
    ACCESS read-write
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "This object identifies the source of the data
Packit 022b05
            that this tokenRingMLStats entry is configured to
Packit 022b05
            analyze.  This source can be any tokenRing
Packit 022b05
            interface on this device.  In order to identify a
Packit 022b05
            particular interface, this object shall identify
Packit 022b05
            the instance of the ifIndex object, defined in
Packit 022b05
            MIB-II [3], for the desired interface.  For
Packit 022b05
            example, if an entry were to receive data from
Packit 022b05
            interface #1, this object would be set to
Packit 022b05
            ifIndex.1.
Packit 022b05
Packit 022b05
            The statistics in this group reflect all error
Packit 022b05
            reports on the local network segment attached to
Packit 022b05
            the identified interface.
Packit 022b05
Packit 022b05
            This object may not be modified if the associated
Packit 022b05
            tokenRingMLStatsStatus object is equal to
Packit 022b05
            valid(1)."
Packit 022b05
    ::= { tokenRingMLStatsEntry 2 }
Packit 022b05
Packit 022b05
tokenRingMLStatsDropEvents OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of events in which packets were
Packit 022b05
            dropped by the probe due to lack of resources.
Packit 022b05
            Note that this number is not necessarily the
Packit 022b05
            number of packets dropped; it is just the number
Packit 022b05
            of times this condition has been detected.  This
Packit 022b05
            value is the same as the corresponding
Packit 022b05
            tokenRingPStatsDropEvents."
Packit 022b05
    ::= { tokenRingMLStatsEntry 3 }
Packit 022b05
Packit 022b05
tokenRingMLStatsMacOctets OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of octets of data in MAC packets
Packit 022b05
            (excluding those that were not good frames)
Packit 022b05
            received on the network (excluding framing bits
Packit 022b05
            but including FCS octets)."
Packit 022b05
    ::= { tokenRingMLStatsEntry 4 }
Packit 022b05
Packit 022b05
tokenRingMLStatsMacPkts OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of MAC packets (excluding
Packit 022b05
            packets that were not good frames) received."
Packit 022b05
    ::= { tokenRingMLStatsEntry 5 }
Packit 022b05
Packit 022b05
tokenRingMLStatsRingPurgeEvents OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of times that the ring enters
Packit 022b05
            the ring purge state from normal ring state.  The
Packit 022b05
            ring purge state that comes in response to the
Packit 022b05
            claim token or beacon state is not counted."
Packit 022b05
    ::= { tokenRingMLStatsEntry 6 }
Packit 022b05
Packit 022b05
tokenRingMLStatsRingPurgePkts OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of ring purge MAC packets
Packit 022b05
            detected by probe."
Packit 022b05
    ::= { tokenRingMLStatsEntry 7 }
Packit 022b05
Packit 022b05
tokenRingMLStatsBeaconEvents OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of times that the ring enters a
Packit 022b05
            beaconing state (beaconFrameStreamingState,
Packit 022b05
            beaconBitStreamingState,
Packit 022b05
            beaconSetRecoveryModeState, or
Packit 022b05
            beaconRingSignalLossState) from a non-beaconing
Packit 022b05
            state.  Note that a change of the source address
Packit 022b05
            of the beacon packet does not constitute a new
Packit 022b05
            beacon event."
Packit 022b05
    ::= { tokenRingMLStatsEntry 8 }
Packit 022b05
Packit 022b05
tokenRingMLStatsBeaconTime OBJECT-TYPE
Packit 022b05
    SYNTAX TimeInterval
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total amount of time that the ring has been
Packit 022b05
            in the beaconing state."
Packit 022b05
    ::= { tokenRingMLStatsEntry 9 }
Packit 022b05
Packit 022b05
tokenRingMLStatsBeaconPkts OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of beacon MAC packets detected
Packit 022b05
            by the probe."
Packit 022b05
    ::= { tokenRingMLStatsEntry 10 }
Packit 022b05
Packit 022b05
tokenRingMLStatsClaimTokenEvents OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of times that the ring enters
Packit 022b05
            the claim token state from normal ring state or
Packit 022b05
            ring purge state.  The claim token state that
Packit 022b05
            comes in response to a beacon state is not
Packit 022b05
            counted."
Packit 022b05
    ::= { tokenRingMLStatsEntry 11 }
Packit 022b05
Packit 022b05
tokenRingMLStatsClaimTokenPkts OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of claim token MAC packets
Packit 022b05
            detected by the probe."
Packit 022b05
    ::= { tokenRingMLStatsEntry 12 }
Packit 022b05
Packit 022b05
tokenRingMLStatsNAUNChanges OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of NAUN changes detected by the
Packit 022b05
            probe."
Packit 022b05
    ::= { tokenRingMLStatsEntry 13 }
Packit 022b05
Packit 022b05
tokenRingMLStatsLineErrors OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of line errors reported in error
Packit 022b05
            reporting packets detected by the probe."
Packit 022b05
    ::= { tokenRingMLStatsEntry 14 }
Packit 022b05
Packit 022b05
tokenRingMLStatsInternalErrors OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of adapter internal errors
Packit 022b05
            reported in error reporting packets detected by
Packit 022b05
            the probe."
Packit 022b05
    ::= { tokenRingMLStatsEntry 15 }
Packit 022b05
Packit 022b05
tokenRingMLStatsBurstErrors OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of burst errors reported in
Packit 022b05
            error reporting packets detected by the probe."
Packit 022b05
    ::= { tokenRingMLStatsEntry 16 }
Packit 022b05
Packit 022b05
tokenRingMLStatsACErrors OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of AC (Address Copied)  errors
Packit 022b05
            reported in error reporting packets detected by
Packit 022b05
            the probe."
Packit 022b05
    ::= { tokenRingMLStatsEntry 17 }
Packit 022b05
Packit 022b05
tokenRingMLStatsAbortErrors OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of abort delimiters reported in
Packit 022b05
            error reporting packets detected by the probe."
Packit 022b05
    ::= { tokenRingMLStatsEntry 18 }
Packit 022b05
Packit 022b05
tokenRingMLStatsLostFrameErrors OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of lost frame errors reported in
Packit 022b05
            error reporting packets detected by the probe."
Packit 022b05
    ::= { tokenRingMLStatsEntry 19 }
Packit 022b05
Packit 022b05
tokenRingMLStatsCongestionErrors OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of receive congestion errors
Packit 022b05
            reported in error reporting packets detected by
Packit 022b05
            the probe."
Packit 022b05
    ::= { tokenRingMLStatsEntry 20 }
Packit 022b05
Packit 022b05
tokenRingMLStatsFrameCopiedErrors OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of frame copied errors reported
Packit 022b05
            in error reporting packets detected by the probe."
Packit 022b05
    ::= { tokenRingMLStatsEntry 21 }
Packit 022b05
Packit 022b05
tokenRingMLStatsFrequencyErrors OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of frequency errors reported in
Packit 022b05
            error reporting packets detected by the probe."
Packit 022b05
    ::= { tokenRingMLStatsEntry 22 }
Packit 022b05
Packit 022b05
tokenRingMLStatsTokenErrors OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of token errors reported in
Packit 022b05
            error reporting packets detected by the probe."
Packit 022b05
    ::= { tokenRingMLStatsEntry 23 }
Packit 022b05
Packit 022b05
tokenRingMLStatsSoftErrorReports OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of soft error report frames
Packit 022b05
            detected by the probe."
Packit 022b05
    ::= { tokenRingMLStatsEntry 24 }
Packit 022b05
Packit 022b05
tokenRingMLStatsRingPollEvents OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of ring poll events detected by
Packit 022b05
            the probe (i.e. the number of ring polls initiated
Packit 022b05
            by the active monitor that were detected)."
Packit 022b05
    ::= { tokenRingMLStatsEntry 25 }
Packit 022b05
Packit 022b05
tokenRingMLStatsOwner OBJECT-TYPE
Packit 022b05
    SYNTAX OwnerString
Packit 022b05
    ACCESS read-write
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The entity that configured this entry and is
Packit 022b05
            therefore using the resources assigned to it."
Packit 022b05
    ::= { tokenRingMLStatsEntry 26 }
Packit 022b05
Packit 022b05
tokenRingMLStatsStatus OBJECT-TYPE
Packit 022b05
    SYNTAX EntryStatus
Packit 022b05
    ACCESS read-write
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The status of this tokenRingMLStats entry."
Packit 022b05
    ::= { tokenRingMLStatsEntry 27 }
Packit 022b05
Packit 022b05
-- The Token Ring Promiscuous Statistics Group
Packit 022b05
--
Packit 022b05
-- Implementation of this group is optional
Packit 022b05
Packit 022b05
tokenRingPStatsTable OBJECT-TYPE
Packit 022b05
    SYNTAX SEQUENCE OF TokenRingPStatsEntry
Packit 022b05
    ACCESS not-accessible
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "A list of promiscuous Token Ring statistics
Packit 022b05
            entries."
Packit 022b05
    ::= { statistics 3 }
Packit 022b05
Packit 022b05
tokenRingPStatsEntry OBJECT-TYPE
Packit 022b05
    SYNTAX TokenRingPStatsEntry
Packit 022b05
    ACCESS not-accessible
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "A collection of promiscuous statistics kept for
Packit 022b05
            non-MAC packets on a particular Token Ring
Packit 022b05
            interface."
Packit 022b05
    INDEX { tokenRingPStatsIndex }
Packit 022b05
    ::= { tokenRingPStatsTable 1 }
Packit 022b05
Packit 022b05
-- As an example, an instance of the
Packit 022b05
-- tokenRingPStatsDataOctets object
Packit 022b05
-- might be named tokenRingPStatsDataOctets.1
Packit 022b05
Packit 022b05
TokenRingPStatsEntry ::= SEQUENCE {
Packit 022b05
    tokenRingPStatsIndex                          INTEGER,
Packit 022b05
    tokenRingPStatsDataSource               OBJECT IDENTIFIER,
Packit 022b05
    tokenRingPStatsDropEvents                     Counter,
Packit 022b05
    tokenRingPStatsDataOctets                     Counter,
Packit 022b05
    tokenRingPStatsDataPkts                       Counter,
Packit 022b05
    tokenRingPStatsDataBroadcastPkts              Counter,
Packit 022b05
    tokenRingPStatsDataMulticastPkts              Counter,
Packit 022b05
    tokenRingPStatsDataPkts18to63Octets           Counter,
Packit 022b05
    tokenRingPStatsDataPkts64to127Octets          Counter,
Packit 022b05
    tokenRingPStatsDataPkts128to255Octets         Counter,
Packit 022b05
    tokenRingPStatsDataPkts256to511Octets         Counter,
Packit 022b05
    tokenRingPStatsDataPkts512to1023Octets        Counter,
Packit 022b05
    tokenRingPStatsDataPkts1024to2047Octets       Counter,
Packit 022b05
    tokenRingPStatsDataPkts2048to4095Octets       Counter,
Packit 022b05
    tokenRingPStatsDataPkts4096to8191Octets       Counter,
Packit 022b05
    tokenRingPStatsDataPkts8192to18000Octets      Counter,
Packit 022b05
    tokenRingPStatsDataPktsGreaterThan18000Octets Counter,
Packit 022b05
    tokenRingPStatsOwner                          OwnerString,
Packit 022b05
    tokenRingPStatsStatus                         EntryStatus
Packit 022b05
}
Packit 022b05
Packit 022b05
tokenRingPStatsIndex OBJECT-TYPE
Packit 022b05
    SYNTAX INTEGER (1..65535)
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The value of this object uniquely identifies this
Packit 022b05
            tokenRingPStats entry."
Packit 022b05
    ::= { tokenRingPStatsEntry 1 }
Packit 022b05
Packit 022b05
tokenRingPStatsDataSource OBJECT-TYPE
Packit 022b05
    SYNTAX OBJECT IDENTIFIER
Packit 022b05
    ACCESS read-write
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "This object identifies the source of the data
Packit 022b05
            that this tokenRingPStats entry is configured to
Packit 022b05
            analyze.  This source can be any tokenRing
Packit 022b05
            interface on this device.  In order to identify a
Packit 022b05
            particular interface, this object shall identify
Packit 022b05
            the instance of the ifIndex object, defined in
Packit 022b05
            MIB-II [3], for the desired interface.  For
Packit 022b05
            example, if an entry were to receive data from
Packit 022b05
            interface #1, this object would be set to
Packit 022b05
            ifIndex.1.
Packit 022b05
Packit 022b05
            The statistics in this group reflect all non-MAC
Packit 022b05
            packets on the local network segment attached to
Packit 022b05
            the identified interface.
Packit 022b05
Packit 022b05
            This object may not be modified if the associated
Packit 022b05
            tokenRingPStatsStatus object is equal to
Packit 022b05
            valid(1)."
Packit 022b05
    ::= { tokenRingPStatsEntry 2 }
Packit 022b05
Packit 022b05
tokenRingPStatsDropEvents OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of events in which packets were
Packit 022b05
            dropped by the probe due to lack of resources.
Packit 022b05
            Note that this number is not necessarily the
Packit 022b05
            number of packets dropped; it is just the number
Packit 022b05
            of times this condition has been detected.  This
Packit 022b05
            value is the same as the corresponding
Packit 022b05
            tokenRingMLStatsDropEvents"
Packit 022b05
    ::= { tokenRingPStatsEntry 3 }
Packit 022b05
Packit 022b05
tokenRingPStatsDataOctets OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of octets of data in good frames
Packit 022b05
            received on the network (excluding framing bits
Packit 022b05
            but including FCS octets) in non-MAC packets."
Packit 022b05
    ::= { tokenRingPStatsEntry 4 }
Packit 022b05
Packit 022b05
tokenRingPStatsDataPkts OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of non-MAC packets in good
Packit 022b05
            frames.  received."
Packit 022b05
    ::= { tokenRingPStatsEntry 5 }
Packit 022b05
Packit 022b05
tokenRingPStatsDataBroadcastPkts OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of good non-MAC frames received
Packit 022b05
            that were directed to an LLC broadcast address
Packit 022b05
            (0xFFFFFFFFFFFF or 0xC000FFFFFFFF)."
Packit 022b05
    ::= { tokenRingPStatsEntry 6 }
Packit 022b05
Packit 022b05
tokenRingPStatsDataMulticastPkts OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of good non-MAC frames received
Packit 022b05
            that were directed to a local or global multicast
Packit 022b05
            or functional address.  Note that this number does
Packit 022b05
            not include packets directed to the broadcast
Packit 022b05
            address."
Packit 022b05
    ::= { tokenRingPStatsEntry 7 }
Packit 022b05
Packit 022b05
tokenRingPStatsDataPkts18to63Octets OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of good non-MAC frames received
Packit 022b05
            that were between 18 and 63 octets in length
Packit 022b05
            inclusive, excluding framing bits but including
Packit 022b05
            FCS octets."
Packit 022b05
    ::= { tokenRingPStatsEntry 8 }
Packit 022b05
Packit 022b05
tokenRingPStatsDataPkts64to127Octets OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of good non-MAC frames received
Packit 022b05
            that were between 64 and 127 octets in length
Packit 022b05
            inclusive, excluding framing bits but including
Packit 022b05
            FCS octets."
Packit 022b05
    ::= { tokenRingPStatsEntry 9 }
Packit 022b05
Packit 022b05
tokenRingPStatsDataPkts128to255Octets OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of good non-MAC frames received
Packit 022b05
            that were between 128 and 255 octets in length
Packit 022b05
            inclusive, excluding framing bits but including
Packit 022b05
            FCS octets."
Packit 022b05
    ::= { tokenRingPStatsEntry 10 }
Packit 022b05
Packit 022b05
tokenRingPStatsDataPkts256to511Octets OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of good non-MAC frames received
Packit 022b05
            that were between 256 and 511 octets in length
Packit 022b05
            inclusive, excluding framing bits but including
Packit 022b05
            FCS octets."
Packit 022b05
    ::= { tokenRingPStatsEntry 11 }
Packit 022b05
Packit 022b05
tokenRingPStatsDataPkts512to1023Octets OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of good non-MAC frames received
Packit 022b05
            that were between 512 and 1023 octets in length
Packit 022b05
            inclusive, excluding framing bits but including
Packit 022b05
            FCS octets."
Packit 022b05
    ::= { tokenRingPStatsEntry 12 }
Packit 022b05
Packit 022b05
tokenRingPStatsDataPkts1024to2047Octets OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of good non-MAC frames received
Packit 022b05
            that were between 1024 and 2047 octets in length
Packit 022b05
            inclusive, excluding framing bits but including
Packit 022b05
            FCS octets."
Packit 022b05
    ::= { tokenRingPStatsEntry 13 }
Packit 022b05
Packit 022b05
tokenRingPStatsDataPkts2048to4095Octets OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of good non-MAC frames received
Packit 022b05
            that were between 2048 and 4095 octets in length
Packit 022b05
            inclusive, excluding framing bits but including
Packit 022b05
            FCS octets."
Packit 022b05
    ::= { tokenRingPStatsEntry 14 }
Packit 022b05
Packit 022b05
tokenRingPStatsDataPkts4096to8191Octets OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of good non-MAC frames received
Packit 022b05
            that were between 4096 and 8191 octets in length
Packit 022b05
            inclusive, excluding framing bits but including
Packit 022b05
            FCS octets."
Packit 022b05
    ::= { tokenRingPStatsEntry 15 }
Packit 022b05
Packit 022b05
tokenRingPStatsDataPkts8192to18000Octets OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of good non-MAC frames received
Packit 022b05
            that were between 8192 and 18000 octets in length
Packit 022b05
            inclusive, excluding framing bits but including
Packit 022b05
            FCS octets."
Packit 022b05
    ::= { tokenRingPStatsEntry 16 }
Packit 022b05
Packit 022b05
tokenRingPStatsDataPktsGreaterThan18000Octets OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of good non-MAC frames received
Packit 022b05
            that were greater than 18000 octets in length,
Packit 022b05
            excluding framing bits but including FCS octets."
Packit 022b05
    ::= { tokenRingPStatsEntry 17 }
Packit 022b05
Packit 022b05
tokenRingPStatsOwner OBJECT-TYPE
Packit 022b05
    SYNTAX OwnerString
Packit 022b05
    ACCESS read-write
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The entity that configured this entry and is
Packit 022b05
            therefore using the resources assigned to it."
Packit 022b05
    ::= { tokenRingPStatsEntry 18 }
Packit 022b05
Packit 022b05
tokenRingPStatsStatus OBJECT-TYPE
Packit 022b05
    SYNTAX EntryStatus
Packit 022b05
    ACCESS read-write
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The status of this tokenRingPStats entry."
Packit 022b05
    ::= { tokenRingPStatsEntry 19 }
Packit 022b05
Packit 022b05
Packit 022b05
-- The Token Ring History Groups
Packit 022b05
Packit 022b05
-- When an entry in the historyControlTable is created that
Packit 022b05
-- identifies a token ring interface as its
Packit 022b05
-- historyControlDataSource, the probe shall create
Packit 022b05
-- corresponding entries in the tokenRingMLHistoryTable
Packit 022b05
-- and/or the tokenRingPHistoryTable, depending on which
Packit 022b05
-- groups it supports.
Packit 022b05
Packit 022b05
Packit 022b05
-- The Token Ring Mac-Layer History Group
Packit 022b05
--
Packit 022b05
-- Implementation of this group is optional.
Packit 022b05
-- Implementation of this group requires implementation of
Packit 022b05
-- the historyControl group from RFC1271.
Packit 022b05
Packit 022b05
tokenRingMLHistoryTable OBJECT-TYPE
Packit 022b05
    SYNTAX SEQUENCE OF TokenRingMLHistoryEntry
Packit 022b05
    ACCESS not-accessible
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "A list of Mac-Layer Token Ring statistics
Packit 022b05
            entries."
Packit 022b05
    ::= { history 3 }
Packit 022b05
Packit 022b05
tokenRingMLHistoryEntry OBJECT-TYPE
Packit 022b05
    SYNTAX TokenRingMLHistoryEntry
Packit 022b05
    ACCESS not-accessible
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "A collection of Mac-Layer statistics kept for a
Packit 022b05
            particular Token Ring interface."
Packit 022b05
    INDEX { tokenRingMLHistoryIndex,
Packit 022b05
            tokenRingMLHistorySampleIndex }
Packit 022b05
    ::= { tokenRingMLHistoryTable 1 }
Packit 022b05
Packit 022b05
-- As an example, an instance of the
Packit 022b05
-- tokenRingMLHistoryMacOctets
Packit 022b05
-- object might be named tokenRingMLHistoryMacOctets.1.27
Packit 022b05
Packit 022b05
TokenRingMLHistoryEntry ::= SEQUENCE {
Packit 022b05
    tokenRingMLHistoryIndex                     INTEGER,
Packit 022b05
    tokenRingMLHistorySampleIndex               INTEGER,
Packit 022b05
    tokenRingMLHistoryIntervalStart             TimeTicks,
Packit 022b05
    tokenRingMLHistoryDropEvents                Counter,
Packit 022b05
    tokenRingMLHistoryMacOctets                 Counter,
Packit 022b05
    tokenRingMLHistoryMacPkts                   Counter,
Packit 022b05
    tokenRingMLHistoryRingPurgeEvents           Counter,
Packit 022b05
    tokenRingMLHistoryRingPurgePkts             Counter,
Packit 022b05
    tokenRingMLHistoryBeaconEvents              Counter,
Packit 022b05
    tokenRingMLHistoryBeaconTime                TimeInterval,
Packit 022b05
    tokenRingMLHistoryBeaconPkts                Counter,
Packit 022b05
    tokenRingMLHistoryClaimTokenEvents          Counter,
Packit 022b05
    tokenRingMLHistoryClaimTokenPkts            Counter,
Packit 022b05
    tokenRingMLHistoryNAUNChanges               Counter,
Packit 022b05
    tokenRingMLHistoryLineErrors                Counter,
Packit 022b05
    tokenRingMLHistoryInternalErrors            Counter,
Packit 022b05
    tokenRingMLHistoryBurstErrors               Counter,
Packit 022b05
    tokenRingMLHistoryACErrors                  Counter,
Packit 022b05
    tokenRingMLHistoryAbortErrors               Counter,
Packit 022b05
    tokenRingMLHistoryLostFrameErrors           Counter,
Packit 022b05
    tokenRingMLHistoryCongestionErrors          Counter,
Packit 022b05
    tokenRingMLHistoryFrameCopiedErrors         Counter,
Packit 022b05
    tokenRingMLHistoryFrequencyErrors           Counter,
Packit 022b05
    tokenRingMLHistoryTokenErrors               Counter,
Packit 022b05
    tokenRingMLHistorySoftErrorReports          Counter,
Packit 022b05
    tokenRingMLHistoryRingPollEvents            Counter,
Packit 022b05
    tokenRingMLHistoryActiveStations            INTEGER
Packit 022b05
}
Packit 022b05
Packit 022b05
tokenRingMLHistoryIndex OBJECT-TYPE
Packit 022b05
    SYNTAX INTEGER (1..65535)
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The history of which this entry is a part.  The
Packit 022b05
            history identified by a particular value of this
Packit 022b05
            index is the same history as identified by the
Packit 022b05
            same value of historyControlIndex."
Packit 022b05
    ::= { tokenRingMLHistoryEntry 1 }
Packit 022b05
Packit 022b05
tokenRingMLHistorySampleIndex OBJECT-TYPE
Packit 022b05
    SYNTAX INTEGER
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "An index that uniquely identifies the particular
Packit 022b05
            Mac-Layer sample this entry represents among all
Packit 022b05
            Mac-Layer samples associated with the same
Packit 022b05
            historyControlEntry.  This index starts at 1 and
Packit 022b05
            increases by one as each new sample is taken."
Packit 022b05
    ::= { tokenRingMLHistoryEntry 2 }
Packit 022b05
Packit 022b05
tokenRingMLHistoryIntervalStart OBJECT-TYPE
Packit 022b05
    SYNTAX TimeTicks
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The value of sysUpTime at the start of the
Packit 022b05
            interval over which this sample was measured.  If
Packit 022b05
            the probe keeps track of the time of day, it
Packit 022b05
            should start the first sample of the history at a
Packit 022b05
            time such that when the next hour of the day
Packit 022b05
            begins, a sample is started at that instant.  Note
Packit 022b05
            that following this rule may require the probe to
Packit 022b05
            delay collecting the first sample of the history,
Packit 022b05
            as each sample must be of the same interval.  Also
Packit 022b05
            note that the sample which is currently being
Packit 022b05
            collected is not accessible in this table until
Packit 022b05
            the end of its interval."
Packit 022b05
    ::= { tokenRingMLHistoryEntry 3 }
Packit 022b05
Packit 022b05
tokenRingMLHistoryDropEvents OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of events in which packets were
Packit 022b05
            dropped by the probe due to lack of resources
Packit 022b05
            during this sampling interval.  Note that this
Packit 022b05
            number is not necessarily the number of packets
Packit 022b05
            dropped, it is just the number of times this
Packit 022b05
            condition has been detected."
Packit 022b05
    ::= { tokenRingMLHistoryEntry 4 }
Packit 022b05
Packit 022b05
tokenRingMLHistoryMacOctets OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of octets of data in MAC packets
Packit 022b05
            (excluding those that were not good frames)
Packit 022b05
            received on the network during this sampling
Packit 022b05
            interval (excluding framing bits but including FCS
Packit 022b05
            octets)."
Packit 022b05
    ::= { tokenRingMLHistoryEntry 5 }
Packit 022b05
Packit 022b05
tokenRingMLHistoryMacPkts OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of MAC packets (excluding those
Packit 022b05
            that were not good frames) received during this
Packit 022b05
            sampling interval."
Packit 022b05
    ::= { tokenRingMLHistoryEntry 6 }
Packit 022b05
Packit 022b05
tokenRingMLHistoryRingPurgeEvents OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of times that the ring entered
Packit 022b05
            the ring purge state from normal ring state during
Packit 022b05
            this sampling interval.  The ring purge state that
Packit 022b05
            comes from the claim token or beacon state is not
Packit 022b05
            counted."
Packit 022b05
    ::= { tokenRingMLHistoryEntry 7 }
Packit 022b05
Packit 022b05
tokenRingMLHistoryRingPurgePkts OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of Ring Purge MAC packets
Packit 022b05
            detected by the probe during this sampling
Packit 022b05
            interval."
Packit 022b05
    ::= { tokenRingMLHistoryEntry 8 }
Packit 022b05
Packit 022b05
tokenRingMLHistoryBeaconEvents OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of times that the ring enters a
Packit 022b05
            beaconing state (beaconFrameStreamingState,
Packit 022b05
            beaconBitStreamingState,
Packit 022b05
            beaconSetRecoveryModeState, or
Packit 022b05
            beaconRingSignalLossState) during this sampling
Packit 022b05
            interval.  Note that a change of the source
Packit 022b05
            address of the beacon packet does not constitute a
Packit 022b05
            new beacon event."
Packit 022b05
    ::= { tokenRingMLHistoryEntry 9 }
Packit 022b05
Packit 022b05
tokenRingMLHistoryBeaconTime OBJECT-TYPE
Packit 022b05
    SYNTAX TimeInterval
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The amount of time that the ring has been in the
Packit 022b05
            beaconing state during this sampling interval."
Packit 022b05
    ::= { tokenRingMLHistoryEntry 10 }
Packit 022b05
Packit 022b05
tokenRingMLHistoryBeaconPkts OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of beacon MAC packets detected
Packit 022b05
            by the probe during this sampling interval."
Packit 022b05
    ::= { tokenRingMLHistoryEntry 11 }
Packit 022b05
Packit 022b05
tokenRingMLHistoryClaimTokenEvents OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of times that the ring enters
Packit 022b05
            the claim token state from normal ring state or
Packit 022b05
            ring purge state during this sampling interval.
Packit 022b05
            The claim token state that comes from the beacon
Packit 022b05
            state is not counted."
Packit 022b05
    ::= { tokenRingMLHistoryEntry 12 }
Packit 022b05
Packit 022b05
tokenRingMLHistoryClaimTokenPkts OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of claim token MAC packets
Packit 022b05
            detected by the probe during this sampling
Packit 022b05
            interval."
Packit 022b05
    ::= { tokenRingMLHistoryEntry 13 }
Packit 022b05
Packit 022b05
tokenRingMLHistoryNAUNChanges OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of NAUN changes detected by the
Packit 022b05
            probe during this sampling interval."
Packit 022b05
    ::= { tokenRingMLHistoryEntry 14 }
Packit 022b05
Packit 022b05
tokenRingMLHistoryLineErrors OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of line errors reported in error
Packit 022b05
            reporting packets detected by the probe during
Packit 022b05
            this sampling interval."
Packit 022b05
    ::= { tokenRingMLHistoryEntry 15 }
Packit 022b05
Packit 022b05
tokenRingMLHistoryInternalErrors OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of adapter internal errors
Packit 022b05
            reported in error reporting packets detected by
Packit 022b05
            the probe during this sampling interval."
Packit 022b05
    ::= { tokenRingMLHistoryEntry 16 }
Packit 022b05
Packit 022b05
tokenRingMLHistoryBurstErrors OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of burst errors reported in
Packit 022b05
            error reporting packets detected by the probe
Packit 022b05
            during this sampling interval."
Packit 022b05
    ::= { tokenRingMLHistoryEntry 17 }
Packit 022b05
Packit 022b05
tokenRingMLHistoryACErrors OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of AC (Address Copied) errors
Packit 022b05
            reported in error reporting packets detected by
Packit 022b05
            the probe during this sampling interval."
Packit 022b05
    ::= { tokenRingMLHistoryEntry 18 }
Packit 022b05
Packit 022b05
tokenRingMLHistoryAbortErrors OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of abort delimiters reported in
Packit 022b05
            error reporting packets detected by the probe
Packit 022b05
            during this sampling interval."
Packit 022b05
    ::= { tokenRingMLHistoryEntry 19 }
Packit 022b05
Packit 022b05
tokenRingMLHistoryLostFrameErrors OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of lost frame errors reported in
Packit 022b05
            error reporting packets detected by the probe
Packit 022b05
            during this sampling interval."
Packit 022b05
    ::= { tokenRingMLHistoryEntry 20 }
Packit 022b05
Packit 022b05
tokenRingMLHistoryCongestionErrors OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of receive congestion errors
Packit 022b05
            reported in error reporting packets detected by
Packit 022b05
            the probe during this sampling interval."
Packit 022b05
    ::= { tokenRingMLHistoryEntry 21 }
Packit 022b05
Packit 022b05
tokenRingMLHistoryFrameCopiedErrors OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of frame copied errors reported
Packit 022b05
            in error reporting packets detected by the probe
Packit 022b05
            during this sampling interval."
Packit 022b05
    ::= { tokenRingMLHistoryEntry 22 }
Packit 022b05
Packit 022b05
tokenRingMLHistoryFrequencyErrors OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of frequency errors reported in
Packit 022b05
            error reporting packets detected by the probe
Packit 022b05
            during this sampling interval."
Packit 022b05
    ::= { tokenRingMLHistoryEntry 23 }
Packit 022b05
Packit 022b05
tokenRingMLHistoryTokenErrors OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of token errors reported in
Packit 022b05
            error reporting packets detected by the probe
Packit 022b05
            during this sampling interval."
Packit 022b05
    ::= { tokenRingMLHistoryEntry 24 }
Packit 022b05
Packit 022b05
tokenRingMLHistorySoftErrorReports OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of soft error report frames
Packit 022b05
            detected by the probe during this sampling
Packit 022b05
            interval."
Packit 022b05
    ::= { tokenRingMLHistoryEntry 25 }
Packit 022b05
Packit 022b05
tokenRingMLHistoryRingPollEvents OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of ring poll events detected by
Packit 022b05
            the probe during this sampling interval."
Packit 022b05
    ::= { tokenRingMLHistoryEntry 26 }
Packit 022b05
Packit 022b05
tokenRingMLHistoryActiveStations OBJECT-TYPE
Packit 022b05
    SYNTAX INTEGER
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The maximum number of active stations on the ring
Packit 022b05
            detected by the probe during this sampling
Packit 022b05
            interval."
Packit 022b05
    ::= { tokenRingMLHistoryEntry 27}
Packit 022b05
Packit 022b05
Packit 022b05
-- The Token Ring Promiscuous History Group
Packit 022b05
--
Packit 022b05
-- Implementation of this group is optional.
Packit 022b05
-- Implementation of this group requires the implementation
Packit 022b05
-- of the historyControl group from RFC1271.
Packit 022b05
Packit 022b05
tokenRingPHistoryTable OBJECT-TYPE
Packit 022b05
    SYNTAX SEQUENCE OF TokenRingPHistoryEntry
Packit 022b05
    ACCESS not-accessible
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "A list of promiscuous Token Ring statistics
Packit 022b05
            entries."
Packit 022b05
    ::= { history 4 }
Packit 022b05
Packit 022b05
tokenRingPHistoryEntry OBJECT-TYPE
Packit 022b05
    SYNTAX TokenRingPHistoryEntry
Packit 022b05
    ACCESS not-accessible
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "A collection of promiscuous statistics kept for a
Packit 022b05
            particular Token Ring interface."
Packit 022b05
    INDEX { tokenRingPHistoryIndex,
Packit 022b05
            tokenRingPHistorySampleIndex }
Packit 022b05
    ::= { tokenRingPHistoryTable 1 }
Packit 022b05
Packit 022b05
-- As an example, an instance of the
Packit 022b05
-- tokenRingPHistoryDataPkts object
Packit 022b05
-- might be named tokenRingPHistoryDataPkts.1.27
Packit 022b05
Packit 022b05
TokenRingPHistoryEntry ::= SEQUENCE {
Packit 022b05
    tokenRingPHistoryIndex                          INTEGER,
Packit 022b05
    tokenRingPHistorySampleIndex                    INTEGER,
Packit 022b05
    tokenRingPHistoryIntervalStart                  TimeTicks,
Packit 022b05
    tokenRingPHistoryDropEvents                     Counter,
Packit 022b05
    tokenRingPHistoryDataOctets                     Counter,
Packit 022b05
    tokenRingPHistoryDataPkts                       Counter,
Packit 022b05
    tokenRingPHistoryDataBroadcastPkts              Counter,
Packit 022b05
    tokenRingPHistoryDataMulticastPkts              Counter,
Packit 022b05
    tokenRingPHistoryDataPkts18to63Octets           Counter,
Packit 022b05
    tokenRingPHistoryDataPkts64to127Octets          Counter,
Packit 022b05
    tokenRingPHistoryDataPkts128to255Octets         Counter,
Packit 022b05
    tokenRingPHistoryDataPkts256to511Octets         Counter,
Packit 022b05
    tokenRingPHistoryDataPkts512to1023Octets        Counter,
Packit 022b05
    tokenRingPHistoryDataPkts1024to2047Octets       Counter,
Packit 022b05
    tokenRingPHistoryDataPkts2048to4095Octets       Counter,
Packit 022b05
    tokenRingPHistoryDataPkts4096to8191Octets       Counter,
Packit 022b05
    tokenRingPHistoryDataPkts8192to18000Octets      Counter,
Packit 022b05
    tokenRingPHistoryDataPktsGreaterThan18000Octets Counter
Packit 022b05
}
Packit 022b05
Packit 022b05
tokenRingPHistoryIndex OBJECT-TYPE
Packit 022b05
    SYNTAX INTEGER (1..65535)
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The history of which this entry is a part.  The
Packit 022b05
            history identified by a particular value of this
Packit 022b05
            index is the same history as identified by the
Packit 022b05
            same value of historyControlIndex."
Packit 022b05
    ::= { tokenRingPHistoryEntry 1 }
Packit 022b05
Packit 022b05
tokenRingPHistorySampleIndex OBJECT-TYPE
Packit 022b05
    SYNTAX INTEGER
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "An index that uniquely identifies the particular
Packit 022b05
            sample this entry represents among all samples
Packit 022b05
            associated with the same historyControlEntry.
Packit 022b05
            This index starts at 1 and increases by one as
Packit 022b05
            each new sample is taken."
Packit 022b05
    ::= { tokenRingPHistoryEntry 2 }
Packit 022b05
Packit 022b05
tokenRingPHistoryIntervalStart OBJECT-TYPE
Packit 022b05
    SYNTAX TimeTicks
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The value of sysUpTime at the start of the
Packit 022b05
            interval over which this sample was measured.  If
Packit 022b05
            the probe keeps track of the time of day, it
Packit 022b05
            should start the first sample of the history at a
Packit 022b05
            time such that when the next hour of the day
Packit 022b05
            begins, a sample is started at that instant.  Note
Packit 022b05
            that following this rule may require the probe to
Packit 022b05
            delay collecting the first sample of the history,
Packit 022b05
            as each sample must be of the same interval.  Also
Packit 022b05
            note that the sample which is currently being
Packit 022b05
            collected is not accessible in this table until
Packit 022b05
            the end of its interval."
Packit 022b05
    ::= { tokenRingPHistoryEntry 3 }
Packit 022b05
Packit 022b05
tokenRingPHistoryDropEvents OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of events in which packets were
Packit 022b05
            dropped by the probe due to lack of resources
Packit 022b05
            during this sampling interval.  Note that this
Packit 022b05
            number is not necessarily the number of packets
Packit 022b05
            dropped, it is just the number of times this
Packit 022b05
            condition has been detected."
Packit 022b05
    ::= { tokenRingPHistoryEntry 4 }
Packit 022b05
Packit 022b05
tokenRingPHistoryDataOctets OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of octets of data in good frames
Packit 022b05
            received on the network (excluding framing bits
Packit 022b05
            but including FCS octets) in non-MAC packets
Packit 022b05
            during this sampling interval."
Packit 022b05
    ::= { tokenRingPHistoryEntry 5 }
Packit 022b05
Packit 022b05
tokenRingPHistoryDataPkts OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of good non-MAC frames received
Packit 022b05
            during this sampling interval."
Packit 022b05
    ::= { tokenRingPHistoryEntry 6 }
Packit 022b05
Packit 022b05
tokenRingPHistoryDataBroadcastPkts OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of good non-MAC frames received
Packit 022b05
            during this sampling interval that were directed
Packit 022b05
            to an LLC broadcast address (0xFFFFFFFFFFFF or
Packit 022b05
            0xC000FFFFFFFF)."
Packit 022b05
    ::= { tokenRingPHistoryEntry 7 }
Packit 022b05
Packit 022b05
tokenRingPHistoryDataMulticastPkts OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of good non-MAC frames received
Packit 022b05
            during this sampling interval that were directed
Packit 022b05
            to a local or global multicast or functional
Packit 022b05
            address.  Note that this number does not include
Packit 022b05
            packets directed to the broadcast address."
Packit 022b05
    ::= { tokenRingPHistoryEntry 8 }
Packit 022b05
Packit 022b05
tokenRingPHistoryDataPkts18to63Octets OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of good non-MAC frames received
Packit 022b05
            during this sampling interval that were between 18
Packit 022b05
            and 63 octets in length inclusive, excluding
Packit 022b05
            framing bits but including FCS octets."
Packit 022b05
    ::= { tokenRingPHistoryEntry 9 }
Packit 022b05
Packit 022b05
tokenRingPHistoryDataPkts64to127Octets OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of good non-MAC frames received
Packit 022b05
            during this sampling interval that were between 64
Packit 022b05
            and 127 octets in length inclusive, excluding
Packit 022b05
            framing bits but including FCS octets."
Packit 022b05
    ::= { tokenRingPHistoryEntry 10 }
Packit 022b05
Packit 022b05
tokenRingPHistoryDataPkts128to255Octets OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of good non-MAC frames received
Packit 022b05
            during this sampling interval that were between
Packit 022b05
            128 and 255 octets in length inclusive, excluding
Packit 022b05
            framing bits but including FCS octets."
Packit 022b05
    ::= { tokenRingPHistoryEntry 11 }
Packit 022b05
Packit 022b05
tokenRingPHistoryDataPkts256to511Octets OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of good non-MAC frames received
Packit 022b05
            during this sampling interval that were between
Packit 022b05
            256 and 511 octets in length inclusive, excluding
Packit 022b05
            framing bits but including FCS octets."
Packit 022b05
    ::= { tokenRingPHistoryEntry 12 }
Packit 022b05
Packit 022b05
tokenRingPHistoryDataPkts512to1023Octets OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of good non-MAC frames received
Packit 022b05
            during this sampling interval that were between
Packit 022b05
            512 and 1023 octets in length inclusive, excluding
Packit 022b05
            framing bits but including FCS octets."
Packit 022b05
    ::= { tokenRingPHistoryEntry 13 }
Packit 022b05
Packit 022b05
tokenRingPHistoryDataPkts1024to2047Octets OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of good non-MAC frames received
Packit 022b05
            during this sampling interval that were between
Packit 022b05
            1024 and 2047 octets in length inclusive,
Packit 022b05
            excluding framing bits but including FCS octets."
Packit 022b05
    ::= { tokenRingPHistoryEntry 14 }
Packit 022b05
Packit 022b05
tokenRingPHistoryDataPkts2048to4095Octets OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of good non-MAC frames received
Packit 022b05
            during this sampling interval that were between
Packit 022b05
            2048 and 4095 octets in length inclusive,
Packit 022b05
            excluding framing bits but including FCS octets."
Packit 022b05
    ::= { tokenRingPHistoryEntry 15 }
Packit 022b05
Packit 022b05
tokenRingPHistoryDataPkts4096to8191Octets OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of good non-MAC frames received
Packit 022b05
            during this sampling interval that were between
Packit 022b05
            4096 and 8191 octets in length inclusive,
Packit 022b05
            excluding framing bits but including FCS octets."
Packit 022b05
    ::= { tokenRingPHistoryEntry 16 }
Packit 022b05
Packit 022b05
tokenRingPHistoryDataPkts8192to18000Octets OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of good non-MAC frames received
Packit 022b05
            during this sampling interval that were between
Packit 022b05
            8192 and 18000 octets in length inclusive,
Packit 022b05
            excluding framing bits but including FCS octets."
Packit 022b05
    ::= { tokenRingPHistoryEntry 17 }
Packit 022b05
Packit 022b05
tokenRingPHistoryDataPktsGreaterThan18000Octets OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of good non-MAC frames received
Packit 022b05
            during this sampling interval that were greater
Packit 022b05
            than 18000 octets in length, excluding framing
Packit 022b05
            bits but including FCS octets."
Packit 022b05
    ::= { tokenRingPHistoryEntry 18 }
Packit 022b05
Packit 022b05
Packit 022b05
-- The Token Ring Ring Station Group
Packit 022b05
--
Packit 022b05
-- Implementation of this group is optional
Packit 022b05
--
Packit 022b05
-- Although the ringStationTable stores entries only for
Packit 022b05
-- those stations physically attached to the local ring and
Packit 022b05
-- the number of stations attached to a ring is limited, a
Packit 022b05
-- probe may still need to free resources when resources
Packit 022b05
-- grow tight.  In such a situation, it is suggested that
Packit 022b05
-- the probe free only inactive stations, and to
Packit 022b05
-- first free the stations that have been inactive for the
Packit 022b05
-- longest time.
Packit 022b05
Packit 022b05
ringStationControlTable OBJECT-TYPE
Packit 022b05
    SYNTAX SEQUENCE OF RingStationControlEntry
Packit 022b05
    ACCESS not-accessible
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "A list of ringStation table control entries."
Packit 022b05
    ::= { tokenRing 1 }
Packit 022b05
Packit 022b05
ringStationControlEntry OBJECT-TYPE
Packit 022b05
    SYNTAX RingStationControlEntry
Packit 022b05
    ACCESS not-accessible
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "A list of parameters that set up the discovery of
Packit 022b05
            stations on a particular interface and the
Packit 022b05
            collection of statistics about these stations."
Packit 022b05
    INDEX { ringStationControlIfIndex }
Packit 022b05
    ::= { ringStationControlTable 1 }
Packit 022b05
Packit 022b05
-- As an example, an instance of the
Packit 022b05
-- ringStationControlIfIndex object
Packit 022b05
-- might be named ringStationControlIfIndex.1
Packit 022b05
Packit 022b05
RingStationControlEntry ::= SEQUENCE {
Packit 022b05
    ringStationControlIfIndex          INTEGER,
Packit 022b05
    ringStationControlTableSize        INTEGER,
Packit 022b05
    ringStationControlActiveStations   INTEGER,
Packit 022b05
    ringStationControlRingState        INTEGER,
Packit 022b05
    ringStationControlBeaconSender     MacAddress,
Packit 022b05
    ringStationControlBeaconNAUN       MacAddress,
Packit 022b05
    ringStationControlActiveMonitor    MacAddress,
Packit 022b05
    ringStationControlOrderChanges     Counter,
Packit 022b05
    ringStationControlOwner            OwnerString,
Packit 022b05
    ringStationControlStatus           EntryStatus
Packit 022b05
}
Packit 022b05
Packit 022b05
ringStationControlIfIndex OBJECT-TYPE
Packit 022b05
    SYNTAX INTEGER (1..65535)
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The value of this object uniquely identifies the
Packit 022b05
            interface on this remote network monitoring device
Packit 022b05
            from which ringStation data is collected.  The
Packit 022b05
            interface identified by a particular value of this
Packit 022b05
            object is the same interface as identified by the
Packit 022b05
            same value of the ifIndex object, defined in MIB-
Packit 022b05
            II [3]."
Packit 022b05
    ::= { ringStationControlEntry 1 }
Packit 022b05
Packit 022b05
ringStationControlTableSize OBJECT-TYPE
Packit 022b05
    SYNTAX INTEGER
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The number of ringStationEntries in the
Packit 022b05
            ringStationTable associated with this
Packit 022b05
            ringStationControlEntry."
Packit 022b05
    ::= { ringStationControlEntry 2 }
Packit 022b05
Packit 022b05
ringStationControlActiveStations OBJECT-TYPE
Packit 022b05
    SYNTAX INTEGER
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The number of active ringStationEntries in the
Packit 022b05
            ringStationTable associated with this
Packit 022b05
            ringStationControlEntry."
Packit 022b05
    ::= { ringStationControlEntry 3 }
Packit 022b05
Packit 022b05
ringStationControlRingState OBJECT-TYPE
Packit 022b05
    SYNTAX INTEGER {
Packit 022b05
        normalOperation(1),
Packit 022b05
        ringPurgeState(2),
Packit 022b05
        claimTokenState(3),
Packit 022b05
        beaconFrameStreamingState(4),
Packit 022b05
        beaconBitStreamingState(5),
Packit 022b05
        beaconRingSignalLossState(6),
Packit 022b05
        beaconSetRecoveryModeState(7)
Packit 022b05
    }
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The current status of this ring."
Packit 022b05
    ::= { ringStationControlEntry 4 }
Packit 022b05
Packit 022b05
ringStationControlBeaconSender OBJECT-TYPE
Packit 022b05
    SYNTAX MacAddress
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The address of the sender of the last beacon
Packit 022b05
            frame received by the probe on this ring.  If no
Packit 022b05
            beacon frames have been received, this object
Packit 022b05
            shall be equal to six octets of zero."
Packit 022b05
    ::= { ringStationControlEntry 5 }
Packit 022b05
Packit 022b05
ringStationControlBeaconNAUN OBJECT-TYPE
Packit 022b05
    SYNTAX MacAddress
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The address of the NAUN in the last beacon frame
Packit 022b05
            received by the probe on this ring.  If no beacon
Packit 022b05
            frames have been received, this object shall be
Packit 022b05
            equal to six octets of zero."
Packit 022b05
    ::= { ringStationControlEntry 6 }
Packit 022b05
Packit 022b05
ringStationControlActiveMonitor OBJECT-TYPE
Packit 022b05
    SYNTAX MacAddress
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The address of the Active Monitor on this
Packit 022b05
            segment.  If this address is unknown, this object
Packit 022b05
            shall be equal to six octets of zero."
Packit 022b05
    ::= { ringStationControlEntry 7 }
Packit 022b05
Packit 022b05
ringStationControlOrderChanges OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The number of add and delete events in the
Packit 022b05
            ringStationOrderTable optionally associated with
Packit 022b05
            this ringStationControlEntry."
Packit 022b05
    ::= { ringStationControlEntry 8 }
Packit 022b05
Packit 022b05
ringStationControlOwner OBJECT-TYPE
Packit 022b05
    SYNTAX OwnerString
Packit 022b05
    ACCESS read-write
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The entity that configured this entry and is
Packit 022b05
            therefore using the resources assigned to it."
Packit 022b05
    ::= { ringStationControlEntry 9 }
Packit 022b05
Packit 022b05
ringStationControlStatus OBJECT-TYPE
Packit 022b05
    SYNTAX EntryStatus
Packit 022b05
    ACCESS read-write
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The status of this ringStationControl entry.
Packit 022b05
Packit 022b05
            If this object is not equal to valid(1), all
Packit 022b05
            associated entries in the ringStationTable shall
Packit 022b05
            be deleted by the agent."
Packit 022b05
    ::= { ringStationControlEntry 10 }
Packit 022b05
Packit 022b05
ringStationTable OBJECT-TYPE
Packit 022b05
    SYNTAX SEQUENCE OF RingStationEntry
Packit 022b05
    ACCESS not-accessible
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "A list of ring station entries.  An entry will
Packit 022b05
            exist for each station that is now or has
Packit 022b05
            previously been detected as physically present on
Packit 022b05
            this ring."
Packit 022b05
     ::= { tokenRing 2 }
Packit 022b05
Packit 022b05
ringStationEntry OBJECT-TYPE
Packit 022b05
    SYNTAX RingStationEntry
Packit 022b05
    ACCESS not-accessible
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "A collection of statistics for a particular
Packit 022b05
            station that has been discovered on a ring
Packit 022b05
            monitored by this device."
Packit 022b05
    INDEX { ringStationIfIndex, ringStationMacAddress }
Packit 022b05
    ::= { ringStationTable 1 }
Packit 022b05
Packit 022b05
-- As an example, an instance of the
Packit 022b05
-- ringStationStationStatus object might be named
Packit 022b05
-- ringStationStationStatus.1.16.0.90.0.64.131
Packit 022b05
Packit 022b05
RingStationEntry ::= SEQUENCE {
Packit 022b05
    ringStationIfIndex                INTEGER,
Packit 022b05
    ringStationMacAddress             MacAddress,
Packit 022b05
    ringStationLastNAUN               MacAddress,
Packit 022b05
    ringStationStationStatus          INTEGER,
Packit 022b05
    ringStationLastEnterTime          TimeTicks,
Packit 022b05
    ringStationLastExitTime           TimeTicks,
Packit 022b05
    ringStationDuplicateAddresses     Counter,
Packit 022b05
    ringStationInLineErrors           Counter,
Packit 022b05
    ringStationOutLineErrors          Counter,
Packit 022b05
    ringStationInternalErrors         Counter,
Packit 022b05
    ringStationInBurstErrors          Counter,
Packit 022b05
    ringStationOutBurstErrors         Counter,
Packit 022b05
    ringStationACErrors               Counter,
Packit 022b05
    ringStationAbortErrors            Counter,
Packit 022b05
    ringStationLostFrameErrors        Counter,
Packit 022b05
    ringStationCongestionErrors       Counter,
Packit 022b05
    ringStationFrameCopiedErrors      Counter,
Packit 022b05
    ringStationFrequencyErrors        Counter,
Packit 022b05
    ringStationTokenErrors            Counter,
Packit 022b05
    ringStationInBeaconErrors         Counter,
Packit 022b05
    ringStationOutBeaconErrors        Counter,
Packit 022b05
    ringStationInsertions             Counter
Packit 022b05
}
Packit 022b05
Packit 022b05
ringStationIfIndex OBJECT-TYPE
Packit 022b05
    SYNTAX INTEGER
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The value of this object uniquely identifies the
Packit 022b05
            interface on this remote network monitoring device
Packit 022b05
            on which this station was detected.  The interface
Packit 022b05
            identified by a particular value of this object is
Packit 022b05
            the same interface as identified by the same value
Packit 022b05
            of the ifIndex object, defined in MIB-II [3]."
Packit 022b05
    ::= { ringStationEntry 1 }
Packit 022b05
Packit 022b05
ringStationMacAddress OBJECT-TYPE
Packit 022b05
    SYNTAX MacAddress
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The physical address of this station."
Packit 022b05
    ::= { ringStationEntry 2 }
Packit 022b05
Packit 022b05
ringStationLastNAUN OBJECT-TYPE
Packit 022b05
    SYNTAX MacAddress
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The physical address of last known NAUN of this
Packit 022b05
            station."
Packit 022b05
    ::= { ringStationEntry 3 }
Packit 022b05
Packit 022b05
ringStationStationStatus OBJECT-TYPE
Packit 022b05
    SYNTAX INTEGER {
Packit 022b05
        active(1),    -- actively participating in ring poll.
Packit 022b05
        inactive(2),  -- Not participating in ring poll
Packit 022b05
        forcedRemoval(3) -- Forced off ring by network
Packit 022b05
                         -- management.
Packit 022b05
    }
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The status of this station on the ring."
Packit 022b05
    ::= { ringStationEntry 4 }
Packit 022b05
Packit 022b05
ringStationLastEnterTime OBJECT-TYPE
Packit 022b05
    SYNTAX TimeTicks
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The value of sysUpTime at the time this station
Packit 022b05
            last entered the ring.  If the time is unknown,
Packit 022b05
            this value shall be zero."
Packit 022b05
    ::= { ringStationEntry 5 }
Packit 022b05
Packit 022b05
ringStationLastExitTime OBJECT-TYPE
Packit 022b05
    SYNTAX TimeTicks
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The value of sysUpTime at the time the probe
Packit 022b05
            detected that this station last exited the ring.
Packit 022b05
            If the time is unknown, this value shall be zero."
Packit 022b05
    ::= { ringStationEntry 6 }
Packit 022b05
Packit 022b05
ringStationDuplicateAddresses OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The number of times this station experienced a
Packit 022b05
            duplicate address error."
Packit 022b05
    ::= { ringStationEntry 7 }
Packit 022b05
Packit 022b05
ringStationInLineErrors OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of line errors reported by this
Packit 022b05
            station in error reporting packets detected by the
Packit 022b05
            probe."
Packit 022b05
    ::= { ringStationEntry 8 }
Packit 022b05
Packit 022b05
ringStationOutLineErrors OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of line errors reported in error
Packit 022b05
            reporting packets sent by the nearest active
Packit 022b05
            downstream neighbor of this station and detected
Packit 022b05
            by the probe."
Packit 022b05
    ::= { ringStationEntry 9 }
Packit 022b05
Packit 022b05
ringStationInternalErrors OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of adapter internal errors
Packit 022b05
            reported by this station in error reporting
Packit 022b05
            packets detected by the probe."
Packit 022b05
    ::= { ringStationEntry 10 }
Packit 022b05
Packit 022b05
ringStationInBurstErrors OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of burst errors reported by this
Packit 022b05
            station in error reporting packets detected by the
Packit 022b05
            probe."
Packit 022b05
    ::= { ringStationEntry 11 }
Packit 022b05
Packit 022b05
ringStationOutBurstErrors OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of burst errors reported in
Packit 022b05
            error reporting packets sent by the nearest active
Packit 022b05
            downstream neighbor of this station and detected
Packit 022b05
            by the probe."
Packit 022b05
    ::= { ringStationEntry 12 }
Packit 022b05
Packit 022b05
ringStationACErrors OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of AC (Address Copied) errors
Packit 022b05
            reported in error reporting packets sent by the
Packit 022b05
            nearest active downstream neighbor of this station
Packit 022b05
            and detected by the probe."
Packit 022b05
    ::= { ringStationEntry 13 }
Packit 022b05
Packit 022b05
ringStationAbortErrors OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of abort delimiters reported by
Packit 022b05
            this station in error reporting packets detected
Packit 022b05
            by the probe."
Packit 022b05
    ::= { ringStationEntry 14 }
Packit 022b05
Packit 022b05
ringStationLostFrameErrors OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of lost frame errors reported by
Packit 022b05
            this station in error reporting packets detected
Packit 022b05
            by the probe."
Packit 022b05
    ::= { ringStationEntry 15 }
Packit 022b05
Packit 022b05
ringStationCongestionErrors OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of receive congestion errors
Packit 022b05
            reported by this station in error reporting
Packit 022b05
            packets detected by the probe."
Packit 022b05
    ::= { ringStationEntry 16 }
Packit 022b05
Packit 022b05
ringStationFrameCopiedErrors OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of frame copied errors reported
Packit 022b05
            by this station in error reporting packets
Packit 022b05
            detected by the probe."
Packit 022b05
    ::= { ringStationEntry 17 }
Packit 022b05
Packit 022b05
ringStationFrequencyErrors OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of frequency errors reported by
Packit 022b05
            this station in error reporting packets detected
Packit 022b05
            by the probe."
Packit 022b05
    ::= { ringStationEntry 18 }
Packit 022b05
Packit 022b05
ringStationTokenErrors OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of token errors reported by this
Packit 022b05
            station in error reporting frames detected by the
Packit 022b05
            probe."
Packit 022b05
    ::= { ringStationEntry 19 }
Packit 022b05
Packit 022b05
ringStationInBeaconErrors OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of beacon frames sent by this
Packit 022b05
            station and detected by the probe."
Packit 022b05
    ::= { ringStationEntry 20 }
Packit 022b05
Packit 022b05
ringStationOutBeaconErrors OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of beacon frames detected by the
Packit 022b05
            probe that name this station as the NAUN."
Packit 022b05
    ::= { ringStationEntry 21 }
Packit 022b05
Packit 022b05
ringStationInsertions OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The number of times the probe detected this
Packit 022b05
            station inserting onto the ring."
Packit 022b05
    ::= { ringStationEntry 22 }
Packit 022b05
Packit 022b05
Packit 022b05
-- The Token Ring Ring Station Order Group
Packit 022b05
--
Packit 022b05
-- Implementation of this group is optional
Packit 022b05
--
Packit 022b05
Packit 022b05
-- The ringStationOrderTable
Packit 022b05
Packit 022b05
ringStationOrderTable OBJECT-TYPE
Packit 022b05
    SYNTAX SEQUENCE OF RingStationOrderEntry
Packit 022b05
    ACCESS not-accessible
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "A list of ring station entries for stations in
Packit 022b05
            the ring poll, ordered by their ring-order."
Packit 022b05
    ::= { tokenRing 3 }
Packit 022b05
Packit 022b05
ringStationOrderEntry OBJECT-TYPE
Packit 022b05
    SYNTAX RingStationOrderEntry
Packit 022b05
    ACCESS not-accessible
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "A collection of statistics for a particular
Packit 022b05
            station that is active on a ring monitored by this
Packit 022b05
            device.  This table will contain information for
Packit 022b05
            every interface that has a
Packit 022b05
            ringStationControlStatus equal to valid."
Packit 022b05
    INDEX { ringStationOrderIfIndex,
Packit 022b05
            ringStationOrderOrderIndex }
Packit 022b05
    ::= { ringStationOrderTable 1 }
Packit 022b05
Packit 022b05
-- As an example, an instance of the
Packit 022b05
-- ringStationOrderMacAddress object might be named
Packit 022b05
-- ringStationOrderMacAddress.1.14
Packit 022b05
Packit 022b05
RingStationOrderEntry ::= SEQUENCE {
Packit 022b05
    ringStationOrderIfIndex             INTEGER,
Packit 022b05
    ringStationOrderOrderIndex          INTEGER,
Packit 022b05
    ringStationOrderMacAddress          MacAddress
Packit 022b05
}
Packit 022b05
Packit 022b05
ringStationOrderIfIndex OBJECT-TYPE
Packit 022b05
    SYNTAX INTEGER
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The value of this object uniquely identifies the
Packit 022b05
            interface on this remote network monitoring device
Packit 022b05
            on which this station was detected.  The interface
Packit 022b05
            identified by a particular value of this object is
Packit 022b05
            the same interface as identified by the same value
Packit 022b05
            of the ifIndex object, defined in MIB-II [3]."
Packit 022b05
    ::= { ringStationOrderEntry 1 }
Packit 022b05
Packit 022b05
ringStationOrderOrderIndex OBJECT-TYPE
Packit 022b05
    SYNTAX INTEGER
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "This index denotes the location of this station
Packit 022b05
            with respect to other stations on the ring.  This
Packit 022b05
            index is one more than the number of hops
Packit 022b05
            downstream that this station is from the rmon
Packit 022b05
            probe.  The rmon probe itself gets the value one."
Packit 022b05
    ::= { ringStationOrderEntry 2 }
Packit 022b05
Packit 022b05
ringStationOrderMacAddress OBJECT-TYPE
Packit 022b05
    SYNTAX MacAddress
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The physical address of this station."
Packit 022b05
    ::= { ringStationOrderEntry 3 }
Packit 022b05
Packit 022b05
Packit 022b05
-- The Token Ring Ring Station Config Group
Packit 022b05
--
Packit 022b05
-- Implementation of this group is optional.
Packit 022b05
-- The ring station config group manages token ring nodes
Packit 022b05
-- through active means.
Packit 022b05
Packit 022b05
ringStationConfigControlTable OBJECT-TYPE
Packit 022b05
    SYNTAX SEQUENCE OF RingStationConfigControlEntry
Packit 022b05
    ACCESS not-accessible
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "A list of ring station configuration control
Packit 022b05
            entries."
Packit 022b05
    ::= { tokenRing 4 }
Packit 022b05
Packit 022b05
ringStationConfigControlEntry OBJECT-TYPE
Packit 022b05
    SYNTAX RingStationConfigControlEntry
Packit 022b05
    ACCESS not-accessible
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "This entry controls active management of stations
Packit 022b05
            by the probe.  One entry exists in this table for
Packit 022b05
            each active station in the ringStationTable."
Packit 022b05
    INDEX { ringStationConfigControlIfIndex,
Packit 022b05
            ringStationConfigControlMacAddress }
Packit 022b05
    ::= { ringStationConfigControlTable 1 }
Packit 022b05
Packit 022b05
-- As an example, an instance of the
Packit 022b05
-- ringStationConfigControlRemove object might be named
Packit 022b05
-- ringStationConfigControlRemove.1.16.0.90.0.64.131
Packit 022b05
Packit 022b05
RingStationConfigControlEntry ::= SEQUENCE {
Packit 022b05
    ringStationConfigControlIfIndex         INTEGER,
Packit 022b05
    ringStationConfigControlMacAddress      MacAddress,
Packit 022b05
    ringStationConfigControlRemove          INTEGER,
Packit 022b05
    ringStationConfigControlUpdateStats     INTEGER
Packit 022b05
}
Packit 022b05
Packit 022b05
ringStationConfigControlIfIndex OBJECT-TYPE
Packit 022b05
    SYNTAX INTEGER
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The value of this object uniquely identifies the
Packit 022b05
            interface on this remote network monitoring device
Packit 022b05
            on which this station was detected.  The interface
Packit 022b05
            identified by a particular value of this object is
Packit 022b05
            the same interface as identified by the same value
Packit 022b05
            of the ifIndex object, defined in MIB-II [3]."
Packit 022b05
    ::= { ringStationConfigControlEntry 1 }
Packit 022b05
Packit 022b05
ringStationConfigControlMacAddress OBJECT-TYPE
Packit 022b05
    SYNTAX MacAddress
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The physical address of this station."
Packit 022b05
    ::= { ringStationConfigControlEntry 2 }
Packit 022b05
Packit 022b05
ringStationConfigControlRemove OBJECT-TYPE
Packit 022b05
    SYNTAX INTEGER {
Packit 022b05
        stable(1),
Packit 022b05
        removing(2)
Packit 022b05
    }
Packit 022b05
    ACCESS read-write
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "Setting this object to `removing(2)' causes a
Packit 022b05
            Remove Station MAC frame to be sent.  The agent
Packit 022b05
            will set this object to `stable(1)' after
Packit 022b05
            processing the request."
Packit 022b05
    ::= { ringStationConfigControlEntry 3 }
Packit 022b05
Packit 022b05
ringStationConfigControlUpdateStats OBJECT-TYPE
Packit 022b05
    SYNTAX INTEGER {
Packit 022b05
        stable(1),
Packit 022b05
        updating(2)
Packit 022b05
    }
Packit 022b05
    ACCESS read-write
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "Setting this object to `updating(2)' causes the
Packit 022b05
            configuration information associate with this
Packit 022b05
            entry to be updated.  The agent will set this
Packit 022b05
            object to `stable(1)' after processing the
Packit 022b05
            request."
Packit 022b05
    ::= { ringStationConfigControlEntry 4 }
Packit 022b05
Packit 022b05
--  The ringStationConfig Table
Packit 022b05
--
Packit 022b05
--  Entries exist in this table after an active
Packit 022b05
--  configuration query has completed successfully for
Packit 022b05
--  a station.  This query is initiated by the associated
Packit 022b05
--  ringStationConfigControlUpdateStats variable.
Packit 022b05
Packit 022b05
ringStationConfigTable OBJECT-TYPE
Packit 022b05
    SYNTAX SEQUENCE OF RingStationConfigEntry
Packit 022b05
    ACCESS not-accessible
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "A list of configuration entries for stations on a
Packit 022b05
            ring monitored by this probe."
Packit 022b05
    ::= { tokenRing 5 }
Packit 022b05
Packit 022b05
ringStationConfigEntry OBJECT-TYPE
Packit 022b05
    SYNTAX RingStationConfigEntry
Packit 022b05
    ACCESS not-accessible
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "A collection of statistics for a particular
Packit 022b05
            station that has been discovered on a ring
Packit 022b05
            monitored by this probe."
Packit 022b05
    INDEX { ringStationConfigIfIndex,
Packit 022b05
            ringStationConfigMacAddress }
Packit 022b05
    ::= { ringStationConfigTable 1 }
Packit 022b05
Packit 022b05
-- As an example, an instance of the
Packit 022b05
-- ringStationConfigLocation object might be named
Packit 022b05
-- ringStationConfigLocation.1.16.0.90.0.64.131
Packit 022b05
Packit 022b05
RingStationConfigEntry ::= SEQUENCE {
Packit 022b05
    ringStationConfigIfIndex            INTEGER,
Packit 022b05
    ringStationConfigMacAddress         MacAddress,
Packit 022b05
    ringStationConfigUpdateTime         TimeTicks,
Packit 022b05
    ringStationConfigLocation           OCTET STRING,
Packit 022b05
    ringStationConfigMicrocode          OCTET STRING,
Packit 022b05
    ringStationConfigGroupAddress       OCTET STRING,
Packit 022b05
    ringStationConfigFunctionalAddress  OCTET STRING
Packit 022b05
}
Packit 022b05
Packit 022b05
ringStationConfigIfIndex OBJECT-TYPE
Packit 022b05
    SYNTAX INTEGER
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The value of this object uniquely identifies the
Packit 022b05
            interface on this remote network monitoring device
Packit 022b05
            on which this station was detected.  The interface
Packit 022b05
            identified by a particular value of this object is
Packit 022b05
            the same interface as identified by the same value
Packit 022b05
            of the ifIndex object, defined in MIB-II [3]."
Packit 022b05
    ::= { ringStationConfigEntry 1 }
Packit 022b05
Packit 022b05
ringStationConfigMacAddress OBJECT-TYPE
Packit 022b05
    SYNTAX MacAddress
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The physical address of this station."
Packit 022b05
    ::= { ringStationConfigEntry 2 }
Packit 022b05
Packit 022b05
ringStationConfigUpdateTime OBJECT-TYPE
Packit 022b05
    SYNTAX TimeTicks
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The value of sysUpTime at the time this
Packit 022b05
            configuration information was last updated
Packit 022b05
            (completely)."
Packit 022b05
    ::= { ringStationConfigEntry 3 }
Packit 022b05
Packit 022b05
ringStationConfigLocation OBJECT-TYPE
Packit 022b05
    SYNTAX OCTET STRING (SIZE(4))
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The assigned physical location of this station."
Packit 022b05
    ::= { ringStationConfigEntry 4 }
Packit 022b05
Packit 022b05
ringStationConfigMicrocode OBJECT-TYPE
Packit 022b05
    SYNTAX OCTET STRING (SIZE(10))
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The microcode EC level of this station."
Packit 022b05
    ::= { ringStationConfigEntry 5 }
Packit 022b05
Packit 022b05
ringStationConfigGroupAddress OBJECT-TYPE
Packit 022b05
    SYNTAX OCTET STRING (SIZE(4))
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The low-order 4 octets of the group address
Packit 022b05
            recognized by this station."
Packit 022b05
    ::= { ringStationConfigEntry 6 }
Packit 022b05
Packit 022b05
ringStationConfigFunctionalAddress OBJECT-TYPE
Packit 022b05
    SYNTAX OCTET STRING (SIZE(4))
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "the functional addresses recognized by this
Packit 022b05
            station."
Packit 022b05
    ::= { ringStationConfigEntry 7 }
Packit 022b05
Packit 022b05
Packit 022b05
-- The Token Ring Source Routing group
Packit 022b05
--
Packit 022b05
-- Implementation of this group is optional.
Packit 022b05
-- The data in this group is collected from the source
Packit 022b05
-- routing information potentially present in any token ring
Packit 022b05
-- packet.  This information will be valid only in a pure
Packit 022b05
-- source route bridging environment.  In a transparent
Packit 022b05
-- bridging or a mixed bridging environment, this
Packit 022b05
-- information may not be accurate.
Packit 022b05
Packit 022b05
sourceRoutingStatsTable OBJECT-TYPE
Packit 022b05
    SYNTAX SEQUENCE OF SourceRoutingStatsEntry
Packit 022b05
    ACCESS not-accessible
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "A list of source routing statistics entries."
Packit 022b05
    ::= { tokenRing 6 }
Packit 022b05
Packit 022b05
sourceRoutingStatsEntry OBJECT-TYPE
Packit 022b05
    SYNTAX SourceRoutingStatsEntry
Packit 022b05
    ACCESS not-accessible
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "A collection of source routing statistics kept
Packit 022b05
            for a particular Token Ring interface."
Packit 022b05
    INDEX { sourceRoutingStatsIfIndex }
Packit 022b05
    ::= { sourceRoutingStatsTable 1 }
Packit 022b05
Packit 022b05
-- As an example, an instance of the
Packit 022b05
-- sourceRoutingStatsInFrames object might be named
Packit 022b05
-- sourceRoutingStatsInFrames.1
Packit 022b05
Packit 022b05
SourceRoutingStatsEntry ::= SEQUENCE {
Packit 022b05
    sourceRoutingStatsIfIndex                     INTEGER,
Packit 022b05
    sourceRoutingStatsRingNumber                  INTEGER,
Packit 022b05
    sourceRoutingStatsInFrames                    Counter,
Packit 022b05
Packit 022b05
        -- in to our net
Packit 022b05
Packit 022b05
    sourceRoutingStatsOutFrames                   Counter,
Packit 022b05
        -- out from our net
Packit 022b05
Packit 022b05
    sourceRoutingStatsThroughFrames               Counter,
Packit 022b05
        -- through our net
Packit 022b05
Packit 022b05
    sourceRoutingStatsAllRoutesBroadcastFrames    Counter,
Packit 022b05
    sourceRoutingStatsSingleRouteBroadcastFrames  Counter,
Packit 022b05
    sourceRoutingStatsInOctets                    Counter,
Packit 022b05
    sourceRoutingStatsOutOctets                   Counter,
Packit 022b05
    sourceRoutingStatsThroughOctets               Counter,
Packit 022b05
    sourceRoutingStatsAllRoutesBroadcastOctets    Counter,
Packit 022b05
    sourceRoutingStatsSingleRoutesBroadcastOctets Counter,
Packit 022b05
    sourceRoutingStatsLocalLLCFrames              Counter,
Packit 022b05
    sourceRoutingStats1HopFrames                  Counter,
Packit 022b05
    sourceRoutingStats2HopsFrames                 Counter,
Packit 022b05
    sourceRoutingStats3HopsFrames                 Counter,
Packit 022b05
    sourceRoutingStats4HopsFrames                 Counter,
Packit 022b05
    sourceRoutingStats5HopsFrames                 Counter,
Packit 022b05
    sourceRoutingStats6HopsFrames                 Counter,
Packit 022b05
    sourceRoutingStats7HopsFrames                 Counter,
Packit 022b05
    sourceRoutingStats8HopsFrames                 Counter,
Packit 022b05
    sourceRoutingStatsMoreThan8HopsFrames         Counter,
Packit 022b05
    sourceRoutingStatsOwner                       OwnerString,
Packit 022b05
    sourceRoutingStatsStatus                      EntryStatus
Packit 022b05
}
Packit 022b05
Packit 022b05
sourceRoutingStatsIfIndex OBJECT-TYPE
Packit 022b05
    SYNTAX INTEGER
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The value of this object uniquely identifies the
Packit 022b05
            interface on this remote network monitoring device
Packit 022b05
            on which source routing statistics will be
Packit 022b05
            detected.  The interface identified by a
Packit 022b05
            particular value of this object is the same
Packit 022b05
            interface as identified by the same value of the
Packit 022b05
            ifIndex object, defined in MIB-II [3]."
Packit 022b05
    ::= { sourceRoutingStatsEntry 1 }
Packit 022b05
Packit 022b05
sourceRoutingStatsRingNumber OBJECT-TYPE
Packit 022b05
    SYNTAX INTEGER
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The ring number of the ring monitored by this
Packit 022b05
            entry.  When any object in this entry is created,
Packit 022b05
            the probe will attempt to discover the ring
Packit 022b05
            number.  Only after the ring number is discovered
Packit 022b05
            will this object be created.  After creating an
Packit 022b05
            object in this entry, the management station
Packit 022b05
            should poll this object to detect when it is
Packit 022b05
            created.  Only after this object is created can
Packit 022b05
            the management station set the
Packit 022b05
            sourceRoutingStatsStatus entry to valid(1)."
Packit 022b05
    ::= { sourceRoutingStatsEntry 2 }
Packit 022b05
Packit 022b05
sourceRoutingStatsInFrames OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The count of frames sent into this ring from
Packit 022b05
            another ring."
Packit 022b05
    ::= { sourceRoutingStatsEntry 3 }
Packit 022b05
Packit 022b05
sourceRoutingStatsOutFrames OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The count of frames sent from this ring to
Packit 022b05
            another ring."
Packit 022b05
    ::= { sourceRoutingStatsEntry 4 }
Packit 022b05
Packit 022b05
sourceRoutingStatsThroughFrames OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The count of frames sent from another ring,
Packit 022b05
            through this ring, to another ring."
Packit 022b05
    ::= { sourceRoutingStatsEntry 5 }
Packit 022b05
Packit 022b05
sourceRoutingStatsAllRoutesBroadcastFrames OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of good frames received that
Packit 022b05
            were All Routes Broadcast."
Packit 022b05
    ::= { sourceRoutingStatsEntry 6 }
Packit 022b05
Packit 022b05
sourceRoutingStatsSingleRouteBroadcastFrames OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of good frames received that
Packit 022b05
            were Single Route Broadcast."
Packit 022b05
    ::= { sourceRoutingStatsEntry 7 }
Packit 022b05
Packit 022b05
sourceRoutingStatsInOctets OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The count of octets in good frames sent into this
Packit 022b05
            ring from another ring."
Packit 022b05
    ::= { sourceRoutingStatsEntry 8 }
Packit 022b05
Packit 022b05
sourceRoutingStatsOutOctets OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The count of octets in good frames sent from this
Packit 022b05
            ring to another ring."
Packit 022b05
    ::= { sourceRoutingStatsEntry 9 }
Packit 022b05
Packit 022b05
sourceRoutingStatsThroughOctets OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The count of octets in good frames sent another
Packit 022b05
            ring, through this ring, to another ring."
Packit 022b05
    ::= { sourceRoutingStatsEntry 10 }
Packit 022b05
Packit 022b05
sourceRoutingStatsAllRoutesBroadcastOctets OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of octets in good frames
Packit 022b05
            received that were All Routes Broadcast."
Packit 022b05
    ::= { sourceRoutingStatsEntry 11 }
Packit 022b05
Packit 022b05
sourceRoutingStatsSingleRoutesBroadcastOctets OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of octets in good frames
Packit 022b05
            received that were Single Route Broadcast."
Packit 022b05
    ::= { sourceRoutingStatsEntry 12 }
Packit 022b05
Packit 022b05
sourceRoutingStatsLocalLLCFrames OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of frames received who had no
Packit 022b05
            RIF field (or had a RIF field that only included
Packit 022b05
            the local ring's number) and were not All Route
Packit 022b05
            Broadcast Frames."
Packit 022b05
    ::= { sourceRoutingStatsEntry 13 }
Packit 022b05
Packit 022b05
sourceRoutingStats1HopFrames OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of frames received whose route
Packit 022b05
            had 1 hop, were not All Route Broadcast Frames,
Packit 022b05
            and whose source or destination were on this ring
Packit 022b05
            (i.e. frames that had a RIF field and had this
Packit 022b05
            ring number in the first or last entry of the RIF
Packit 022b05
            field)."
Packit 022b05
    ::= { sourceRoutingStatsEntry 14 }
Packit 022b05
Packit 022b05
sourceRoutingStats2HopsFrames OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of frames received whose route
Packit 022b05
            had 2 hops, were not All Route Broadcast Frames,
Packit 022b05
            and whose source or destination were on this ring
Packit 022b05
            (i.e. frames that had a RIF field and had this
Packit 022b05
            ring number in the first or last entry of the RIF
Packit 022b05
            field)."
Packit 022b05
    ::= { sourceRoutingStatsEntry 15 }
Packit 022b05
Packit 022b05
sourceRoutingStats3HopsFrames OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of frames received whose route
Packit 022b05
            had 3 hops, were not All Route Broadcast Frames,
Packit 022b05
            and whose source or destination were on this ring
Packit 022b05
            (i.e. frames that had a RIF field and had this
Packit 022b05
            ring number in the first or last entry of the RIF
Packit 022b05
            field)."
Packit 022b05
    ::= { sourceRoutingStatsEntry 16 }
Packit 022b05
Packit 022b05
sourceRoutingStats4HopsFrames OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of frames received whose route
Packit 022b05
            had 4 hops, were not All Route Broadcast Frames,
Packit 022b05
            and whose source or destination were on this ring
Packit 022b05
            (i.e. frames that had a RIF field and had this
Packit 022b05
            ring number in the first or last entry of the RIF
Packit 022b05
            field)."
Packit 022b05
    ::= { sourceRoutingStatsEntry 17 }
Packit 022b05
Packit 022b05
sourceRoutingStats5HopsFrames OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of frames received whose route
Packit 022b05
            had 5 hops, were not All Route Broadcast Frames,
Packit 022b05
            and whose source or destination were on this ring
Packit 022b05
            (i.e. frames that had a RIF field and had this
Packit 022b05
            ring number in the first or last entry of the RIF
Packit 022b05
            field)."
Packit 022b05
    ::= { sourceRoutingStatsEntry 18 }
Packit 022b05
Packit 022b05
sourceRoutingStats6HopsFrames OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of frames received whose route
Packit 022b05
            had 6 hops, were not All Route Broadcast Frames,
Packit 022b05
            and whose source or destination were on this ring
Packit 022b05
            (i.e. frames that had a RIF field and had this
Packit 022b05
            ring number in the first or last entry of the RIF
Packit 022b05
            field)."
Packit 022b05
    ::= { sourceRoutingStatsEntry 19 }
Packit 022b05
Packit 022b05
sourceRoutingStats7HopsFrames OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of frames received whose route
Packit 022b05
            had 7 hops, were not All Route Broadcast Frames,
Packit 022b05
            and whose source or destination were on this ring
Packit 022b05
            (i.e. frames that had a RIF field and had this
Packit 022b05
            ring number in the first or last entry of the RIF
Packit 022b05
            field)."
Packit 022b05
    ::= { sourceRoutingStatsEntry 20 }
Packit 022b05
Packit 022b05
sourceRoutingStats8HopsFrames OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of frames received whose route
Packit 022b05
            had 8 hops, were not All Route Broadcast Frames,
Packit 022b05
            and whose source or destination were on this ring
Packit 022b05
            (i.e. frames that had a RIF field and had this
Packit 022b05
            ring number in the first or last entry of the RIF
Packit 022b05
            field)."
Packit 022b05
    ::= { sourceRoutingStatsEntry 21 }
Packit 022b05
Packit 022b05
sourceRoutingStatsMoreThan8HopsFrames OBJECT-TYPE
Packit 022b05
    SYNTAX Counter
Packit 022b05
    ACCESS read-only
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The total number of frames received whose route
Packit 022b05
            had more than 8 hops, were not All Route Broadcast
Packit 022b05
            Frames, and whose source or destination were on
Packit 022b05
            this ring (i.e. frames that had a RIF field and
Packit 022b05
            had this ring number in the first or last entry of
Packit 022b05
            the RIF field)."
Packit 022b05
    ::= { sourceRoutingStatsEntry 22 }
Packit 022b05
Packit 022b05
sourceRoutingStatsOwner OBJECT-TYPE
Packit 022b05
    SYNTAX OwnerString
Packit 022b05
    ACCESS read-write
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The entity that configured this entry and is
Packit 022b05
            therefore using the resources assigned to it."
Packit 022b05
    ::= { sourceRoutingStatsEntry 23 }
Packit 022b05
Packit 022b05
sourceRoutingStatsStatus OBJECT-TYPE
Packit 022b05
    SYNTAX EntryStatus
Packit 022b05
    ACCESS read-write
Packit 022b05
    STATUS mandatory
Packit 022b05
    DESCRIPTION
Packit 022b05
            "The status of this sourceRoutingStats entry."
Packit 022b05
    ::= { sourceRoutingStatsEntry 24 }
Packit 022b05
Packit 022b05
END