Exploring Zabbix’s IPv6-Only Network Monitoring Capabilities

23/05/2024

Exploring Zabbix’s IPv6-Only Network Monitoring Capabilities

By Alexander Araya Arias, IT and Infrastructure Monitoring Specialist

Introduction

In this article, I wish to highlight the importance of continuous monitoring in our rapidly evolving world. We will focus our attention on Zabbix, a GNU (GLPv2)-based monitoring tool, and its ability to monitor IPv6-only environments, an increasingly important topic as IPv6 adoption advances. In this article, we will explain how Zabbix can be used to overcome the challenges of monitoring IPv6-only networks and ensure a smooth transition to this new era of networking.

Let’s start with a bit of history.

What is Zabbix?

Zabbix is an enterprise grade, open source, distributed monitoring solution created by Alexei Vladishev. It allows us to monitor multiple network parameters, as well as the health and integrity of servers, virtual machines, databases, websites, and more. Zabbix allows using multiple notification channels, with email being one of the most common.

The features offered by Zabbix include the automatic detection of IPv6 devices and services on the network. Additionally, its interface is very intuitive and user friendly, which makes it easier to visualize the data, add new devices, and configure alerts and notifications. Zabbix’s centralized management allows users and administrators to monitor multiple IPv6 devices and services from a single interface.

Its scalability allows Zabbix to adapt to IPv6 networks of any size, making it easy to manage everything from small business networks to complex networks and network infrastructures.

First Steps

Moving on to a more technical aspect, we will now recreate a simple scenario where our Zabbix server will conduct basic ICMP checks towards remote IPv6 addresses.

Our server was installed in an Ubuntu 22.04 environment, as we can see in the following screenshot. Using our SSH connection, we execute the following command to verify our distribution:

lsb_release -a

Next, we can verify that our server has a correctly assigned IPv6 address. To do this, we can use the following command:

ip addr show | grep inet6

To run ping tests on IPv6 addresses from our server, we will use the ping6 command and the IPv6 address or domain to which we want to run the test. In this case, we will use two well-known domains, which we will then include in our Zabbix web interface.

Zabbix Web Interface

As the results of our previous tests were positive, we can begin including ICMP tests through our Zabbix web interface. To do this, open Zabbix in your preferred browser and go to the “Settings” section in the left panel, where the following screen will be displayed. Here, we will create a new host as shown in the image below.

A new screen will then appear where we must enter the required information to create the desired host, as shown in the following screenshot:

It should be noted that Zabbix comes with pre-loaded templates. If we haven’t created a group yet, in the “Host groups” field we can specify the desired name for this group of devices. Finally, in the Interfaces section, we must select one of the four options provided. For our purposes, we selected the “Agent” option, and all that’s left is to click the Add button. With this, we will have set up our monitoring for an ICMP test in Zabbix, which will be displayed as follows:

If we wish to include another host with the same characteristics, we can either repeat the steps listed above or access the previous resource, where we will find a “Clone” option. As the name suggests, by clicking on this option the previously created host will be duplicated. To create a new host, all we need to do is change the IPv6 address and the name of the new host.

Using Filters in Zabbix

Once Zabbix has started monitoring, to see the data it has to offer we must go to the “Monitoring” section and find the “Latest data” subsection. Once there, we can use the search filters. In this case, we will search by Host groups.

Once the filter is applied, at the bottom we will see the data collected by our Zabbix server.

Graphs in Zabbix

In addition to providing detailed data, Zabbix can also create graphs. This allows us to view and understand the behavior of the resources we monitor. In IPv6-only environments, these graphs are particularly important, as they allow us to observe the evolution of a resource over time, which is very useful for detecting trends and making informed decisions.

A very useful feature of Zabbix are the filters it offers for viewing data according to our needs. This makes it easier to interpret IPv6 sensors and resources.

Conclusions

In this article we explored the capabilities of the Zabbix monitoring tool in IPv6-only networks. We saw that Zabbix not only provides detailed data and graphs but can also be used as a tool for decision making. As IPv6 adoption advances, having monitoring tools that allow us to guarantee the stability and efficiency of our networks is essential.

Do you believe that monitoring your network is important?

Subscribe
Notify of

0 Comments
Inline Feedbacks
View all comments