📄 rfc1513.txt
字号:
STATUS mandatory
DESCRIPTION
"The total number of beacon MAC packets detected
by the probe during this sampling interval."
::= { tokenRingMLHistoryEntry 11 }
tokenRingMLHistoryClaimTokenEvents OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The total number of times that the ring enters
the claim token state from normal ring state or
ring purge state during this sampling interval.
The claim token state that comes from the beacon
state is not counted."
::= { tokenRingMLHistoryEntry 12 }
Waldbusser [Page 23]
RFC 1513 Token Ring Extensions to RMON MIB September 1993
tokenRingMLHistoryClaimTokenPkts OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The total number of claim token MAC packets
detected by the probe during this sampling
interval."
::= { tokenRingMLHistoryEntry 13 }
tokenRingMLHistoryNAUNChanges OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The total number of NAUN changes detected by the
probe during this sampling interval."
::= { tokenRingMLHistoryEntry 14 }
tokenRingMLHistoryLineErrors OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The total number of line errors reported in error
reporting packets detected by the probe during
this sampling interval."
::= { tokenRingMLHistoryEntry 15 }
tokenRingMLHistoryInternalErrors OBJECT-TYPE
SYNTAX Counter
ACCESS read-only
STATUS mandatory
DESCRIPTION
"The total number of adapter internal errors
reported in error reporting packets detected by
the probe during this sampling interval."
::= { tokenRingMLHistoryEntry 16 }
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 }
Waldbusser [Page 24]
RFC 1513 Token Ring Extensions to RMON MIB September 1993
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."
Waldbusser [Page 25]
RFC 1513 Token Ring Extensions to RMON MIB September 1993
::= { 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
Waldbusser [Page 26]
RFC 1513 Token Ring Extensions to RMON MIB September 1993
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,
Waldbusser [Page 27]
RFC 1513 Token Ring Extensions to RMON MIB September 1993
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 }
Waldbusser [Page 28]
RFC 1513 Token Ring Extensions to RMON MIB September 1993
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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -