Configuring TC Protection on a Switching Device
Context
If attackers forge TC BPDUs to attack a switching device, the switching device receives a large number of TC BPDUs within a short period. If MAC address entries and ARP entries are deleted frequently, the switching device is heavily burdened, causing potential risks to the network.
TC protection is used to suppress TC BPDUs. This function allows you to configure the number of TC BPDUs processed by a switching device within a given period. Once the number of TC BPDUs received by a switching device exceeds the specified threshold within a given period, the switching device handles only the specified number of TC BPDUs. The processing of excess TC BPDUs is delayed until after the specified period expires. This protects the switching device from becoming overburdened with frequently deleting MAC entries and ARP entries.
Procedure
- Run system-view
The system view is displayed.
- (Optional) Run stp process process-id
The MSTP process view is displayed.
Skip this step if you perform configurations in the MSTP process 0.
- Run stp tc-protection
TC protection is enabled in the MSTP process.
By default, TC protection is disabled on a switching device.
- Run either or both of the following commands to configure TC protection parameters.
To set the time period during which the device processes the maximum number of TC BPDUs, run stp tc-protection interval interval-value.
By default, the time period is the Hello Time.
To set the maximum number of TC BPDUs that the device processes within a specified period, run stp tc-protection threshold threshold.
By default, a device processes one TC BPDU within a specified period.
There are two TC protection parameters: time period during which the device processes the maximum number of TC BPDUs and the maximum number of TC BPDUs processed within the time period. For example, if the time period is set to 10 seconds and the maximum number of TC BPDUs is set to 5, the device processes only the first five TC BPDUs within 10 seconds and processes the other TC BPDUs together 10 seconds later.
The device processes only the maximum number of TC BPDUs configured by the stp tc-protection threshold command within the time period configured by the stp tc-protection interval command. Other packets are processed after a delay, so spanning tree convergence speed may slow down.
- Run commit
The configuration is committed.