User Tools

Site Tools


cisco:switch:recommended_levels_for_storm_control

This is an old revision of the document!


Recommended Levels for Storm Control

i've been searching for some “best practice” or recommendations to configure storm control in a cisco switch.

we got a lot of sites and don't have the luxury of time to compute/customize these levels in our switching environment for each site.

can i just use a template with a level of 50% for broadcast, multicast and unicast and hope for the best?

is this value “too big” or “too small” to catch an anomaly?

interface gx/x
 switchport mode trunk
 storm-control broadcast level 50
 storm-control multicast level 50
 storm-control unicast level 50

I don't think there are recommended or best practice values. Below is a cut and paste answer from TAC I found in another blog post…

“I noticed you want a recommended threshold for the broadcast and multicast storm control. Unfortunately there is no a recommended threshold level because that will depend of the normal broadcast traffic on your network.

A way to determine that could be perform the following tasks during a normal day (common/usual traffic flow and amount patterns).

1. Clear the counters

  1. switch#clear counters

2. Leave the switch working during 24 hours

3. Port by port (physical interfaces) check the amount of broadcast input

packets, multicast input packets and the total input packets.

  • Switch#Show interfaces look for * packets input value (TPI) * Received broadcasts value (BPI) * (multicast) value (MPI) 4. Let's do some mathematics: - To get unicast packets you do TPI - BPI, TPI - BPI = UPI - Normal percentage of broadcast = (BPI/TPI) * 100 - Normal percentage of multicast = (MPI/TPI) * 100 - Normal percentage of unicast = (UPI/TPI) * 100 That could give you an idea of the daily unicast, multicast and broadcast percentage on your network and could help you to set the proper threshold. Now the formulas that I am giving you will give a general idea, just to have a projection, nevertheless the error range is great. In order to know the real values, you will require to monitor the traffic during a month or 2 getting the same statistics and perform and statistical analyze based on average and variance to get a closer real-life value. Also probably your network experienced seasons that some times could be on a low traffic season and some times could be on a high traffic season. The traffic analysis is a task that requires getting constant traffic samples to adapt the thresholds to the real life and of course based on the statistical analysis you will be able to determine the range you need to add to the threshold. For example, let's say you noticed the broadcast traffic is a 12% and the error range is between +2.76 and -2.76, so the value I will use on the threshold will be in the range 15% to 18%. Please do not think the formula is the best way to determine the threshold, they are just to give a general idea but a deeper research should be done to determine that properly.”
cisco/switch/recommended_levels_for_storm_control.1642379724.txt.gz · Last modified: 2022/01/16 19:35 by aperez

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki