A Few Easy Steps: Cisco IOS, Set Speed and Duplex

In this session of A Few Easy Steps, we will set the Speed and Duplex on a Cisco Switch.

In General this will work on any Cisco IOS Device.

Session Prerequisites:

  • You have terminal or console access to your Cisco device.

Session Assumptions:

  • We will be Using Interface FastEthernet 0/13
  • Speed will be 100 Mbps
  • Duplex Will be Full

Our goals of this session are:

  • Set Speed to 100
  • Set Duplex to Full

Set Speed to 100

!
conf t
!
int fastethernet 0/13
!
speed 100
!
end
!
copy running-config startup-config

Set Duplex to Full

!
conf t
!
int fastethernet 0/13
!
Duplex Full
!
end
!
copy running-config startup-config

Entire Session:

!
conf t
!
int fastethernet 0/13
!
speed 100
!
Duplex Full
!
end
!
copy running-config startup-config

Find out more about Speed and Duplex on Cisco IOS here.

or

Check out this Search at NetworkSuperSearch.com.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.