Cisco Router: Outgoing IP datagrams Health Monitor

Jalasoft.Xian.SmartManagementPacks.CiscoRouters.OutgoingIPDatagrams.1.1 (AggregateMonitor)

This monitor catches Xian events that notifies when the Outgoing IP datagrams if has changed its state.

Knowledge Base article:

Summary

Number of outgoing IP datagrams is over threshold.

The number of outgoing datagrams is above the maximum threshold configured in Xian Network Manager 2012.

Causes

Sub-optimal configuration that causes slow response, buffering, congestion, and connection timeouts in outgoing processes; the router is oversubscribed; there is low CPU availability; or low memory availability.

Resolutions

Perform packet debugging or run a packet analyzer with extreme caution if the CPU utilization is already high. Examine the output of the 'show interfaces switching' command to see which interface is burdened with traffic. Tune the router’s performance to minimize the time a packet remains in the router. If the router is over-used, try to distribute the load among other routers or purchase a high-end router. Improve CPU and memory availability to avoid packets that require processor attention to be dropped.

Additional

Monitors the outgoing IP datagrams on a Cisco Router.

Element properties:

TargetJalasoft.Xian.Common.Elements.ThirdParty.Cisco.JsXCiscoRouterSnmpDeviceElement
Parent MonitorSystem.Health.PerformanceState
AlgorithmWorstOf
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityLow
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
Outgoing IP datagrams Alert
{0}

Source Code:

<AggregateMonitor ID="Jalasoft.Xian.SmartManagementPacks.CiscoRouters.OutgoingIPDatagrams.1.1" Accessibility="Public" Enabled="true" Target="ThirdParty_Cisco!Jalasoft.Xian.Common.Elements.ThirdParty.Cisco.JsXCiscoRouterSnmpDeviceElement" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="true" Priority="Normal">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="OutgoingIPDatagrams_AlertMessage">
<AlertOnState>Warning</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Low</AlertPriority>
<AlertSeverity>MatchMonitorHealth</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Params/Param[3]$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<Algorithm>WorstOf</Algorithm>
</AggregateMonitor>