Outbound Error Packets

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

Outbound Error Packets이 정의된 임계값을 초과할 때 오류 상태 및 경고를 표시하는 성능 상태 모니터입니다.

Knowledge Base article:

요약

Outbound Errors 임계값 모니터입니다.

원인

다음은 SNMP GET을 통해 쿼리되는 OID(개체 식별자) 정보입니다.

개체

OID

설명

ifOutErrors

.1.3.6.1.2.1.2.2.1.20

패킷 지향 인터페이스의 경우 오류로 인해 전송하지 못한 아웃바운드 패킷의 수입니다. 문자 지향 또는 고정 길이 인터페이스의 경우 오류로 인해 전송하지 못한 아웃바운드 전송 단위의 수입니다.

해결

다음은 일부 기본적인 문제 해결 단계입니다.

장치 케이블을 확인합니다.

장치에 대해 공급업체 관련 하드웨어 테스트를 수행하여 장치 하드웨어가 올바르게 구성되어 있는지 확인합니다.

모니터의 임계값을 높입니다. 그러면 환경 내의 응용 프로그램을 보다 효율적으로 "조정"할 수 있습니다. 중요한 이벤트가 기록되지 않을 수도 있으므로 임계값을 너무 높게 설정하지는 않도록 합니다.

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
Outbound Errors 수 임계값 초과
폴링 간격 동안의 Outbound Errors 수가 지정된 임계값을 초과했습니다.
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.NetworkDevice.Interface.OutboundErrorThresholdMonitor" 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.OutboundErrorThresholdMonitor.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.20.$Target/Property[Type="Microsoft.SystemCenter.NetworkDevice.Interface"]/ifIndex$</OID>
<Syntax>0</Syntax>
<Value VariantType="8"/>
</SnmpVarBind>
</SnmpVarBinds>
<Threshold>0</Threshold>
</Configuration>
</UnitMonitor>