DIS-200G Series Gigabit Ethernet Switch CLI Reference Guide
204
mode.
cross
Specifies to force the port interface’s MDIX state to the cross mode.
Default
By default, this option is set as auto.
Command Mode
Interface Configuration Mode.
Command Default Level
Level: 15.
Usage Guideline
This command cannot be applied to a port when the medium of the port interface is fiber.
Example
This example shows how to configure the MDIX state of interface eth1/0/3 to auto:
Switch# config terminal
Switch(config)# interface Ethernet 1/0/3
Switch(config-if)# mdix auto
Switch(config-if)#
36-4
speed
This command is used to configure the physical port interface’s speed settings. Use the
no
form of command
to revert to the default setting.
speed {10 | 100 | 1000 | auto }
no speed
Parameters
10
Specifies to force the speed to 10 Mbps.
100
Specifies to force the speed to 100 Mbps.
1000
Specifies that for copper ports, it forces the speed to 1000 Mbps
and the user must manually set that the port operates as master or
slave.
Specifies that for fiber ports (1000BASE-SX/LX), the port will
disable the auto-negotiation.
auto
Specifies that for copper ports, it specifies to determine the speed
and flow control via auto-negotiation with its link partner.
Specifies that for fiber ports (1000BASE-SX/LX), it enables the
auto-negotiation option. Auto-negotiation will start to negotiate the
clock and flow control with its link partner.
Default
The speed will be set as auto.