> We have a few E250s running solaris 7 with the latest patch release in
> all systems. We see the systems switching from full duplex 100mbps to
> half duplex 10mbps automatically. We are not changing the configs on
> the boxes nor did we change the config on our switches(Cat 5509's set
> hard to full duplx 100mbps).
> We would reboot the systems and the boxes would come up fine 100mbps
> fd. Mind you these boxes are serving 100 http connections per second.
> What gives??
> -Jeff
> Sent via Deja.com http://www.deja.com/
> Before you buy.
I have an UE450 hooked to a Cisco Catalyst 55xx box, many problems
like you describe until the Cisco's firmware was updated. Ask whomever
maintains the Cisco if it has the latest firmware.
I fought this thing for a couple of weeks straight, very frustrating
indeed. The funny thing was one interface (hme1) worked perfectly
and the built in interface (hme0) did not, it seemed to be a problem
with the Sun box because it followed the interface and not the port
on the Cisco we used, but after the firmware upgrade all worked as
advertised.
As other posters have suggested, it probably is a good idea to force
the Sun and the Cisco to fixed parameters and avoid autonegotiation.
My boxes have this in their /etc/system file:
**
** Force 100MB Full duplex on all hme interfaces
**
set hme:hme_adv_autoneg_cap = 0
set hme:hme_adv_100T4_cap = 0
set hme:hme_adv_100fdx_cap = 1
set hme:hme_adv_100hdx_cap = 0
set hme:hme_adv_10fdx_cap = 0
set hme:hme_adv_10hdx_cap = 0
HTH,
Mark
--
Mark C Olson
ADC Telecommunications
remove "beren." from my address to reply