Full-duplex and half-duplex configurations

1. Configure e0/0/1 of SW1 to full duplex, and e0/0/1 of SW2 to half duplex.

Insert picture description here

Before the experiment:

1. The switch defaults to auto-negotiation. If you want to change the port to full-duplex or half-duplex, you need to execute the undo negotiation auto command
. 2. After auto-negotiation is turned off, the port defaults to full-duplex. Proof: After closing self-coordination, execute duplex full, and then execute dis th will find that there is no duplex full command.

SW1 configuration
[Huawei-Ethernet0/0/1]duplex full //
Auto-negotiation must be turned off first, otherwise it will report Error: Please undo negotiation auto first.
[Huawei-Ethernet0/0/1]undo negotiation auto
[Huawei-Ethernet0/ 0/1]duplex full

SW2的配置
[SW2]int e0/0/1
[SW2-Ethernet0/0/1]undo negotiation auto
t0/0/1]undo negotiation auto
[SW2-Ethernet0/0/1]duplex half

Guess you like

Origin blog.csdn.net/qq_44933518/article/details/105022162