First page Back Continue Last page Image

Switch Ports Configuration Example

Task

IOS Commands

Enter global configuration mode.

S1# configure terminal

Enter interface configuration mode.

S1(config)# interface FastEthernet 0/1

Configure the interface duplex.

S1(config-if)# duplex full

Configure the interface speed.

S1(config-if)# speed 100

Return to the privileged EXEC mode.

S1(config-if)# end

Save the running config to the startup config.

S1# copy running-config startup-config

Run Sheet Data