2-481
Cisco Catalyst Blade Switch 3030 Command Reference
78-17262-01
Chapter 2 Cisco
Catalyst
Blade Switch 3030 Cisco IOS Commands
speed
Examples
This example shows how to set speed on a port to 100 Mbps:
Switch(config)#
interface gigabitethernet0/1
Switch(config-if)#
speed 100
This example shows how to set a port to autonegotiate at only 10 Mbps:
Switch(config)#
interface gigabitethernet0/1
Switch(config-if)#
speed auto 10
This example shows how to set a port to autonegotiate at only 10 or 100 Mbps:
Switch(config)#
interface gigabitethernet0/1
Switch(config-if)#
speed auto 10 100
You can verify your settings by entering the
show interfaces
privileged EXEC command.
Related Commands
Command
Description
duplex
Specifies the duplex mode of operation.
show interfaces
Displays the statistical information specific to all interfaces or to a specific
interface.