MIB2_etherStat_NetworkAdapter 网络适配器 HighOutputErrorRate

System.NetworkManagement.MIB2_etherStat.NetworkAdapter.HighOutputErrorRate (UnitMonitor)

监视此设备上的 HighOutputErrorRate

Knowledge Base article:

摘要

该监视器指示此设备上的输出数据包错误级别。此监视器有两种可能的状态:

配置

可以为此监视器配置以下选项:

选项

定义

默认

间隔

检查设备状态时间间隔(以秒为单位)

240 秒

重试次数

在丢弃时间间隔样本之前,每个监视时间间隔中的尝试次数

3

样本数

监视器更改状态之前的连续样本数

3

超时

样本超时并重新尝试对值进行取样之前等待设备响应的时间量(以毫秒为单位)

3,500 毫秒

阈值

错误数据包百分比。

10

原因

此监视器在输出数据包错误百分比高于为此接口配置的错误阈值(默认值为 10%)时进入警告状态。输出数据包错误百分比的推导方式为:存在错误的输出数据包数量除以输出数据包总数。此计算的结果表示为百分比,并与错误阈值进行比较。

输出数据包速率必须大于或等于最小数据包速率。最小数据包速率的推导方式为:接口速度除以其最大传送单位 (MTU) 的值,并将结果乘以错误流量阈值。

解决方法

使用运行状况资源管理器,在监视器的“状态更改事件”选项卡上检查状态更改的详细信息。此数据显示计算所得的性能计数器值,该值导致运行状况状态发生更改。有关问题和故障排除过程的详细信息,请查阅设备制造商的文档。

Element properties:

TargetSystem.NetworkManagement.MIB2_etherStat_NetworkAdapter
Parent MonitorSystem.NetworkManagement.NetworkAdapter.HighErrorRate
CategoryPerformanceHealth
EnabledFalse
Alert GenerateFalse
Alert Auto ResolveTrue
Monitor TypeSystem.NetworkManagement.NetworkAdapter.HighOutputErrorRateThresholdMonitor.MIB2
RemotableTrue
AccessibilityPublic
RunAsDefault

Source Code:

<UnitMonitor ID="System.NetworkManagement.MIB2_etherStat.NetworkAdapter.HighOutputErrorRate" Accessibility="Public" Enabled="false" Target="NetworkLibrary!System.NetworkManagement.MIB2_etherStat_NetworkAdapter" ParentMonitorID="System.NetworkManagement.NetworkAdapter.HighErrorRate" Remotable="true" Priority="Normal" TypeID="System.NetworkManagement.NetworkAdapter.HighOutputErrorRateThresholdMonitor.MIB2" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<OperationalStates>
<OperationalState ID="OverThreshold" MonitorTypeStateID="MTSThresholdError" HealthState="Error"/>
<OperationalState ID="UnderThreshold" MonitorTypeStateID="MTSThresholdSuccess" HealthState="Success"/>
</OperationalStates>
<Configuration>
<Interval>300</Interval>
<NoOfRetries>3</NoOfRetries>
<Timeout>3500</Timeout>
<NumberOfMatches>3</NumberOfMatches>
<OIDifOutUcastPkts>.1.3.6.1.2.1.2.2.1.17.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.NetworkAdapter"]/Index$</OIDifOutUcastPkts>
<OIDifOutNUcastPkts>.1.3.6.1.2.1.2.2.1.18.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.NetworkAdapter"]/Index$</OIDifOutNUcastPkts>
<OIDifOutErrors>.1.3.6.1.2.1.2.2.1.20.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.NetworkAdapter"]/Index$</OIDifOutErrors>
<Threshold>10.0</Threshold>
</Configuration>
</UnitMonitor>