Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

2948G-L3

Status
Not open for further replies.

chrab

Programmer
Jan 13, 2006
10
US
Just a quick simple question I hope, I just noticed that our Pix (Cisco 506)and L3 switch are both set to Half Duplex. We are getting a lot of collisions and I think that switching it to Full Duplex will help cure this, ( Along with blocking internet radio :) ) Can someone tell me how to configure the port on on or both the Pix and Switch to Full Duplex? On the swith the port is fast ethernet25. I know how to get into both and get to the config setting i just don't know what to type in. I also know that afterwards to write memory to save it. Any help would be appriciated. Thanks!
 
Hi

To set your switchport to full duplex, you need to do something as follows:

conf t
interface fa0/x
duplex full



And on the PIX, you do:

interface ethernet1 100full

(or 10full if it is only an ethernet port you are connected to)


 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top