I'm seeing about 6% retransmits when I divide the number of packets displayed with display filter tcp.analysis.retransmission/ total number of captured packets. Am I doing this correctly? I also looked under expert and got the same number of retransmissions. I also was reading that for iSCSI traffic it is recommended to turn off Unicast Storm control. They mention this feature discarding packets when traffic reaches a threshold. What could I look for in the Cisco switch to see if this feature is discarding packets? I see 0 VLAN discard frames on all ports. asked 30 May '12, 14:11 gipper |
One Answer:
There is mainly three reasons for a re-transmit
To figure out what causes the retransmits in your case, the capture file would help to get a first glimpse. If you think strom control is dropping packets, I suggest to check the counters on the switch (and also the logs, if logging is enabled). Storm control status
this will show "Blocking" (Filter State) if strom control is dropping packets. HOWEVER, you will see this only during the time of blocking.
Storm control will block based on bandwith or packet rate. To get an idea if you get close to the numbers configured for strom control, I suggest to look at the IO Graphs during the timeframe you see the retransmits.
Port/Interface statistics counters
Logs
Regards answered 31 May '12, 02:17 Kurt Knochner ♦ edited 31 May '12, 02:32 |
I've uploaded full trace to ftp://customer:4[email protected]ftp.compellent.com/Gipp/20120530_1.pcap There'e also smaller saves of the same file first one is 10MB next one is 16MB ftp://customer:4[email protected]ftp.compellent.com/Gipp/esxserver3.cap ftp://customer:4[email protected]ftp.compellent.com/Gipp/esxserver4.cap Here's port counter info from Cisco switch for the port with most retrans
oops. Can someone please move the comment to my answer. I picked the wrong option while I converted the question to an answer...
Done (grahamb) - Thanks (Kurt)
I'm pretty sure, only few people here (if any) are willing to wade through 1,4 GByte of your data. Are you sure you want to disclose that much internal data on the internet!?!
What did you find in those capture files?
can you please format the output, so it's readable? Anyway, I don't see any problem that would explain dropped packets. Did you check the switch logs?
There are some "Lost Segment", "Retransmission", "DUP ACK", etc. That could be a sign for packet loss, however, it could also be a sign that wireshark did not see all packets (switch mirror problem) or it was not able to write all frames to disk (high packet rate and throughput).