Storm Suppress
此内容尚不支持你的语言。
Table 1 Storm Suppress View
| Command | Purpose |
|---|---|
| show storm-suppress | Display the storm suppression configuration. |
show storm-suppress
Section titled “show storm-suppress”[Command] show storm-suppress
[Purpose] Display the storm suppression configuration.
[View] Privileged User View
[Use Cases]
sonic# show storm-suppressinterface packet_type meter_type cir cbs----------- ------------- ------------ ----- -----Ethernet0 BROADCAST PACKETS 100 1000Ethernet0 UNKNOWN PACKETS 100 1000Ethernet48 BROADCAST PACKETS 100 1000Ethernet48 UNKNOWN PACKETS 100 100Storm Suppress Config
Section titled “Storm Suppress Config”Table 2 Storm Suppress Config
| Command | Purpose |
|---|---|
| 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]
| Parameter | Description |
|---|---|
| limit_value | Specify the rate-limit value, which ranges from 65000 ~ 2400000000000 bit/sec in bytes mode and 70 ~ 2300000000 pkts/sec in packets mode. |
| cbs_value | Specify 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# configuresonic(config)# interface ethernet 0/0sonic(config-if-0/0)# storm-suppress unknown-unicast bytes 6555555 cbs 1355646sonic(config-if-0/0)# storm-suppress broadcast packets 100