The broadcast-suppression cir command configures the maximum volume of broadcast traffic that a sub-interface forwards.
The undo broadcast-suppression cir command restores the default configuration.
The multicast-suppression cir command configures the maximum volume of multicast traffic that a sub-interface forwards.
The undo multicast-suppression cir command restores the default configuration.
The unknown-unicast-suppression cir command configures the maximum volume of unknown unicast traffic that a sub-interface forwards.
The undo unknown-unicast-suppression cir command restores the default configuration.
The unicast-suppression cir command configures the maximum volume of unicast traffic that a sub-interface forwards.
By default, unknown unicast, broadcast, unicast, and multicast traffic are not suppressed on sub-interfaces.
{ unknown-unicast-suppression | broadcast-suppression | multicast-suppression } cir cirVal [ cbs cbsVal ] { inbound | outbound }
unicast-suppression cir cirVal [ cbs cbsVal ] { inbound | outbound }
undo { unknown-unicast-suppression | broadcast-suppression | multicast-suppression } { inbound | outbound }
Parameter | Description | Value |
---|---|---|
cir cirVal |
Specifies the committed information rate (CIR), namely, maximum rate at which multicast traffic is forwarded. |
The value is an integer ranging from 0 to 4294967295, in kbit/s. |
cbs cbsVal |
Specifies the Committed Burst Size (CBS), which is the depth of the first token bucket. |
The value is an integer ranging from 0 to 4294967295, in bytes. The default value is determined by cir-value:
|
inbound |
Indicates that the upstream traffic is suppressed. |
- |
outbound |
Indicates that the downstream traffic is suppressed. |
- |
Usage Scenario
If unknown unicast, broadcast, unicast, or multicast traffic mounts on a network, the traffic consumes a great amount of network bandwidth, deteriorating network performance.
To prevent an unknown unicast, broadcast, unicast, or multicast traffic storm, run the { unknown-unicast-suppression | broadcast-suppression | unicast-suppression | multicast-suppression } cir command to suppress unknown unicast, broadcast, unicast, or multicast traffic on a sub-interface. If the unknown unicast, broadcast, unicast, or multicast traffic volume exceeds the cirVal, the system discards the excessive unknown unicast, broadcast, unicast, or multicast traffic.<HUAWEI> system-view [~HUAWEI] interface GigabitEthernet 0/1/0.1 mode l2 [*HUAWEI-GigabitEthernet0/1/0.1] bridge-domain 100 [*HUAWEI-GigabitEthernet0/1/0.1] multicast-suppression cir 100 cbs 18800 inbound
<HUAWEI> system-view [~HUAWEI] mpls [*HUAWEI-mpls] quit [*HUAWEI] mpls l2vpn [*HUAWEI-l2vpn] quit [*HUAWEI] vsi 1 static [*HUAWEI-vsi-1] pwsignal ldp [*HUAWEI-vsi-1-ldp] vsi-id 100 [*HUAWEI-vsi-1-ldp] quit [*HUAWEI-vsi-1] quit [*HUAWEI] interface GigabitEthernet 0/1/0.1 [*HUAWEI-GigabitEthernet0/1/0.1] vlan-type dot1q 100 [*HUAWEI-GigabitEthernet0/1/0.1] l2 binding vsi 1 [*HUAWEI-GigabitEthernet0/1/0.1] multicast-suppression cir 100 cbs 18800 inbound
<HUAWEI> system-view [~HUAWEI] mpls [*HUAWEI-mpls] quit [*HUAWEI] mpls l2vpn [*HUAWEI-l2vpn] quit [*HUAWEI] vsi 1 static [*HUAWEI-vsi-1] pwsignal ldp [*HUAWEI-vsi-1-ldp] vsi-id 100 [*HUAWEI-vsi-1-ldp] quit [*HUAWEI-vsi-1] quit [*HUAWEI] interface GigabitEthernet 0/1/0.1 [*HUAWEI-GigabitEthernet0/1/0.1] vlan-type dot1q 100 [*HUAWEI-GigabitEthernet0/1/0.1] l2 binding vsi 1 [*HUAWEI-GigabitEthernet0/1/0.1] broadcast-suppression cir 100 cbs 18800 inbound
<HUAWEI> system-view [~HUAWEI] mpls [*HUAWEI-mpls] quit [*HUAWEI] mpls l2vpn [*HUAWEI-l2vpn] quit [*HUAWEI] vsi 1 static [*HUAWEI-vsi-1] pwsignal ldp [*HUAWEI-vsi-1-ldp] vsi-id 100 [*HUAWEI-vsi-1-ldp] quit [*HUAWEI-vsi-1] quit [*HUAWEI] interface GigabitEthernet 0/1/0.1 [*HUAWEI-GigabitEthernet0/1/0.1] vlan-type dot1q 100 [*HUAWEI-GigabitEthernet0/1/0.1] l2 binding vsi 1 [*HUAWEI-GigabitEthernet0/1/0.1] unknown-unicast-suppression cir 100 cbs 18800 inbound