Finding out what is running over your network

The first thing to do when monitoring a new network is to find out what is running over it. There are various types of applications and network protocols, and they can influence and interfere with each other when all of them are running over the network.

In some cases, you will have different VLANs, different Virtual Routing and Forwarding (VRFs), or servers that are connected to virtual ports in a Bladeserver. Eventually everything is running on the same infrastructure, and they can influence each other.

Tip

There is a common confusion between VRFs and VLANs. Even though their purpose is quite the same, they are configured in different places. While VLANs are configured in the LAN in order to provide network separation in the OSI layers 1 and 2, VRFs are multiple instances of routing tables to make them co-exist in the same router. This is a layer 3 operation that separates between different customer's networks. VRFs are used in Multi Protocol Label Switching (MPLS) to provide layer 3 connectivity to different customers over the same router's network, in such a way that no customer can see any other customer's network.

In this recipe, we will see how to get to the details of what is running over the network, and the applications that can slow it down.

Tip

The term Bladeserver refers to a server enclosure, which is a chassis of server shelves on the front and LAN switches on the back. There are several different acronyms for it; for example, IBM calls them Bladecenter and HP calls them Bladesystem.

Getting ready

When you get into a new network, the first thing to do is connect Wireshark to sniff what is running over the network. Make sure you follow these points:

  • When you are required to monitor a server, port mirror it and see what is running on its connection to the network.
  • When you are required to monitor a remote office, port mirror the router port that connects you to the WAN connection. Then, check what is running over it.
  • When you are required to monitor a slow connection to the Internet, port mirror it to see what is going on there.

In this recipe, we will see how to use the Wireshark tools for analyzing what is running and what can cause the problems.

How to do it...

For analyzing who is talking, follow these steps:

  1. Connect Wireshark using one of the options mentioned in the previous section.
  2. You can use the following tools:
    • Navigate to Statistics | Protocol Hierarchy for viewing the protocols that run over the network and their percentage of the total traffic
    • Navigate to Statistics | Conversations to see who is talking and what protocols are used
  3. In the Protocol Hierarchy feature, you will get a window that will help you analyze who is talking over the network. It is shown in the following screenshot:
    How to do it...
  4. In the screenshot you can see the protocol distribution:
    1. Ethernet: IP, Logical-Link Control (LLC) and Configuration Test Protocol (loopback)
    2. Internet Protocol Version 4: User Datagram Protocol (UDP), Transport Control Protocol (TCP), Protocol Independent Multicast (PIM), Internet Group Management Protocol (IGMP), and Generic Routing Encapsulation Protocol (GRE)
  5. If you click on the + sign, all underlying protocols will be shown.
  6. To see a specific protocol throughput, click down to the protocols as shown in the following screenshot. You will see the application average throughput during the capture (HTTP in this example):
    How to do it...
  7. Clicking on the + sign to the left of HTTP will open a list of protocols that run over HTTP (XML, MIME, JavaScripts, and more) and their average throughput during the capture period.

There's more...

In some cases (especially when you need to prepare management reports), you are required to provide a graphical picture of the network statistics. There are various sources available for this, for example:

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.142.121.153