📄 rfc1230.mib
字号:
ACCESS read-write STATUS mandatory DESCRIPTION "This object determines whether the station will attempt to enter the logical ring immediately after initialization." ::= { dot4InitEntry 12 } -- 802.4 Statistics Table -- This table contains Token Bus statistics, one entry per -- 802.4 interface. It is mandatory that systems having -- 802.4 interfaces implement this table. dot4StatsTable OBJECT-TYPE SYNTAX SEQUENCE OF Dot4StatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A table containing Token Bus statistics. All the statistics are defined using the syntax Counter as 32 bit wrap around counters. Thus, if an interface's hardware chip set maintains these statistics in 16-bit counters, then the agent must read the hardware's counters frequently enough to prevent loss of significance, in order to maintain a 32-bit counter in software." ::= { dot4 3 } dot4StatsEntry OBJECT-TYPE SYNTAX Dot4StatsEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "An entry containing the 802.4 statistics for a particular interface." INDEX { dot4StatsIfIndex } ::= { dot4StatsTable 1 } Dot4StatsEntry ::= SEQUENCE { dot4StatsIfIndex INTEGER, dot4StatsTokenPasses Counter, dot4StatsTokenHeards Counter, dot4StatsNoSuccessors Counter, dot4StatsWhoFollows Counter, dot4StatsTokenPassFails Counter, dot4StatsNonSilences Counter, dot4StatsFcsErrors Counter, dot4StatsEbitErrors Counter, dot4StatsFrameFrags Counter, dot4StatsFrameTooLongs Counter, dot4StatsOverRuns Counter, dot4StatsDupAddresses Counter } dot4StatsIfIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The value of this object identifies the 802.4 interface for which this entry contains management information. The value of this object for a particular interface has the same value as the ifIndex object, defined in [4,6], for the same interface." ::= { dot4StatsEntry 1 } dot4StatsTokenPasses OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS optional DESCRIPTION "The number of times this station has passed the token." ::= { dot4StatsEntry 2 } dot4StatsTokenHeards OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS optional DESCRIPTION "The number of tokens heard by this station." ::= { dot4StatsEntry 3 } dot4StatsNoSuccessors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of times the station could not find a successor while believing itself not the only station in the ring. This can signify a faulty transmitter condition in this station." ::= { dot4StatsEntry 4 } dot4StatsWhoFollows OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of times the station has had to look for a new next station." ::= { dot4StatsEntry 5 } dot4StatsTokenPassFails OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of times the station failed in passing the token to the next station." ::= { dot4StatsEntry 6 } dot4StatsNonSilences OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of occurrences of non-silence followed by silence in which a start delimiter was not detected." ::= { dot4StatsEntry 7 } dot4StatsFcsErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of frames received with an incorrect FCS and the E-bit reset." ::= { dot4StatsEntry 8 } dot4StatsEbitErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of frames the station received with the E-bit set in the end delimiter." ::= { dot4StatsEntry 9 } dot4StatsFrameFrags OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of occurrences of receiving a start delimiter followed by another start delimiter, an invalid symbol sequence or silence, without an intervening end delimiter." ::= { dot4StatsEntry 10 } dot4StatsFrameTooLongs OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of frames that were received that were larger than the media's MTU." ::= { dot4StatsEntry 11 } dot4StatsOverRuns OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of times a FIFO overrun was detected in the station." ::= { dot4StatsEntry 12 } dot4StatsDupAddresses OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The number of times this station detected another station using the same MAC address." ::= { dot4StatsEntry 13 } -- 802.4 Interface Tests dot4Tests OBJECT IDENTIFIER ::= { dot4 5 } -- The extensions to the interfaces table proposed in [11] -- define a table object, ifExtnsTestTable, through which a -- network manager can instruct an agent to test an interface -- for various faults. A test to be performed is identified -- (as the value of ifExtnsTestType) via an OBJECT IDENTIFIER. -- When a test fails, the object ifExtnsTestCode, defined in -- [11], may contain a media-specific error-code. For 802.4 -- interfaces, the following is defined as the value of -- ifExtnsTestCode when a test fails because the modem could -- not be initialized: dot4Errors OBJECT IDENTIFIER ::= { dot4 4 } dot4ModemInitFailed OBJECT IDENTIFIER ::= { dot4Errors 1 } -- The Full-Duplex Loop Back Test is a common test, defined -- in [11] as: -- -- testFullDuplexLoopBack -- -- Invoking this test on a 802.4 interface causes the -- interface to check the path from memory through the chip -- set's serial interface back to memory, thus checking the -- proper functioning of the transmit and receive machines -- of the token bus hardware. -- This test may only be invoked when the interface is -- the Offline state. -- The FIFO Path test is defined by: testFifoPath OBJECT IDENTIFIER ::= { dot4Tests 1 } -- Invoking this test causes the interface to check the path -- from memory to the chip set's FIFO and back to memory. -- This test checks the hosts interface to the token bus -- hardware. This test may only be invoked when the -- interface is the Offline state. -- The External Loopback test is defined by: testExternalLoopback OBJECT IDENTIFIER ::= { dot4Tests 2 } -- Invoking this test causes the interface to check the path -- from memory through the chip set and out onto the network -- for external (e.g., at the head-end) loopback through the -- chip set to memory. This test checks the host's interface -- to the 802.4 network. This test is liable to cause -- serious disruption if invoked on an operational network. -- 802.4 Hardware Chip Sets dot4ChipSets OBJECT IDENTIFIER ::= { dot4 6 } -- The extensions to the interfaces table proposed in [11] -- define an object, ifExtnsChipSet, with the syntax of -- OBJECT IDENTIFIER, to identify the hardware chip set in -- use by an interface. That definition specifies just -- one applicable object identifier: -- -- unknownChipSet -- -- for use as the value of ifExtnsChipSet when the specific -- chip set is unknown. -- -- This MIB defines the following for use as values of -- ifExtnsChipSet: -- for use as values of ifExtnsChipSet -- Motorola 68824 Token Bus Controller chipSetMc68824 OBJECT IDENTIFIER ::= { dot4ChipSets 1 } END
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -