Hi, I'm currently debugging an issue where HTTP and HTTPs requests are sent to the switch web server using a wget script from crontab every minute from a workstation. After 1-2 hours the switch resets it self(reboots). When connecting wire shark i see alot of TCP re transmission requests just before the switch loses its ip hangs and resets. I also see alot of ARP request in the wire shark asking to resolve the switch ip when the switch hangs. In the older builds this issue isn't present. I ran this test similarly on the same switch with an older build. The switch does not reset it self and in the wire shark logs i see 'tcp port numbers reused'. Is this an area to suspect as to why the switch resets itself? asked 19 Jun '15, 04:36 V_A |
One Answer:
sounds like a firmware bug that's triggered by
I would be surprised we you would see the reason for this in the capture file. I would rather suggest to enable debug logging in the switch and monitor that via the serial console.
That's (most certainly) because the switch has already stopped forwarding frames a few seconds before it reboots.
Strange. Who asked for the switch MAC/IP? Regards answered 19 Jun '15, 13:26 Kurt Knochner ♦ edited 19 Jun '15, 13:27 Hi Kurt, Thanks for your inputs. Since the switch resets, there is no crash data or logs saved. One error message i observed when connecting the debugger was this:
would the switch reset because there were many tcp connections? Is that plausible? ARP requests was coming from the IP of the linux box connected to the switch, which was sending the http/https requests. where should i start debugging? (22 Jun '15, 04:47) V_A |
Older builds of what, Wireshark?
What version(s) of Wireshark are you using, and where in the network are you making the captures? A diagram of the network would help, along with a capture file exhibiting the problem. Use TraceWrangler to anonymise the capture if you need to.
older builds of the switch software, i'm using wire shark 1.8.10, ill upload both captures. The topology looks like:
wireshark on linux box ----switch---dhcp server
How do i upload the capture?
YOu can use cloudshark at https://appliance.cloudshark.org/upload/
I tried uploading the capture, but my files are 8MB in size. I'll capture again and try with smaller files..