I have a new Sun E10, that is connected to a network switch using a cat 3
cable. We had some problems getting the conenction to work, apparently the
machine and the switch could not agree on what speed to run at, so I have
manually set it to 10 MB.
However, I have noticed another problem, incoming traffic runs MUCH slower
than outbound, very noticeable with FTP.
It appears the line runs only half duplex. The network guys says the switch is
set for full duplex, but runs in half because the E10 requests it.
On the E10, I see the follwing, as I can understand from the manual. I have
not done much work with these settings, so I may miss something here.
It is set to do full duplex:
# ndd /dev/hme 10fdx_cap
1
No negotiation
# ndd /dev/hme adv_autoneg_cap
0
But it thinks the Link Partner (the switch, I presume) can not do
full duplex:
# ndd /dev/hme lp_10fdx_cap
0
But it reports it is doing full duplex.
# ndd /dev/hme link_mode
1
(I assume '1' means full, the manual is not real clear on that)
And it's set to only do full duplex.
# ndd /dev/hme adv_10fdx_cap
1
# ndd /dev/hme adv_10hdx_cap
0
Suggestions?
Thanks