首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >dot3StatsInternalMacReceiveErrors计数器是否包含Vlan不匹配

dot3StatsInternalMacReceiveErrors计数器是否包含Vlan不匹配
EN

Network Engineering用户
提问于 2019-05-17 00:32:52
回答 1查看 54关注 0票数 2

我想知道dot3StatsInternalMacReceiveErrors计数器是否包含VLAN不匹配,即由于VLAN不匹配而丢弃。http://oid-info.com/get/1.3.6.1.2.1.10.7.2.1.16只显式地将dot3StatsAlignmentErrorsdot3StatsFCSErrors列为替代方案..。这是Broadcom的芯片。任何输入都是非常感谢的!

(ASN.1符号)

代码语言:javascript
复制
{iso(1) identified-organization(3) dod(6) internet(1) mgmt(2) mib-2(1) transmission(10) dot3(7) dot3StatsTable(2) dot3StatsEntry(1) dot3StatsInternalMacReceiveErrors(16)}

(点符号)

代码语言:javascript
复制
1.3.6.1.2.1.10.7.2.1.16

(OID符号)

代码语言:javascript
复制
/ISO/Identified-Organization/6/1/2/1/10/7/2/1/16

Description:

代码语言:javascript
复制
dot3StatsInternalMacReceiveErrors 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."
EN

回答 1

Network Engineering用户

回答已采纳

发布于 2019-05-17 06:29:29

dot3StatsInternalMacReceiveErrors仅指框架错误--正如所述,不对齐,FCS错误,巨人,矮人。在这方面,VLAN不匹配并不是MAC级别上的错误。

挑剔,VLAN标签属于802.1,而一般帧属于802.3。

票数 2
EN
页面原文内容由Network Engineering提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://networkengineering.stackexchange.com/questions/59208

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档