Cisco VPN Concentrator: Session incoming traffic Health Monitor

Jalasoft.Xian.SmartManagementPacks.CiscoVPN.SessionIncomingTraffic.1.3 (AggregateMonitor)

This monitor catches Xian events that notifies when the Session incoming traffic if has changed its state.

Knowledge Base article:

Summary

Incoming session traffic is over/under threshold.

Over threshold: The amount of Kbits per second of incoming session traffic is above the maximum threshold configured in Xian Network Manager 2012.

Under threshold: The amount of Kbits per second of incoming session traffic is under the minimum threshold configured in Xian Network Manager 2012.

Causes

Over threshold: Either the network requirement has increased outpacing your predicted value of incoming traffic or unnecessary/unsafe traffic is coming in.

Under threshold: Either the network requirement is below your predicted value of incoming traffic or you might be excessively restricting incoming traffic.

Resolutions

Over threshold: In order to protect the VPN gateway, Cisco provides the ability to configure filters on incoming traffic. These filters can control tunneling protocols, routing protocols, and administrative connections for both groups and individual users.

Under threshold: Review the filters you are applying to control tunneling protocols, routing protocols, and administrative connections for both groups and individual users.

Additional

Monitors the incoming traffic for a VPN Concentrator session.

Element properties:

TargetJalasoft.Xian.Common.Elements.ThirdParty.Cisco.JsXSessionManagementElement
Parent MonitorSystem.Health.PerformanceState
AlgorithmWorstOf
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityLow
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
Session incoming traffic Alert
{0}

Source Code:

<AggregateMonitor ID="Jalasoft.Xian.SmartManagementPacks.CiscoVPN.SessionIncomingTraffic.1.3" Accessibility="Public" Enabled="true" Target="ThirdParty_Cisco!Jalasoft.Xian.Common.Elements.ThirdParty.Cisco.JsXSessionManagementElement" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="true" Priority="Normal">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="SessionIncomingTraffic_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>