23-Storm Control
23-Storm Control
o Prevent large number of broadcast, Unicast & multicast packets are receive on port.
o Strom Control can limit broadcast, unicast and multicast traffic on per interface basic.
o By default, in every Cisco Switch storm control feature is disable and not working.
o In Strom Control, rising and falling thresholds use to block and then restore traffic.
o Storm Control can be turn off or send trap message to server if limit exceed on port.
o Storm Control prevent from Denial-of-Service (DOS) and Distributed (DOS) attack.
o Storm control can be configured based on bandwidth percentage & packets per second
o Storm Control can be also configured in Cisco Switches based on bits per second (bps).
o Storm Control can send Syslog Messages, SNMP traps, and shutdown the Switch port.
R1 Basic Configuration
R1(config)#interface ethernet 0/0
R1(config-if)#ip address 1.1.1.1 255.0.0.0
R1(config-if)#no shutdown
R2 Basic Configuration
R2(config)#interface ethernet 0/0
R2(config-if)#ip address 1.1.1.2 255.0.0.0
R2(config-if)#no shutdown
Cisco NX Switch Configuration
CiscoNX(config)# interface ethernet 1/1
CiscoNX(config-if)# storm-control unicast level 0.01
CiscoNX(config-if)# storm-control multicast level 0.01
CiscoNX(config-if)# storm-control broadcast level 0.01
CiscoNX(config)# interface ethernet 1/2
CiscoNX(config-if)# storm-control unicast level 0.01
CiscoNX(config-if)# storm-control multicast level 0.01
CiscoNX(config-if)# storm-control broadcast level 0.01
CiscoNX# show interface ethernet 1/1 counters storm-control