High Input Broadcast Rate (netcor if-mib Cisco)

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

Monitors the level of input broadcast packets on this device

Knowledge Base article:

Summary

The monitor indicates the percentage of the total capacity on this device used to receive broadcast packets. 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 capacity used to receive broadcast packets

20

Causes

This monitor enters a warning state when the input packet broadcast percentage exceeds the broadcast threshold (the default threshold is 20).

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.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
Broadcast Rate Alert
The broadcast rate for {0} is over the specified threshold. The triggering value was {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>