我想知道dot3StatsInternalMacReceiveErrors计数器是否包含VLAN不匹配,即由于VLAN不匹配而丢弃。http://oid-info.com/get/1.3.6.1.2.1.10.7.2.1.16只显式地将dot3StatsAlignmentErrors和dot3StatsFCSErrors列为替代方案..。这是Broadcom的芯片。任何输入都是非常感谢的!
{iso(1) identified-organization(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3StatsTable(2) dot3StatsEntry(1) dot3StatsInternalMacReceiveErrors(16)}1.3.6.1.2.1.10.7.2.1.16/ISO/Identified-Organization/6/1/2/1/10/7/2/1/16dot3StatsInternalMacReceiveErrors OBJECT-TYPE
SYNTAX Counter32
MAX-ACCESS read-only
STATUS current
DESCRIPTION "A count of frames for which reception on a
particular interface fails due to an internal
MAC sublayer receive error. A frame is only
counted by an instance of this object if it is
not counted by the corresponding instance of
either the dot3StatsFrameTooLongs object, the
dot3StatsAlignmentErrors object, or the
dot3StatsFCSErrors object.
The precise meaning of the count represented by
an instance of this object is implementation-
specific. In particular, an instance of this
object may represent a count of receive errors
on a particular interface that are not
otherwise counted.
Discontinuities in the value of this counter can
occur at re-initialization of the management
system, and at other times as indicated by the
value of ifCounterDiscontinuityTime."
REFERENCE "[IEEE 802.3 Std.], 30.3.1.1.15,
aFramesLostDueToIntMACRcvError."发布于 2019-05-17 06:29:29
dot3StatsInternalMacReceiveErrors仅指框架错误--正如所述,不对齐,FCS错误,巨人,矮人。在这方面,VLAN不匹配并不是MAC级别上的错误。
挑剔,VLAN标签属于802.1,而一般帧属于802.3。
https://networkengineering.stackexchange.com/questions/59208
复制相似问题