Excessive Collisions

Microsoft.SystemCenter.NetworkDevice.Interface.Ethernet.ExcessiveCollisionsThresholdMonitor (UnitMonitor)

Knowledge Base article:

概要

Excessive Collisions しきい値のモニター。

原因

以下は、SNMP GET で照会されるオブジェクト識別子 (OID) の詳細です。

オブジェクト

OID

説明

dot3StatsExcessiveCollisions

.1.3.6.1.2.1.10.7.2.1.9

Excessive Collisions により、特定のインターフェイスでの送信に失敗するフレームの数。このカウンターは、インターフェイスが全二重モードで動作しているときには加算されません。

これは、次のような場合に発生します。

解決方法

以下は、基本的なトラブルシューティング手順です。

デバイスのケーブル配線を確認します。

デバイスのベンダー固有のハードウェア テストを実行し、デバイスのハードウェアが正しく機能しているかを判断します。

モニターのしきい値を高くします。これによって、アプリケーションを現在の環境に合わせて "チューニング" することができます。ただし、重要なイベントが検出されなくなる可能性があるため、しきい値はあまり高く設定しないように注意してください。

Element properties:

TargetMicrosoft.SystemCenter.NetworkDevice.Interface.Ethernet
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveFalse
Monitor TypeMicrosoft.SystemCenter.NetworkDevice.SnmpDeltaThresholdMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Excessive Collisions がしきい値を超えている
このインターフェイスの Excessive Collisions の数が、定義されたしきい値を超えています。
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.NetworkDevice.Interface.Ethernet.ExcessiveCollisionsThresholdMonitor" Accessibility="Public" Enabled="false" Target="Microsoft.SystemCenter.NetworkDevice.Interface.Ethernet" 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.Ethernet.ExcessiveCollisionsThresholdMonitor.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.10.7.2.1.9.$Target/Property[Type="Microsoft.SystemCenter.NetworkDevice.Interface"]/ifIndex$</OID>
<Syntax>2</Syntax>
<Value VariantType="3"/>
</SnmpVarBind>
</SnmpVarBinds>
<Threshold>0</Threshold>
</Configuration>
</UnitMonitor>