Excessive Collisions

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

Knowledge Base article:

摘要

Excessive Collisions 閾值監視。

原因

透過 SNMP GET 查詢的物件識別碼 (OID) 詳細資料如下:

物件

OID

描述

dot3StatsExcessiveCollision

.1.3.6.1.2.1.10.7.2.1.9

因過度衝突而在特定介面上傳輸失敗的框架計數。當介面以全雙工模式運作時,此計數器不會進行累加。

這會在以下情形發生:

解決方式

基本疑難排解步驟列舉如下:

檢查裝置上的纜線連接。

在裝置上執行任何廠商特定硬體測試,以判斷裝置的硬體是否正常運作

提供監視的閾值。如此可將應用程式調整為較適合於您的環境。但請注意不要將閾值調得過高,以免漏掉重要事件。

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>