Ethernet Configuration Commands
speed
Cisco 220 Series Smart Plus Switches Command Line Interface Reference Guide Release 1.0.0.x
168
11
Examples
Example 1—The following example disables the Ethernet port gi5:
switchxxxxxx(config)#
interface gi5
switchxxxxxx(config-if)#
shutdown
Example 2—The following example restarts the disabled Ethernet port gi5:
switchxxxxxx(config)#
interface gi5
switchxxxxxx(config-if)#
no shutdown
speed
To configure the speed for a given Ethernet interface when not using
auto-negotiation, use the speed Interface Configuration mode command.
Syntax
speed {10 | 100 | 1000 | auto}
Parameters
•
10—Enables 10-Mbps operation.
•
100—Enables 100-Mbps operation.
•
1000—Enables 1000-Mbps operation.
•
Auto—Enables auto speed configuration. The port automatically detects
the speed at which it should run at based on the port at the other end of the
link. If you use the 10, 100, or 1000 keywords with the auto keyword, the
port only auto-negotiates at the specified speed.
Default Configuration
The port operates at its maximum speed capability.
Command Mode
Interface Configuration (Ethernet, port channel) mode