2-1019
Catalyst 4500 Series Switch Cisco IOS Command Reference—Release IOS XE 3.4.0SG and IOS 15.1(2)SG)
OL-27596 -01
Chapter 2 Cisco IOS Commands for the Catalyst 4500 Series Switches
speed
Examples This example shows how to set the interface speed to 100 Mbps on the Fast Ethernet interface 5/4:
Switch(config)# interface fastethernet 5/4
Switch(config-if)# speed 100
This example shows how to allow Fast Ethernet interface 5/4 to autonegotiate the speed and duplex
mode:
Switch(config)# interface fastethernet 5/4
Switch(config-if)# speed auto
Note The speed auto 10 100 command is similar to the speed auto command on a Fast Ethernet interface.
This example shows how to limit the interface speed to 10 and 100 Mbps on the Gigabit Ethernet
interface 1/1 in auto-negotiation mode:
Switch(config)# interface gigabitethernet 1/1
Switch(config-if)# speed auto 10 100
This example shows how to limit the speed negotiation to 100 Mbps on the Gigabit Ethernet
interface 1/1:
Switch(config)# interface gigabitethernet 1/1
Switch(config-if)# speed auto 100
Related Commands
Table 2-45 System Action Using duplex and speed Commands
duplex Command speed Command Resulting System Action
duplex auto speed auto Autonegotiates both speed and duplex
modes
duplex half speed 10 Forces 10 Mbps and half duplex
duplex full speed 10 Forces 10 Mbps and full duplex
duplex half speed 100 Forces 100 Mbps and half duplex
duplex full speed 100 Forces 100 Mbps and full duplex
duplex full speed 1000 Forces 1000 Mbps and full duplex
Command Description
duplex Configures the duplex operation on an interface.
interface (refer to Cisco IOS
documentation)
Configures an interface type and enter interface
configuration mode.
show controllers (refer to Cisco IOS
documentation)
Displays controller information.
show interfaces Displays traffice on a specific interface.