On a planned network, you can plan parameters such as the VLAN ID, PVID, link type, negotiation mode, and rate on the switch port.
A large number of stack technologies are used, loops are greatly reduced, and the planning of STP is reduced.
In this case, two configuration commands that can be optimized can be used:
1. stp disable
2. stp edged-port enable //On a Layer 2 network running a spanning tree protocol, a port connected to terminals does not need to participate in spanning tree calculation. If the port participates in spanning tree calculation, the network convergence speed will be affected. In addition, status changes of the port may cause network flapping, interrupting user traffic. To address this problem, you can run the stp edged-port enable command to configure the port as an edge port. Then, the port will not participate in the spanning tree calculation. This speeds up network convergence and improves network stability.