Traffic Suppression And Storm Control Configuration
show interface storm-suppress
Section titled “show interface storm-suppress”[Command]
show interface storm-suppress
[Purpose]
Display interface storm suppression
[View]
System view
[Use Cases]
sonic# show interface storm_suppressName Broadcast Broadcast_Rate Multicast Multicast_Rate Unkown Unkown_Rate----- ----------- ------------ ----------- --------------- -------- ----------Ethernet54 Enable 100Kpps NA NA NA NAstorm-suppress multicast
Section titled “storm-suppress multicast”[Command]
storm-suppress multicast {bytes bytes |packets packets }
no storm-suppress multicast
[Purpose]
Configure the maximum multicast packet traffic allowed to pass under the interface
[Parameter]
| Parameter | Description |
|---|---|
| bytes | Value range: 0-16383875, unit: kBps |
| packets | Value range: 0-16383875, unit: kpps |
[View]
Interface view
[Use Cases]
sonic(config)# interface ethernet 1sonic(config-if-1)# storm-suppress multicast packets 100storm-suppress broadcast
Section titled “storm-suppress broadcast”[Command]
storm-suppress broadcast {bytes bytes |packets packets }
no storm-suppress broadcast
[Purpose]
Configure the maximum amount of broadcast packet traffic allowed to pass under the interface
[Parameter]
| Parameter | Description |
|---|---|
| bytes | Value range: 0-16383875, unit: kBps |
| packets | Value range: 0-16383875, unit: kpps |
[View]
Interface view
[Use Cases]
sonic(config)# interface ethernet 1sonic(config-if-1)# storm-suppress broadcast packets 100storm-suppress unknown
Section titled “storm-suppress unknown”[Command]
storm-suppress unknown {bytes bytes |packets packets }
no storm-suppress unknown
[Purpose]
Configure the maximum amount of unknown unicast traffic allowed to pass under the interface
[Parameter]
| Parameter | Description |
|---|---|
| bytes | Value range: 0-16383875, unit: kBps |
| packets | Value range: 0-16383875, unit: kpps |
[View]
Interface view
[Use Cases]
sonic(config)# interface ethernet 1sonic(config-if-1)# storm-suppress unknown packets 100