Terme informatique

Storm Control

A function of switch that limits certain traffics of hild, multicast or unicast.

⌚ About 1 min read
View my favorites

Simple definition

Storm Control limits the volume of selected Layer 2 traffic, such as broadcast, multicast, or unknown unicast, on a switch port.

Technical definition

The switch measures the rate or proportion of traffic matching the configured categories. When the threshold is exceeded, the device can drop excess traffic or apply another platform-specific action.

How it works / role

Control is performed locally on the port using a threshold expressed as a rate, packet count, or percentage depending on the vendor. While traffic remains above the threshold, matching frames are limited. The feature reduces the impact of a storm but does not remove its root cause.

What is it used for?

Prevent a loop, faulty device, or excessive transmission from saturating an Ethernet segment.

Practical example

An access port limits broadcast traffic to a small fraction of its bandwidth so that an ARP storm cannot consume the entire link.

Common issues

  • Threshold is too low and drops legitimate traffic
  • Threshold is too high to provide meaningful protection
  • The underlying loop remains unresolved
  • The configured traffic category does not match the actual storm

Switch · STP

Key takeaway: Storm Control limits the effects of a network storm, but it does not replace STP or root-cause troubleshooting.

♡ 0