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

Broadcasts per VLAN

Hi,

how can I achieve the follwing:

Live-Capture from a VLAN-Trunk with n VLANs.
Now I want so see the Broadcasts/Multicasts per VLAN in a Graph.

Lets say:
VLAN1 = 10 broadcasts/sec
VLAN10 = 12 broadcasts/sec
VLAN100 = 14 broadcasts/sec
and so on...

In other word, a simple per VLAN broadcast monitoring.

Thanks

ITgustl's avatar
1
ITgustl
asked 2021-05-14 10:37:27 +0000, updated 2021-05-14 10:39:23 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

1

Hello ITgustl

and welcome to ask.wireshark.org.

To visualize the broadcast load per VLAN I highly recommend the I/O graphs. The feature is available though the menu Statistics -> I/O Graphs.

  • You probably want to disable the default graphs by removing the checkmarks in the first column.
  • Next, add a filter for each VLAN in your trace, like vlan.id == 1 and eth.dst.ig == 1
  • Depending on your needs, selects packets per second or bit per second
  • Fiddle around with the style settings per line / graph name

A few hints for the graphs:

  • Use strong, distinct colors. Red, blue and green work great on screen
  • Check if the lines are visible on a monochrome print-out
  • Fiddle around with the graph style. I like a line pattern for the most frequent values and impulse or bars for less frequent numbers.

Good luck

Eddi

Eddi's avatar
2.4k
Eddi
answered 2021-05-14 14:45:51 +0000
edit flag offensive 0 remove flag delete link

Comments

Thank you Eddi! This was exactly what I looked for!

Regards ITgustl

ITgustl's avatar ITgustl (2021-05-14 16:51:56 +0000) edit
add a comment see more comments
0

To steer you in the right direction: How would you filter on broadcasts/multicasts for a specific vlan? If you can do that then you can use such a filter in your graphs. If you look in the packet details you can select fileds to use as a filter. That can help you setup the relevant filters.

This answer is not a howto but a hint to help you developing the skill to solve this and similar issues.

hugo.vanderkooij's avatar
76
hugo.vanderkooij
answered 2021-05-14 11:33:42 +0000
edit flag offensive 0 remove flag delete link

Comments

Thanks Hugo!

ITgustl's avatar ITgustl (2021-05-14 16:52:17 +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