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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cisco 11.3 - Force full Duplex 100

Status
Not open for further replies.

phumler

Programmer
Oct 13, 2003
5
US
How can I force the router into full dulex mode at 100 mb?

I tried the following steps:

>enable
#config terminal
(config)#int eth 0/0
(config-if)#...tried various command here with no luck...i'm stuck.
 
Thanks for the quick response Andy. I had tried this command before, but it is not recognized. Am I at the wrong point in the configuration (config-if...see above)?
 
No, you are in the correct mode. Perhaps you model of router / the interface does not support it?

Can you do a "speed ?" or a "duplex ?" at the prompt to see what options you have? Should see something like:

SHGTSSXXROCI353(config-if)#speed ?
10 Force 10 Mbps operation
100 Force 100 Mbps operation
auto Enable AUTO speed configuration

SHGTSSXXROCI353(config-if)#duplex ?
auto Enable AUTO duplex configuration
full Force full duplex operation
half Force half-duplex operation

Andy Leates MCSE CCNA MCP+I
 
Yeah...I tried doing a speed ? or duplex ?, but it doesn't recognize them. I think it is an issue with the version of IOS or something with the interfaces. Really frustrating.
 
What is the router model? I think your IOS version is OK.

Andy Leates MCSE CCNA MCP+I
 
Yep...that would be my problem. Thanks for your help Andy!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top