충돌 비율(Cisco MIB2)

System.NetworkManagement.MIB2_CiscoRouterEthernet.Interface.HighCollisionRate (UnitMonitor)

이 장치의 패킷 충돌 비율을 모니터링합니다.

Knowledge Base article:

요약

이 모니터는 이 장치의 충돌 비율을 나타냅니다. 이 모니터에서 가능한 두 가지 상태는 다음과 같습니다.

구성

이 모니터에서는 다음 옵션을 구성할 수 있습니다.

옵션

정의

기본값

간격

장치 상태를 확인하는 간격(초)입니다.

240초

다시 시도 횟수

간격 샘플을 삭제하기 전 각 모니터링 간격의 시도 횟수입니다.

3

샘플 수

모니터 상태가 변경되기 전의 연속 샘플 수입니다.

3

시간 제한

샘플 시간이 초과되고 샘플 값에 새로운 시도가 적용되기 전까지 장치 응답을 기다리는 시간(밀리초)입니다.

3,500밀리초

임계값

충돌 비율

10

원인

충돌 비율이 충돌 임계값을 초과할 경우 이 모니터가 경고 상태로 바뀝니다. 기본 임계값은 10입니다.

해결 방법

상태 탐색기를 사용하여 모니터의 상태 변경 이벤트 탭에서 상태 변경 정보를 확인합니다. 이 데이터에는 계산된 성능 카운터 값이 표시됩니다(이 값에 따라 상태가 변경됨). 문제 및 문제 해결 절차에 대한 자세한 내용은 해당 장치 제조업체의 설명서를 참조하십시오.

Element properties:

TargetSystem.NetworkManagement.MIB2_CiscoEthernet_NetworkAdapter
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeSystem.NetworkManagement.NetworkAdapter.HighCollisionRateThresholdMonitor.MIB2_Cisco
RemotableTrue
AccessibilityPublic
Alert Message
높은 충돌 비율 경고
{0}의 충돌 비율이 지정된 임계값을 초과합니다. 현재 값은 {1}\%입니다.
RunAsDefault

Source Code:

<UnitMonitor ID="System.NetworkManagement.MIB2_CiscoRouterEthernet.Interface.HighCollisionRate" Accessibility="Public" Enabled="false" Target="NetworkLibrary!System.NetworkManagement.MIB2_CiscoEthernet_NetworkAdapter" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="System.NetworkManagement.NetworkAdapter.HighCollisionRateThresholdMonitor.MIB2_Cisco" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="System.NetworkManagement.Generic.NetworkAdapter.HighCollisionRate.AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Target/Property[Type="System!System.Entity"]/DisplayName$</AlertParameter1>
<AlertParameter2>$Data/Context/Value$</AlertParameter2>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="UnderThreshold" MonitorTypeStateID="MTSThresholdSuccess" HealthState="Success"/>
<OperationalState ID="OverThreshold" MonitorTypeStateID="MTSThresholdError" HealthState="Warning"/>
</OperationalStates>
<Configuration>
<Interval>300</Interval>
<NoOfRetries>3</NoOfRetries>
<Timeout>3500</Timeout>
<NumberOfMatches>3</NumberOfMatches>
<OIDifOutUcastPkts>.1.3.6.1.2.1.2.2.1.17.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.NetworkAdapter"]/Index$</OIDifOutUcastPkts>
<OIDifOutNUcastPkts>.1.3.6.1.2.1.2.2.1.18.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.NetworkAdapter"]/Index$</OIDifOutNUcastPkts>
<OIDlocIfCollisions>.1.3.6.1.4.1.9.2.2.1.1.25.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.NetworkAdapter"]/Index$</OIDlocIfCollisions>
<Threshold>10</Threshold>
</Configuration>
</UnitMonitor>