December 2013
Intermediate to advanced
452 pages
9h 45m
English
In many cases, we need to know not only the total bandwidth of a connection, (communication line or on a server port), but also who exactly are the consumers, that is from which IP addresses and port numbers the traffic is coming. In this recipe, we will see how to measure it.
In order to see this, you can use proprietary tools that collect the data from the switch (RMON1, RMON2, sFlow) or router (Cisco Netflow or Juniper Jflow), or to use Wireshark with port mirror to the communication link, and this is what we'll learn in this recipe.
For using Wireshark to get traffic distribution, connect a laptop with a port mirror to the link you wish to ...
Read now
Unlock full access