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!

506 duplex

Status
Not open for further replies.

chrab

Programmer
Jan 13, 2006
10
US
Just a quick question: On my Cisco 506 I am trying to set my ethernet ports to full duplex. I am using hyper terminal and here is the process I am doing.

Enable
Config terminal
interface ethernet1 100full

But when i go to sho conf it still shows it as half duplex even after I write memory. Any Help would be appreciated!!

Also I have set my switch to full duplex for that port.
 
Hi

The 506 has only 10mb ethernet ports. Try instead:

Enable
Config terminal
interface ethernet1 10full
 
I tried it but they still stay at MTU 1500 bytes, BW 10000 Kbit half duplex
 
it may be that the 506 doesnt support anything but half duplex. I cant be sure as I dont have one here to mess with.

You may be stuck with having to set it to 10half or auto.

Whichever way you go make sure your switchport is set exactly the same way.
 
Post your config and also a show int on the interface having problems.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top