Skip to content
Ask AI

Storm Suppress

Table 1 Storm Suppress View

CommandPurpose
show storm-suppressDisplay the storm suppression configuration.

[Command] show storm-suppress

[Purpose] Display the storm suppression configuration.

[View] Privileged User View

[Use Cases]

sonic# show storm-suppress
interface packet_type meter_type cir cbs
----------- ------------- ------------ ----- -----
Ethernet0 BROADCAST PACKETS 100 1000
Ethernet0 UNKNOWN PACKETS 100 1000
Ethernet48 BROADCAST PACKETS 100 1000
Ethernet48 UNKNOWN PACKETS 100 100

Table 2 Storm Suppress Config

CommandPurpose
storm-suppress {unknown-unicast|broadcast|multicast} {bytes|packets} limit_value [cbs cbs_** value**]Configure a storm suppression policy.

storm-suppress {unknown-unicast|broadcast|multicast} {bytes|packets}

Section titled “storm-suppress {unknown-unicast|broadcast|multicast} {bytes|packets}”

[Command] storm-suppress {unknown-unicast|broadcast|multicast} {bytes|packets} limit_value [cbs cbs_value]

[Purpose] Configure a storm suppression policy for BUM.

[Parameters]

ParameterDescription
limit_valueSpecify the rate-limit value, which ranges from 65000 ~ 2400000000000 bit/sec in bytes mode and 70 ~ 2300000000 pkts/sec in packets mode.
cbs_valueSpecify the Committed Burst Size, which is the amount of committed burst traffic that can pass instantaneously. The range of values is 1000 ~ 1500000000 bytes in bytes mode and 8 ~ 11000000 packets in packets mode.

[View] Physical Interface Configuration View

[Notes] Run command no storm-suppress {unknown-unicast|broadcast|multicast} {bytes|packets} to delete the storm suppression policy.

[Use Cases]

sonic# configure
sonic(config)# interface ethernet 0/0
sonic(config-if-0/0)# storm-suppress unknown-unicast bytes 6555555 cbs 1355646
sonic(config-if-0/0)# storm-suppress broadcast packets 100