Colisões Excessivas

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

Knowledge Base article:

Resumo

Monitor de Limite de Colisões Excessivas.

Causas

Os detalhes do OID (Identificador do Objeto) que é consultado por meio de um SNMP GET são mostrados a seguir.

Objeto

OID

Descrição

dot3StatsExcessiveCollisions

.1.3.6.1.2.1.10.7.2.1.9

A contagem de quatros para os quais a transmissão em uma interface específica falha devido ao excesso de colisões. Esse contador não é incrementado quando a interface está operando em modo full-duplex.

Isso acontece quando:

Resoluções

A seguir estão algumas etapas básicas de solução de problemas

Verifique o cabeamento do dispositivo.

Execute todos os testes específicos ao hardware no dispositivo para determinar se o hardware do dispositivo está funcionando corretamente

Aumente o limite no monitor. Isso permitirá um melhor "ajuste" do aplicativo para seu ambiente. Tome cuidado para não aumentar demais o limite pois isso pode fazer com que eventos importantes passem despercebidos.

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
Limite de Colisões Excessivas Excedido
A contagem de colisões excessivas nesta interface excedeu o limite definido.
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>