314 Ethernet Configuration Commands
console(config)#interface ethernet 1/g5
console(config-if-1/g5)# shutdown
The following example re-enables ethernet port 1/g5.
console(config)#interface ethernet 1/g5
console(config-if-1/g5)# no shutdown
speed
Use the speed command in Interface Configuration mode to configure the
speed of a given Ethernet interface when not using auto-negotiation. To
restore the default, use the no form of this command.
Syntax
speed [10 | 100 ]
no speed
•
10
— Configures the port to 10 Mbps operation.
•
100
— Configures the port to 100 Mbps operation.
Default Configuration
This command has no default setting.
Command Mode
Interface Configuration (Ethernet) mode
User Guidelines
This command has no user guidelines.
Example
The following example configures the speed operation of Ethernet port 1/g5
to force 100-Mbps operation.
console(config)#interface ethernet 1/g5
console(config-if-1/g5)#speed 100