높은 입력 브로드캐스트 속도(netcor if-mib Cisco)

System.NetworkManagement.MIB2_ifMIB_CiscoRouter.Interface.HighInputBroadcastRate (UnitMonitor)

이 장치의 입력 브로드캐스트 패킷 수준을 모니터링합니다.

Knowledge Base article:

요약

이 모니터는 브로드캐스트 패킷을 수신하는 데 사용되는 장치의 총 용량 비율을 나타냅니다. 이 모니터에서 가능한 두 가지 상태는 다음과 같습니다.

구성

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

옵션

정의

기본값

간격

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

240초

다시 시도 횟수

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

3

샘플 수

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

3

시간 제한

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

3,500밀리초

임계값

브로드캐스트 패킷을 수신하는 데 사용되는 용량 비율입니다.

20

원인

입력 패킷 브로드캐스트 비율(%)이 브로드캐스트 임계값(기본 임계값은 20)을 초과할 경우 이 모니터가 경고 상태로 바뀝니다.

해결 방법

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

Element properties:

TargetSystem.NetworkManagement.MIB2_ifMIB_CiscoRouter_Performance_Interface
Parent MonitorSystem.Health.PerformanceState
CategoryPerformanceHealth
EnabledFalse
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeSystem.NetworkManagement.NetworkAdapter.HighBroadCastRateThresholdMonitor.MIB2
RemotableTrue
AccessibilityPublic
Alert Message
브로드캐스트 속도 경고
{0}의 브로드캐스트 속도가 지정된 임계값을 초과합니다. 트리거 값은 {1}입니다.
RunAsDefault

Source Code:

<UnitMonitor ID="System.NetworkManagement.MIB2_ifMIB_CiscoRouter.Interface.HighInputBroadcastRate" Accessibility="Public" Enabled="false" Target="NetworkLibrary!System.NetworkManagement.MIB2_ifMIB_CiscoRouter_Performance_Interface" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="true" Priority="Normal" TypeID="System.NetworkManagement.NetworkAdapter.HighBroadCastRateThresholdMonitor.MIB2" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="System.NetworkManagement.Generic.NetworkAdapter.HighBroadcastRate.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>
<OIDMaxSpeed>.1.3.6.1.2.1.31.1.1.1.15.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.NetworkAdapter"]/Index$</OIDMaxSpeed>
<OIDInOctets>.1.3.6.1.2.1.31.1.1.1.6.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.NetworkAdapter"]/Index$</OIDInOctets>
<OIDifInUcastPkts>.1.3.6.1.2.1.2.2.1.11.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.NetworkAdapter"]/Index$</OIDifInUcastPkts>
<OIDifInNUcastPkts>.1.3.6.1.2.1.2.2.1.12.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.NetworkAdapter"]/Index$</OIDifInNUcastPkts>
<OIDifInDiscards>.1.3.6.1.2.1.2.2.1.13.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.NetworkAdapter"]/Index$</OIDifInDiscards>
<OIDifInErrors>.1.3.6.1.2.1.2.2.1.14.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.NetworkAdapter"]/Index$</OIDifInErrors>
<OIDifInUnknownProtos>.1.3.6.1.2.1.2.2.1.15.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.NetworkAdapter"]/Index$</OIDifInUnknownProtos>
<MaxSpeedFactor>1000000.0</MaxSpeedFactor>
<IsMIB2SNMP>false</IsMIB2SNMP>
<Threshold>20</Threshold>
</Configuration>
</UnitMonitor>