The stp converge command sets the converging mode of a spanning tree protocol.
The undo stp converge command restores the default mode.
By default, the converging mode of the spanning tree protocol is normal.
Parameter | Description | Value |
---|---|---|
fast | Indicates ARP entries that will be directly deleted. | - |
normal | Indicates ARP entries that will age quickly. | - |
Usage Scenario
The stp converge command can be used to set a converging mode based on the method for processing ARP entries.
Precautions
If the stp converge fast command is run on a switching device and the topology of a spanning tree instance changes, the switching device will directly delete the ARP entries that need to be updated in the ARP table.
If the stp converge normal command is run on a switching device and the topology of a spanning tree instance changes, the switching device will age the ARP entries that need to be updated in the ARP table.
Setting the converging mode of a spanning tree protocol to normal is recommended. If the fast mode is used, frequent ARP entry deletion will affect services and even may cause the CPU usage of the device to reach 100%. As a result, packet processing will time out, causing network flapping.
In either fast or normal mode, MAC address entries that need to be updated are deleted.