device# configure terminal
device(config)# storm-control ingress broadcast limit-bps 400000
In this example you set a control on the inbound broadcast traffic, limiting the rate to 400000 bits per second (bps).
device(config)# storm-control ingress multicast limit-bps 400000
In this example you set a control on the inbound multicast traffic, limiting the rate to 400000 bits per second (bps).
device(config)# storm-control ingress unknown-unicast limit-bps 50000000
device(config)# end
device# show running-config storm-control storm-control ingress broadcast limit-bps 400000 storm-control ingress multicast limit-bps 400000 storm-control ingress unknown-unicast limit-bps 50000000
device# save running-config startup-config
device# configure terminal device(config)# storm-control ingress broadcast limit-bps 400000 device(config)# storm-control ingress multicast limit-bps 400000 device(config)# storm-control ingress unknown-unicast limit-bps 50000000 device(config)# end device# show running-config storm-control device# save running-config startup-config