[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

RE: Linksys card and Cisco switch



 
> There appears to be a dislike betweeen the Linksys Etherfast card in
> my laptop and the Cisco 4006.  The card works fine with DHCP on my
> home network which uses a10 Mbps hub.  However, when I plug into the
> Cisco switch at work it will not get an address,  I can assign it an
> address and it works but the DHCP broadcast are causing the switch to
> have fits.  The switch reports:
> 
> 2001 Jun 29 11:40:03 %PAGP-5-PORTFROMSTP:Port 5/34 left bridge port 5/34
> 2001 Jun 29 11:40:22 %PAGP-5-PORTTOSTP:Port 5/34 joined bridge port 5/34
> 2001 Jun 29 11:40:33 %PAGP-5-PORTFROMSTP:Port 5/34 left bridge port 5/34
> 2001 Jun 29 11:40:52 %PAGP-5-PORTTOSTP:Port 5/34 joined bridge port 5/34
> 2001 Jun 29 11:41:04 %PAGP-5-PORTFROMSTP:Port 5/34 left bridge port 5/34
> 2001 Jun 29 11:41:23 %PAGP-5-PORTTOSTP:Port 5/34 joined bridge port 5/34

Looks like an autonegotiation problem.  This is a 100Mb card, right?

Try this on the switch, from enable mode:

	conf t
      int fa5/34
      speed 100
	duplex full
	spanning-tree portfast
	end


if this is a 10Mb-only card, use "speed 10" and "duplex half"

I don't have a Cat4006 to test this ...

HTH,
Jeff





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]