1、设置端口双工模式
<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]undo info-center enable
Info: Information center is disabled.
[Huawei]int g 0/0/1
[Huawei-GigabitEthernet0/0/1]undo negotiation auto //关闭自协商功能
[Huawei-GigabitEthernet0/0/1]duplex full //设置手动全双工
2、设置端口速率
<Huawei>sys
Enter system view, return user view with Ctrl+Z.
[Huawei]undo info-center enable
Info: Information center is disabled.
[Huawei]int g 0/0/1
[Huawei-GigabitEthernet0/0/1]undo negotiation auto //关闭自协商功能
[Huawei-GigabitEthernet0/0/1]speed 100 //设置端口速率100M
[Huawei]display interface Ethernet //查看端口信息
[Huawei]display interface Ethernet brief//查看端口摘要信息