11-17-2008 09:54 AM - edited 03-06-2019 02:31 AM
I have a Catalyst 2960. I've got the port speed set to auto, and the speed and duplex on the NIC (HP NC373i Multifunction Gigabit) on the other end of the cable is set to auto. According to the docs, it should negotiate at 1000mbps full, but it resets at 100mbps full. If I also set the duplex on the switch to auto, it negotiates at 100mbs half. If I try forcing either side to 1000 full while the other side is on auto, the link won't come up.
Help. I am no expert at this, but this seems pretty simple. Any suggestions?
Thanks in advance,
Melinda
11-17-2008 10:11 AM
Hello Melinda,
you should find out if the cabling is able to support 1000 Mbps.
GE over UTP requires a complete cabling of all the 4 pairs of wires in a RJ-45 terminated UTP cable.
You can:
try to set to 1000 Mbps full manually and see what happens if the link stays down.
Or have someone test your cabling to see if it is compliant to 802.3ab standards
Or, if you can, try to use a new cat6 straight cable bypassing the cabling and see if the link comes up at 1000 Mbps Full.
Sometimes I've seen that a simple shut / no shut cycle on the port can help to get a successful negotiation
Hope to help
Giuseppe
11-17-2008 10:17 AM
Guiseppe,
Thank you. It's a new Cat6 straight cable that I'm using.
I'm not sure what you mean by "Sometimes I've seen that a simple shut / no shut cycle on the port can help to get a successful negotiation"
??
Melinda
11-17-2008 10:24 AM
Hello Melinda,
I was meaning shutting and then reenabling the switch port
int g0/1
shut
then
int gi0/1
no shut
Hope to help
Giuseppe
11-17-2008 11:18 AM
You could try and use the cable diagnostic function on the 2960 which acts as a tdr to check to see if you have 4 valid pairs all the way thru. Also check to make sure someone has not hardcoded the nic card settings to 100 meg full .
11-17-2008 11:44 AM
I would also check and make sure you have the latest NIC drivers installed on your server.
HTH,
Mark
11-17-2008 12:24 PM
I would suggest to try the followings:
Hardcode the speed and duplex settings on both the end and disable auto negotiation.
On the switchport, config the followings:
switch(config-if)speed nonegotiate
switch(config-if)speed 1000
switch(config-if)duplex full
On the NIC, set the speed to 1000 and duplex to full and disable the option of auto negotiation is available.
Also refer to these documents:
http://www.cisco.com/en/US/products/hw/switches/ps700/products_tech_note09186a00800a7af0.shtml
Hope this helps!
Deepak Yadav
11-17-2008 12:58 PM
I solved the problem, so I thought I would share what worked for me. On the NIC, Autoflow was set to disabled. Apparently, this setting should be auto for 1000 speed. I reset that and was able to get the link to some at 1000 full with both sides set to auto.
Thanks for all suggestions,
Melinda
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide