Question about Cisco Catalyst 2950 24x10/100 Mbps Networking Switch
Switch setting
int f0/1
speed 100
dup full
and lan card shuld be shud be more then 100mbps or 1gb
then it will conect to full duplex means
u have to to any device shud have same duplex
Posted on Feb 24, 2010
What this normally means is that the data is being streamed at 10 MBPS (orange light) and not 100 MBPS (green light), so check your network cards speed.
Posted on Aug 11, 2007
This is likely an ethernet auto-negotiation problem between the switchport and the connected device. If you want this to stop, try hardcoding the switchport to 100full:
int f0/1
speed 100
dup full
then try hardcodeing the connected device to 100full. Usually auto-negotiation works between devices, but not always.
Posted on Nov 09, 2007
458 views
Usually answered in minutes!
×