Why is the link between my switch and my router always negotiating half-duplex mode?
Posted
by
Massimo
on Server Fault
See other posts from Server Fault
or by Massimo
Published on 2012-10-29T23:44:35Z
Indexed on
2012/10/30
5:05 UTC
Read the original article
Hit count: 448
I have a Cisco 2950 switch which has one of its ports connected to an Internet router provided by my ISP; I have no access to the router configuration, but I manage the switch.
If I leave all switch ports with their default setup (auto-negotiation of speed and duplex mode), this link always connects at 100 MBit/s, but in half-duplex mode.
I've tried replacing the cable, and also moving the link to another switch port: the result is always the same. A different device connected to the same port (or to any switch port, really) shows no problem at all.
It could be guesed that someone configured the router to only connect in half-duplex mode... BUT, here's the catch: if I manually force the switch port to full-duplex mode (duplex full
in the interface configuration), the link goes up, stays up and is completely stable.
So:
- The connection is not forced to half-duplex mode by the router, otherwise it would not connect at all if I force the switch end to full-duplex.
- There is no actual link problem, otherwise the full-duplex connection would not go up or would at least show some errors.
- But if I leave the port free to auto-negotiate, it always connects in half-duplex mode.
Why?
© Server Fault or respective owner