Cisco Switch: Big buffer created Health Monitor

Jalasoft.Xian.SmartManagementPacks.CiscoSwitches.BigBufferCreated.1.1 (AggregateMonitor)

This monitor catches Xian events that notifies when the Big buffer created if has changed its state.

Knowledge Base article:

Summary

Number of created big buffers is over threshold.

The number of created big buffers is above the maximum threshold configured in Xian Network Manager 2012.

Causes

After buffer failures, the switch is creating an excessive amount of big buffers in order to manage packets according to requirements due to insufficient free big buffers.

Resolutions

Analyze buffer sizes and strategies for handling overflows and perform buffer tuning by increasing minimal number of free big buffers.

Additional

Monitors the number of big buffers created on the Cisco Switch.

Element properties:

TargetJalasoft.Xian.Common.Types.ThirdParty.Cisco.JsXCiscoSwitchMemoryPoolElementContainer
Parent MonitorSystem.Health.PerformanceState
AlgorithmWorstOf
CategoryStateCollection
EnabledTrue
Alert GenerateTrue
Alert SeverityMatchMonitorHealth
Alert PriorityLow
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic
Alert Message
Big buffer created Alert
{0}

Source Code:

<AggregateMonitor ID="Jalasoft.Xian.SmartManagementPacks.CiscoSwitches.BigBufferCreated.1.1" Accessibility="Public" Enabled="true" Target="ThirdParty_Cisco!Jalasoft.Xian.Common.Types.ThirdParty.Cisco.JsXCiscoSwitchMemoryPoolElementContainer" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="true" Priority="Normal">
<Category>StateCollection</Category>
<AlertSettings AlertMessage="BigBufferCreated_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>