Looking Glass Status PeeringDB AS199746
Recommended monitoring

Monitoring your V6Direct setup

This page shows a practical monitoring stack for V6Direct users, including ntopng for traffic visibility and open-source tools for device and latency monitoring, plus our own public monitoring tools on GitHub.

Goals of monitoring

Your monitoring should answer four basic questions for your IPv6 edge and backbone.

Traffic monitoring with ntopng

ntopng is a web-based traffic probe that gives you 360° visibility into flows, top talkers, and protocols on your V6Direct-facing interfaces.

Install ntopng (Debian/Ubuntu)

On Ubuntu 24.04 LTS:

# Add ntop official repository
apt-get install software-properties-common wget
add-apt-repository universe
wget https://packages.ntop.org/apt-stable/24.04/all/apt-ntop-stable.deb
apt install ./apt-ntop-stable.deb

apt-get clean all
apt-get update
apt-get install pfring-dkms nprobe ntopng n2disk cento ntap

apt-get clean all
apt-get update
ntop-installer

Basic configuration

# Edit /etc/ntopng/ntopng.conf (or /etc/ntopng/ntopng.conf.d/local.conf)
# Example minimal config:
-i=eth0          # interface that carries your V6Direct tunnel/edge traffic
-w=3000          # HTTP port

sudo systemctl enable ntopng
sudo systemctl restart ntopng

You can now log in at http://your-server:3000, add users, and build views focused on the interface that carries your V6Direct traffic.

Device and link monitoring

For routers, switches, and servers, a classic NMS gives you SNMP graphs, CPU/temperature, and alerting when something fails.

Latency and reachability monitoring

A lightweight latency/packet loss tool helps you see if issues are local, upstream, or at a specific PoP.

Our in-house monitoring (GitHub)

We also maintain in-house monitoring components that you can reuse or fork from our public GitHub organization.

https://github.com/V6Direct/BGP-monitoring

These repositories typically include exporters, example dashboards, and alerting rules tailored to V6Direct tunnels, BGP sessions, and PoP health.

Example monitoring stack

For most small networks and labs, a simple stack provides good coverage without too much complexity.

Tip: Correlating traffic (ntopng), device health (SNMP NMS) and latency (SmokePing-style) on a shared timeline is the fastest way to tell a local problem apart from a transit or PoP issue.