Skip to content
Ask AI

Traffic Suppression And Storm Control Configuration

[Command] show interface storm-suppress

[Purpose] Display interface storm suppression

[View] System view

[Use Cases]

sonic# show interface storm_suppress
Name Broadcast Broadcast_Rate Multicast Multicast_Rate Unkown Unkown_Rate
----- ----------- ------------ ----------- --------------- -------- ----------
Ethernet54 Enable 100Kpps NA NA NA NA

[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]

ParameterDescription
bytesValue range: 0-16383875, unit: kBps
packetsValue range: 0-16383875, unit: kpps

[View] Interface view

[Use Cases]

sonic(config)# interface ethernet 1
sonic(config-if-1)# storm-suppress multicast packets 100

[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]

ParameterDescription
bytesValue range: 0-16383875, unit: kBps
packetsValue range: 0-16383875, unit: kpps

[View] Interface view

[Use Cases]

sonic(config)# interface ethernet 1
sonic(config-if-1)# storm-suppress broadcast packets 100

[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]

ParameterDescription
bytesValue range: 0-16383875, unit: kBps
packetsValue range: 0-16383875, unit: kpps

[View] Interface view

[Use Cases]

sonic(config)# interface ethernet 1
sonic(config-if-1)# storm-suppress unknown packets 100