First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Looking for No traffic on Ethernet Interface

  • retag add tags

More specific, I have a Linux system that would at times see no inbound traffic. Not even broadcast. Local Wireshark capture will show a time gap in the capture file.

Example, WS capture will show all the broadcast the Ethernet interface receives every second...
Suddenly, at (say) 3:45:00am all traffic stops....
The next record # in the WS capture will show 4:20:05am...
And all seems to be back to normal going forward....

During the "dead" period, outside source will not be able to get to this local Linux machine. That is, it will not answer any ARP request and so no router or switch will know where it is and where to go. However, if within the local Linux machine, I just ping out once and flood the ARP table of my network. All goes back to normal as all the switch and router know what MAC goes with what IP address. It is like I have some kind of sleep situation within my local box. Very odd and weird.

Since this box is custom hardware, unlike a normal server or PC, I cannot just change things out to try easily.

Any advice on how to find those gap within a WS capture file..? I do not want to have to brute force by man power to look for gap within this file... This is to aid me in finding issues as I start swapping hardware and firmware to try to confirm if I still have the issue or I have "nailed" and fixed the problem...

Thanks for any advice, in advance....

asked 2018-08-19 22:21:44 +0000
This post is a wiki. Anyone with karma >750 is welcome to improve it.
edit flag offensive 0 remove flag close merge delete

Comments

Look at the options your managed switch provides for performance data collection. This kind of behaviour I expect happens at the lowest level (L1) of the network stack, something it should have PM data on. If it collects in bins you should be able to pinpoint these events in the 15 minute bins. If your network switch is of the simple kind you won't get much help from it.

Jaap's avatar Jaap (2018-08-20 05:46:09 +0000) edit
add a comment see more comments

1 Answer

0

Every frame has a frame.time_delta. If that is larger than some TBD value then that's it, the gap you're looking for.

Jaap's avatar
13.7k
Jaap
answered 2018-08-20 05:47:24 +0000
edit flag offensive 0 remove flag delete link

Comments

Thanks..... That is the trick I am looking for...

Applying a filter like "frame.time_delta > 60" helps me find those random gap in my system. Hence, I can tell if I still have the problem or not...

aggie168's avatar aggie168 (2018-08-20 15:51:03 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer