Hi,

I have 4 FreeBSD Servers connected to a Cisco 2950 all doing inter-VLAN routing. Everything is working right, but one server is getting absurdly high latency through the VLANs.

problem box:
[EMAIL PROTECTED]:/home/cknipe# ping 198.19.0.1
PING 198.19.0.1 (198.19.0.1): 56 data bytes
64 bytes from 198.19.0.1: icmp_seq=0 ttl=64 time=1020.571 ms
64 bytes from 198.19.0.1: icmp_seq=2 ttl=64 time=1114.468 ms
64 bytes from 198.19.0.1: icmp_seq=3 ttl=64 time=934.580 ms
64 bytes from 198.19.0.1: icmp_seq=4 ttl=64 time=814.296 ms
64 bytes from 198.19.0.1: icmp_seq=5 ttl=64 time=682.657 ms
64 bytes from 198.19.0.1: icmp_seq=6 ttl=64 time=1173.596 ms
64 bytes from 198.19.0.1: icmp_seq=7 ttl=64 time=1212.085 ms
64 bytes from 198.19.0.1: icmp_seq=8 ttl=64 time=1021.996 ms
64 bytes from 198.19.0.1: icmp_seq=9 ttl=64 time=826.783 ms
64 bytes from 198.19.0.1: icmp_seq=10 ttl=64 time=372.565 ms
^C
--- 198.19.0.1 ping statistics ---
12 packets transmitted, 10 packets received, 16% packet loss
round-trip min/avg/max/stddev = 372.565/917.360/1212.085/241.657 ms


second box: [EMAIL PROTECTED]:~# ping 198.19.0.1 PING 198.19.0.1 (198.19.0.1): 56 data bytes 64 bytes from 198.19.0.1: icmp_seq=0 ttl=64 time=1.847 ms 64 bytes from 198.19.0.1: icmp_seq=1 ttl=64 time=1.484 ms 64 bytes from 198.19.0.1: icmp_seq=2 ttl=64 time=1.478 ms 64 bytes from 198.19.0.1: icmp_seq=3 ttl=64 time=1.564 ms 64 bytes from 198.19.0.1: icmp_seq=4 ttl=64 time=1.913 ms 64 bytes from 198.19.0.1: icmp_seq=5 ttl=64 time=3.057 ms 64 bytes from 198.19.0.1: icmp_seq=6 ttl=64 time=1.839 ms 64 bytes from 198.19.0.1: icmp_seq=7 ttl=64 time=1.526 ms 64 bytes from 198.19.0.1: icmp_seq=8 ttl=64 time=2.791 ms 64 bytes from 198.19.0.1: icmp_seq=9 ttl=64 time=1.522 ms ^C --- 198.19.0.1 ping statistics --- 10 packets transmitted, 10 packets received, 0% packet loss round-trip min/avg/max/stddev = 1.478/1.902/3.057/0.537 ms


The other's ping basically the same (1.4ms -> 4ms).


Now, the problematic box is running a RealTek card, netstat -bin reports no input / output errors. The interface on the Cisco 2950 also doesn't report any problems or errors on the interface. Does anyone have some recommendations? I'm thinking of just switching the NIC out, but I'd rather want to make sure first that is actually the problem.


--
Chris.

_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to