|
Are your NICs/switch capable of using jumbo frames? If so, enable them:
ifconfig eth0 mtu 9000
Check for errors on the transmission:
netstat -i
If there are errors, replace the cables. If not, remove the switch from the path with a cat5e crossover cable. If that speeds up the data transfer, go yell at Cisco.
|