Inbound Error Packets

Microsoft.SystemCenter.NetworkDevice.Interface.InboundErrorThresholdMonitor (UnitMonitor)

当 Inbound Error Packets 超出定义的阈值时将显示错误状态和警报的性能运行状况监视器

Knowledge Base article:

摘要

Inbound Errors 阈值监视器

原因

以下是通过 SNMP GET 查询到的对象标识符 (OID) 的详细信息

对象

OID

描述

ifInErrors

.1.3.6.1.2.1.2.2.1.14

对于面向数据包的接口,是包含防止将其传输至更高层协议的错误的入站数据包数。对于面向字符的或固定长度的接口,是包含防止将其传输至更高层协议的错误的入站传输单元数。

解决方法

以下是一些基本故障排除步骤

检查设备的电缆连接。

对设备执行任何特定于供应商的硬件测试以确定设备的硬件是否正常工作

提高监视器的阈值。这将允许更好地调整对环境的应用。应注意,不要将阈值提高太多,否则会导致遗漏重要事件。

Element properties:

TargetMicrosoft.SystemCenter.NetworkDevice.Interface
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveFalse
Monitor TypeMicrosoft.SystemCenter.NetworkDevice.SnmpDeltaThresholdMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Inbound Errors 超出阈值
在轮询间隔内 Inbound Errors 数超出指定的阈值。
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.NetworkDevice.Interface.InboundErrorThresholdMonitor" Accessibility="Public" Enabled="false" Target="Microsoft.SystemCenter.NetworkDevice.Interface" ParentMonitorID="Health!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="Microsoft.SystemCenter.NetworkDevice.SnmpDeltaThresholdMonitorType" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.NetworkDevice.Interface.InboundErrorThresholdMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>false</AutoResolve>
<AlertPriority>Normal</AlertPriority>
</AlertSettings>
<OperationalStates>
<OperationalState HealthState="Success" MonitorTypeStateID="UnderThreshold" ID="BelowThreshold"/>
<OperationalState HealthState="Error" MonitorTypeStateID="OverThreshold" ID="AboveThreshold"/>
</OperationalStates>
<Configuration>
<Interval>180</Interval>
<IP>$Target/Host/Property[Type="NetworkDevice!Microsoft.SystemCenter.NetworkDevice"]/IPAddress$</IP>
<CommunityString>$Target/Host/Property[Type="NetworkDevice!Microsoft.SystemCenter.NetworkDevice"]/CommunityString$</CommunityString>
<Version>$Target/Host/Property[Type="NetworkDevice!Microsoft.SystemCenter.NetworkDevice"]/Version$</Version>
<SnmpVarBinds>
<SnmpVarBind>
<OID>1.3.6.1.2.1.2.2.1.14.$Target/Property[Type="Microsoft.SystemCenter.NetworkDevice.Interface"]/ifIndex$</OID>
<Syntax>0</Syntax>
<Value VariantType="3"/>
</SnmpVarBind>
</SnmpVarBinds>
<Threshold>100</Threshold>
</Configuration>
</UnitMonitor>