?? tokenring-mib
字號:
STATUS current DESCRIPTION "This counter is incremented when a station recognizes a frame addressed to its specific address and detects that the FS field A bits are set to 1 indicating a possible line hit or duplicate address." ::= { dot5StatsEntry 9 }dot5StatsTokenErrors OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "This counter is incremented when a station acting as the active monitor recognizes an error condition that needs a token transmitted." ::= { dot5StatsEntry 10 }dot5StatsSoftErrors OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of Soft Errors the interface has detected. It directly corresponds to the number of Report Error MAC frames that this interface has transmitted. Soft Errors are those which are recoverable by the MAC layer protocols." ::= { dot5StatsEntry 11 }dot5StatsHardErrors OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of times this interface has detected an immediately recoverable fatal error. It denotes the number of times this interface is either transmitting or receiving beacon MAC frames." ::= { dot5StatsEntry 12 }dot5StatsSignalLoss OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of times this interface has detected the loss of signal condition from the ring." ::= { dot5StatsEntry 13 }dot5StatsTransmitBeacons OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of times this interface has transmitted a beacon frame." ::= { dot5StatsEntry 14 }dot5StatsRecoverys OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of Claim Token MAC frames received or transmitted after the interface has received a Ring Purge MAC frame. This counter signifies the number of times the ring has been purged and is being recovered back into a normal operating state." ::= { dot5StatsEntry 15 }dot5StatsLobeWires OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of times the interface has detected an open or short circuit in the lobe data path. The adapter will be closed and dot5RingState will signify this condition." ::= { dot5StatsEntry 16 }dot5StatsRemoves OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of times the interface has received a Remove Ring Station MAC frame request. When this frame is received the interface will enter the close state and dot5RingState will signify this condition." ::= { dot5StatsEntry 17 }dot5StatsSingles OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of times the interface has sensed that it is the only station on the ring. This will happen if the interface is the first one up on a ring, or if there is a hardware problem." ::= { dot5StatsEntry 18 }dot5StatsFreqErrors OBJECT-TYPE SYNTAX Counter32 MAX-ACCESS read-only STATUS current DESCRIPTION "The number of times the interface has detected that the frequency of the incoming signal differs from the expected frequency by more than that specified by the IEEE 802.5 standard." ::= { dot5StatsEntry 19 }-- The Timer Table-- This group contains the values of timers for 802.5-- interfaces. This table is obsolete, but its definition-- is retained here for backwards compatibility.dot5TimerTable OBJECT-TYPE SYNTAX SEQUENCE OF Dot5TimerEntry MAX-ACCESS not-accessible STATUS obsolete DESCRIPTION "This table contains Token Ring interface timer values, one entry per 802.5 interface." ::= { dot5 5 }dot5TimerEntry OBJECT-TYPE SYNTAX Dot5TimerEntry MAX-ACCESS not-accessible STATUS obsolete DESCRIPTION "A list of Token Ring timer values for an 802.5 interface." INDEX { dot5TimerIfIndex } ::= { dot5TimerTable 1 }Dot5TimerEntry ::= SEQUENCE { dot5TimerIfIndex Integer32, dot5TimerReturnRepeat Integer32, dot5TimerHolding Integer32, dot5TimerQueuePDU Integer32, dot5TimerValidTransmit Integer32, dot5TimerNoToken Integer32, dot5TimerActiveMon Integer32, dot5TimerStandbyMon Integer32, dot5TimerErrorReport Integer32, dot5TimerBeaconTransmit Integer32, dot5TimerBeaconReceive Integer32}dot5TimerIfIndex OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS obsolete DESCRIPTION "The value of this object identifies the 802.5 interface for which this entry contains timer values. The value of this object for a particular interface has the same value as MIB-II's ifIndex object for the same interface." ::= { dot5TimerEntry 1 }dot5TimerReturnRepeat OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS obsolete DESCRIPTION "The time-out value used to ensure the interface will return to Repeat State, in units of 100 micro-seconds. The value should be greater than the maximum ring latency." ::= { dot5TimerEntry 2 }dot5TimerHolding OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS obsolete DESCRIPTION "Maximum period of time a station is permitted to transmit frames after capturing a token, in units of 100 micro-seconds." ::= { dot5TimerEntry 3 }dot5TimerQueuePDU OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS obsolete DESCRIPTION "The time-out value for enqueuing of an SMP PDU after reception of an AMP or SMP frame in which the A and C bits were equal to 0, in units of 100 micro-seconds." ::= { dot5TimerEntry 4 }dot5TimerValidTransmit OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS obsolete DESCRIPTION "The time-out value used by the active monitor to detect the absence of valid transmissions, in units of 100 micro-seconds." ::= { dot5TimerEntry 5 }dot5TimerNoToken OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS obsolete DESCRIPTION "The time-out value used to recover from various-related error situations. If N is the maximum number of stations on the ring, the value of this timer is normally: dot5TimerReturnRepeat + N*dot5TimerHolding." ::= { dot5TimerEntry 6 }dot5TimerActiveMon OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS obsolete DESCRIPTION "The time-out value used by the active monitor to stimulate the enqueuing of an AMP PDU for transmission, in units of 100 micro-seconds." ::= { dot5TimerEntry 7 }dot5TimerStandbyMon OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS obsolete DESCRIPTION "The time-out value used by the stand-by monitors to ensure that there is an active monitor on the ring and to detect a continuous stream of tokens, in units of 100 micro-seconds." ::= { dot5TimerEntry 8 }dot5TimerErrorReport OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS obsolete DESCRIPTION "The time-out value which determines how often a station shall send a Report Error MAC frame to report its error counters, in units of 100 micro-seconds." ::= { dot5TimerEntry 9 }dot5TimerBeaconTransmit OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS obsolete DESCRIPTION "The time-out value which determines how long a station shall remain in the state of transmitting Beacon frames before entering the Bypass state, in units of 100 micro-seconds." ::= { dot5TimerEntry 10 }dot5TimerBeaconReceive OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS obsolete DESCRIPTION "The time-out value which determines how long a station shall receive Beacon frames from its downstream neighbor before entering the Bypass state, in units of 100 micro-seconds." ::= { dot5TimerEntry 11 }-- 802.5 Interface Testsdot5Tests OBJECT IDENTIFIER ::= { dot5 3 }-- RFC 1573 defines the ifTestTable, through which a-- network manager can instruct an agent to test an interface-- for various faults. A test to be performed is identified-- as an OBJECT IDENTIFIER.-- The Insert Function testdot5TestInsertFunc OBJECT-IDENTITY STATUS current DESCRIPTION "Invoking this test causes the station to test the insert ring logic of the hardware if the station's lobe media cable is connected to a wiring concentrator. Note that this command inserts the station into the network, and thus, could cause problems if the station is connected to a operational network." ::= { dot5Tests 1 }-- The Full-Duplex Loop Back testdot5TestFullDuplexLoopBack OBJECT-IDENTITY STATUS current DESCRIPTION "Invoking this test on a 802.5 interface causes the interface to check the path from memory through the chip set's internal logic and back to memory, thus checking the proper functioning of the system's interface to the chip set." ::= { dot5Tests 2 }-- 802.5 Hardware Chip Sets-- RFC 1229 specified an object, ifExtnsChipSet, with the-- syntax of OBJECT IDENTIFIER, to identify the hardware-- chip set in use by an interface. RFC 1573 obsoletes-- the use of ifExtnsChipSet. However, the following-- definitions are retained for backwards compatibility.dot5ChipSets OBJECT IDENTIFIER ::= { dot5 4 }dot5ChipSetIBM16 OBJECT-IDENTITY STATUS current DESCRIPTION "IBM's 16/4 Mbs chip set." ::= { dot5ChipSets 1 }dot5ChipSetTItms380 OBJECT-IDENTITY STATUS current DESCRIPTION "Texas Instruments' TMS 380 4Mbs chip-set" ::= { dot5ChipSets 2 }dot5ChipSetTItms380c16 OBJECT-IDENTITY STATUS current DESCRIPTION "Texas Instruments' TMS 380C16 16/4 Mbs chip-set" ::= { dot5ChipSets 3 }-- conformance informationdot5Conformance OBJECT IDENTIFIER ::= { dot5 6 }dot5Groups OBJECT IDENTIFIER ::= { dot5Conformance 1 }dot5Compliances OBJECT IDENTIFIER ::= { dot5Conformance 2 }-- compliance statementsdot5Compliance MODULE-COMPLIANCE STATUS current DESCRIPTION "The compliance statement for SNMPv2 entities which implement the IEEE 802.5 MIB." MODULE -- this module MANDATORY-GROUPS { dot5StateGroup, dot5StatsGroup } OBJECT dot5ActMonParticipate MIN-ACCESS read-only DESCRIPTION "Write access is not required." OBJECT dot5Functional MIN-ACCESS read-only DESCRIPTION "Write access is not required." ::= { dot5Compliances 1 }-- units of conformancedot5StateGroup OBJECT-GROUP OBJECTS { dot5Commands, dot5RingStatus, dot5RingState, dot5RingOpenStatus, dot5RingSpeed, dot5UpStream, dot5ActMonParticipate, dot5Functional, dot5LastBeaconSent } STATUS current DESCRIPTION "A collection of objects providing state information and parameters for IEEE 802.5 interfaces." ::= { dot5Groups 1 }dot5StatsGroup OBJECT-GROUP OBJECTS { dot5StatsLineErrors, dot5StatsBurstErrors, dot5StatsACErrors, dot5StatsAbortTransErrors, dot5StatsInternalErrors, dot5StatsLostFrameErrors, dot5StatsReceiveCongestions, dot5StatsFrameCopiedErrors, dot5StatsTokenErrors, dot5StatsSoftErrors, dot5StatsHardErrors, dot5StatsSignalLoss, dot5StatsTransmitBeacons, dot5StatsRecoverys, dot5StatsLobeWires, dot5StatsRemoves, dot5StatsSingles, dot5StatsFreqErrors } STATUS current DESCRIPTION "A collection of objects providing statistics for IEEE 802.5 interfaces." ::= { dot5Groups 2 }END
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -