multicast-suppression

Use multicast-suppression to enable multicast storm suppression and set the multicast storm suppression threshold.

Use undo multicast-suppression to restore the default.

Syntax

multicast-suppression { ratio | pps max-pps | kbps max-kbps } [ unknown ]

undo multicast-suppression

Default

Ethernet interfaces do not suppress multicast traffic.

Views

Ethernet interface view

Predefined user roles

network-admin

Parameters

ratio: Sets the multicast suppression threshold as a percentage of the interface bandwidth. The value range for this argument (in percentage) is 0 to 100. A smaller value means that less multicast traffic is allowed to pass through.

pps max-pps: Specifies the maximum number of multicast packets that the interface can forward per second. The value range for the max-pps argument (in pps) is 0 to 1.4881 × the interface bandwidth. For example, the value range of the max-pps argument for a 40-GE interface is 0 to 59524000.

kbps max-kbps: Specifies the maximum number of kilobits of multicast traffic that the Ethernet interface can forward per second. The value range for this argument (in kbps) is 0 to the interface bandwidth.

unknown: Suppresses only the unknown multicast traffic.

Usage guidelines

The multicast storm suppression feature limits the size of multicast traffic (including known and unknown multicast) to a threshold on an interface. When the multicast traffic on the interface exceeds this threshold, the system drops packets until the traffic drops below this threshold.

Both storm-constrain and multicast-suppression can suppress multicast storm on a port. The multicast-suppression command uses the chip to physically suppress multicast traffic. It has less influence on the device performance than the storm-constrain command, which uses software to suppress multicast traffic.

For the traffic suppression result to be determined, do not configure both the storm constrain multicast command and the multicast-suppression command on an interface.

When you configure the suppression threshold in kbps, the actual suppression threshold might be different from the configured one as follows:

For the suppression threshold that takes effect, see the prompt on the device.

Examples

# Set the multicast storm suppression threshold to 10000 kbps on Ten-GigabitEthernet1/0/1.

<Sysname> system-view
[Sysname] interface ten-gigabitethernet 1/0/1
[Sysname-Ten-GigabitEthernet1/0/1] multicast-suppression kbps 10000
The actual value is 10048 on port Ten-GigabitEthernet1/0/1 currently.

Related commands

broadcast-suppression

unicast-suppression