High Input Error Rate (IF-MIB NETCOR Interface)

System.NetworkManagement.ifMIB_MIB2SNMP.Interface.HighInputErrorRate (UnitMonitor)

Monitors the level of input error packets on this device

Knowledge Base article:

Summary

The monitor indicates the level of input packet errors on this device. This monitor has two possible states:

Configuration

The following options can be configured on this monitor:

Option

Definition

Default

Interval

Amount of time in seconds between checks of the device status

240 seconds

Number of retries

Number of attempts in each monitoring interval before the interval's sample is discarded

3

Number of samples

Number of consecutive samples before the monitor changes state

3

Timeout

Amount of time in milliseconds to wait for a response from the device before the sample times out and a new attempt is made to sample the value

3,500 milliseconds

Threshold

Percentage of error packets.

10

Causes

This monitor enters a warning state when the percentage of input packet errors is greater than the error threshold configured for this interface (the default is 10%). The input packet error percentage is derived by dividing the number of input packets in error by the total number of input packets. The result of this calculation is expressed as a percentage and compared to the error threshold.

The input packet rate must be greater than or equal to the minimum packet rate. The minimum packet rate is derived by dividing the speed of the interface by the value of its maximum transfer unit (MTU) and multiplying the result by the error traffic threshold.

Resolutions

Use the Health Explorer to check the details for the state change on the State Change Events tab for the monitor. This data shows the calculated performance counter value that caused the health state change. Consult the device manufacturer's documentation for more information on the problem and troubleshooting procedures.

Element properties:

TargetSystem.NetworkManagement.ifMIB_MIB2SNMP_Performance_Interface
Parent MonitorSystem.NetworkManagement.NetworkAdapter.HighErrorRate
CategoryPerformanceHealth
EnabledFalse
Alert GenerateFalse
Alert Auto ResolveTrue
Monitor TypeSystem.NetworkManagement.NetworkAdapter.HighInputErrorRateThresholdMonitor.ifMIB
RemotableTrue
AccessibilityPublic
RunAsDefault

Source Code:

<UnitMonitor ID="System.NetworkManagement.ifMIB_MIB2SNMP.Interface.HighInputErrorRate" Accessibility="Public" Enabled="false" Target="NetworkLibrary!System.NetworkManagement.ifMIB_MIB2SNMP_Performance_Interface" ParentMonitorID="System.NetworkManagement.NetworkAdapter.HighErrorRate" Remotable="true" Priority="Normal" TypeID="System.NetworkManagement.NetworkAdapter.HighInputErrorRateThresholdMonitor.ifMIB" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<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>
<OIDifHCInUcastPkts>.1.3.6.1.2.1.31.1.1.1.7.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.NetworkAdapter"]/Index$</OIDifHCInUcastPkts>
<OIDifHCInMulticastPkts>.1.3.6.1.2.1.31.1.1.1.8.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.NetworkAdapter"]/Index$</OIDifHCInMulticastPkts>
<OIDifHCInBroadcastPkts>.1.3.6.1.2.1.31.1.1.1.9.$Target/Property[Type="NetworkLibrary!System.NetworkManagement.NetworkAdapter"]/Index$</OIDifHCInBroadcastPkts>
<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>
<IsMIB2SNMP>true</IsMIB2SNMP>
<Threshold>10</Threshold>
</Configuration>
</UnitMonitor>