Page 1 of 1

Problem with full duplex mode.

Posted: 16 Jan 2012 07:36
by gjk
Hello,

I have recently connected an Omni switch 6250-48 to Sun servers for a GSM company. This servers cover live traffic and the "IT" of this company insist on keeping the NIC configuration of this servers in forced 100 full duplex. When they do so the the Omni Switch when set to auto-negotiation detects 100 half duplex and lots of collisions are reported. From documentation I found out why.I have highlighted my case:
Autonegotiation Guidelines
Please note a link will not be established on any copper Ethernet port if any one of the following is true:
• The local port advertises 100 Mbps full duplex and the remote link partner is forced to 100 Mbps full
duplex.

• The local port advertises 100 Mbps full duplex and the remote link partner is forced to 100 Mbps half
duplex.
• The local port advertises 10 Mbps full duplex and the remote link partner is forced to 10 Mbps full
duplex.
• The local port advertises 10 Mbps full duplex and the remote link partner is forced to 10 half duplex.
This is due to the fact that when the local device is set to auto negotiating 10/100 full duplex it senses the
remote device is not auto negotiating. Therefore it resolves to Parallel Detect with Highest Common
Denominator (HCD), which is “10/100 Half” according to IEEE 802.3 Clause 28.2.3.1.

I wanted to know if anyone has encountered this before and knows a solution other than putting the server NIC to auto.

Many thanks

Re: Problem with full duplex mode.

Posted: 16 Jan 2012 12:04
by one6f
gjk wrote:I wanted to know if anyone has encountered this before and knows a solution other than putting the server NIC to auto.
This is quite normal, simply put the switch port to 100Full and disable autonegotiation.
Image

Re: Problem with full duplex mode.

Posted: 17 Jan 2012 04:22
by gjk
I already did but it didn't work till i rebooted the thing.
Thanks for your help.

Re: Problem with full duplex mode.

Posted: 17 Jan 2012 06:52
by one6f
Strange. Normally its enough copy/paste this block:

Code: Select all

interface 1/2 admin down
interface 1/2 alias "Server NIC"
interface 1/2 autoneg disable
interface 1/2 duplex full
interface 1/2 speed 100
interface 1/2 admin up

Re: Problem with full duplex mode.

Posted: 18 Jan 2012 03:56
by gjk
What i meant was that after rebooting the switch, it works fine and connection is established.
Many thanks.

Re: Problem with full duplex mode.

Posted: 18 Jan 2012 16:17
by bitbin
I would suggest enabling auto-negotiation on the solaris server instead of hard coding the speed and duplex.

http://www.brandonhutchinson.com/Solari ... tings.html