Hi,
When the port is in the auto-negotiation mode, if you need to change the port rate to a specified rate, run the auto-neg command to disable the auto-negotiation mode of the port.
speed
Function
This command is used to set the transmission rate of the Ethernet port. After that, the port works at the specified rate.
Format
speed { portid | all } { 10 | 100 | 1000 | 10000 }
Example:
huawei(config)#interface mpu 0/9
huawei(config-if-mpu-0/9)#auto-neg 0 disable
huawei(config-if-mpu-0/9)#speed 0 10000
The basic principle for setting the Ethernet port is that the rates of the corresponding ports on two connected device must be the same to avoid the communication failure.