📄 token-ring-rmon-mib
字号:
tokenRingMLHistoryBurstErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of burst errors reported in error reporting packets detected by the probe during this sampling interval." ::= { tokenRingMLHistoryEntry 17 } tokenRingMLHistoryACErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of AC (Address Copied) errors reported in error reporting packets detected by the probe during this sampling interval." ::= { tokenRingMLHistoryEntry 18 } tokenRingMLHistoryAbortErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of abort delimiters reported in error reporting packets detected by the probe during this sampling interval." ::= { tokenRingMLHistoryEntry 19 } tokenRingMLHistoryLostFrameErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of lost frame errors reported in error reporting packets detected by the probe during this sampling interval." ::= { tokenRingMLHistoryEntry 20 } tokenRingMLHistoryCongestionErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of receive congestion errors reported in error reporting packets detected by the probe during this sampling interval." ::= { tokenRingMLHistoryEntry 21 } tokenRingMLHistoryFrameCopiedErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of frame copied errors reported in error reporting packets detected by the probe during this sampling interval." ::= { tokenRingMLHistoryEntry 22 } tokenRingMLHistoryFrequencyErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of frequency errors reported in error reporting packets detected by the probe during this sampling interval." ::= { tokenRingMLHistoryEntry 23 } tokenRingMLHistoryTokenErrors OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of token errors reported in error reporting packets detected by the probe during this sampling interval." ::= { tokenRingMLHistoryEntry 24 } tokenRingMLHistorySoftErrorReports OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of soft error report frames detected by the probe during this sampling interval." ::= { tokenRingMLHistoryEntry 25 } tokenRingMLHistoryRingPollEvents OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of ring poll events detected by the probe during this sampling interval." ::= { tokenRingMLHistoryEntry 26 } tokenRingMLHistoryActiveStations OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "The maximum number of active stations on the ring detected by the probe during this sampling interval." ::= { tokenRingMLHistoryEntry 27} -- The Token Ring Promiscuous History Group -- -- Implementation of this group is optional. -- Implementation of this group requires the implementation -- of the historyControl group from RFC1271. tokenRingPHistoryTable OBJECT-TYPE SYNTAX SEQUENCE OF TokenRingPHistoryEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A list of promiscuous Token Ring statistics entries." ::= { history 4 } tokenRingPHistoryEntry OBJECT-TYPE SYNTAX TokenRingPHistoryEntry ACCESS not-accessible STATUS mandatory DESCRIPTION "A collection of promiscuous statistics kept for a particular Token Ring interface." INDEX { tokenRingPHistoryIndex, tokenRingPHistorySampleIndex } ::= { tokenRingPHistoryTable 1 } -- As an example, an instance of the -- tokenRingPHistoryDataPkts object -- might be named tokenRingPHistoryDataPkts.1.27 TokenRingPHistoryEntry ::= SEQUENCE { tokenRingPHistoryIndex INTEGER, tokenRingPHistorySampleIndex INTEGER, tokenRingPHistoryIntervalStart TimeTicks, tokenRingPHistoryDropEvents Counter, tokenRingPHistoryDataOctets Counter, tokenRingPHistoryDataPkts Counter, tokenRingPHistoryDataBroadcastPkts Counter, tokenRingPHistoryDataMulticastPkts Counter, tokenRingPHistoryDataPkts18to63Octets Counter, tokenRingPHistoryDataPkts64to127Octets Counter, tokenRingPHistoryDataPkts128to255Octets Counter, tokenRingPHistoryDataPkts256to511Octets Counter, tokenRingPHistoryDataPkts512to1023Octets Counter, tokenRingPHistoryDataPkts1024to2047Octets Counter, tokenRingPHistoryDataPkts2048to4095Octets Counter, tokenRingPHistoryDataPkts4096to8191Octets Counter, tokenRingPHistoryDataPkts8192to18000Octets Counter, tokenRingPHistoryDataPktsGreaterThan18000Octets Counter } tokenRingPHistoryIndex OBJECT-TYPE SYNTAX INTEGER (1..65535) ACCESS read-only STATUS mandatory DESCRIPTION "The history of which this entry is a part. The history identified by a particular value of this index is the same history as identified by the same value of historyControlIndex." ::= { tokenRingPHistoryEntry 1 } tokenRingPHistorySampleIndex OBJECT-TYPE SYNTAX INTEGER ACCESS read-only STATUS mandatory DESCRIPTION "An index that uniquely identifies the particular sample this entry represents among all samples associated with the same historyControlEntry. This index starts at 1 and increases by one as each new sample is taken." ::= { tokenRingPHistoryEntry 2 } tokenRingPHistoryIntervalStart OBJECT-TYPE SYNTAX TimeTicks ACCESS read-only STATUS mandatory DESCRIPTION "The value of sysUpTime at the start of the interval over which this sample was measured. If the probe keeps track of the time of day, it should start the first sample of the history at a time such that when the next hour of the day begins, a sample is started at that instant. Note that following this rule may require the probe to delay collecting the first sample of the history, as each sample must be of the same interval. Also note that the sample which is currently being collected is not accessible in this table until the end of its interval." ::= { tokenRingPHistoryEntry 3 } tokenRingPHistoryDropEvents OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of events in which packets were dropped by the probe due to lack of resources during this sampling interval. Note that this number is not necessarily the number of packets dropped, it is just the number of times this condition has been detected." ::= { tokenRingPHistoryEntry 4 } tokenRingPHistoryDataOctets OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of octets of data in good frames received on the network (excluding framing bits but including FCS octets) in non-MAC packets during this sampling interval." ::= { tokenRingPHistoryEntry 5 } tokenRingPHistoryDataPkts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of good non-MAC frames received during this sampling interval." ::= { tokenRingPHistoryEntry 6 } tokenRingPHistoryDataBroadcastPkts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of good non-MAC frames received during this sampling interval that were directed to an LLC broadcast address (0xFFFFFFFFFFFF or 0xC000FFFFFFFF)." ::= { tokenRingPHistoryEntry 7 } tokenRingPHistoryDataMulticastPkts OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of good non-MAC frames received during this sampling interval that were directed to a local or global multicast or functional address. Note that this number does not include packets directed to the broadcast address." ::= { tokenRingPHistoryEntry 8 } tokenRingPHistoryDataPkts18to63Octets OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of good non-MAC frames received during this sampling interval that were between 18 and 63 octets in length inclusive, excluding framing bits but including FCS octets." ::= { tokenRingPHistoryEntry 9 } tokenRingPHistoryDataPkts64to127Octets OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of good non-MAC frames received during this sampling interval that were between 64 and 127 octets in length inclusive, excluding framing bits but including FCS octets." ::= { tokenRingPHistoryEntry 10 } tokenRingPHistoryDataPkts128to255Octets OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of good non-MAC frames received during this sampling interval that were between 128 and 255 octets in length inclusive, excluding framing bits but including FCS octets." ::= { tokenRingPHistoryEntry 11 } tokenRingPHistoryDataPkts256to511Octets OBJECT-TYPE SYNTAX Counter ACCESS read-only STATUS mandatory DESCRIPTION "The total number of good non-MAC frames received
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -