speed Configuration Command

speed CISCO Switch Command in Linux

Explanation


To configure the transmission speed of an interface, use the speed command in privileged mode.

Usage:

speed [10Mbps|1000Mbps|auto]

Example:

HSCRIPTS#configure terminal

Enter configuration commands, one per line. End with CNTL/Z.
HSCRIPTS(config)#interface GigabitEthernet0/2
HSCRIPTS(config-if)#speed 10
HSCRIPTS(config-if)#exit

Transmission speed of the interface 'GigabitEthernet0/2' is set to 10Mbps.

Note:
To make any cofiguration changes, you need to log into 'configure terminal'.

Ask Questions

Ask Question