V6Direct · 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.
- Is the tunnel to V6Direct up and stable?
- Is BGP healthy (sessions established, prefixes correct)?
- Is traffic flowing as expected (no saturation, no weird spikes)?
- Are customers or internal services seeing latency or packet loss issues?
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.
- Monitors mirrored or routed traffic and NetFlow/sFlow/IPFIX exports.
- Shows bandwidth per host, AS, and application, plus security-related views.
- Ideal for watching your V6Direct tunnel or edge interface in real time.
Install ntopng (Debian/Ubuntu) In this case we will Show you how to do it 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
For routers, switches, and servers, a classic NMS gives you SNMP graphs, CPU/temperature, and alerting when something fails.
A lightweight latency/packet loss tool helps you see if issues are local, upstream, or at a specific PoP.
We also maintain in-house monitoring components that you can reuse or fork from our public GitHub organization.
These repositories typically include exporters, example dashboards, and alerting rules tailored to V6Direct tunnels, BGP sessions, and PoP health.
For most small networks and labs, a simple stack provides good coverage without too much complexity.
http://your-server:3000, add users, and build views focused on the interface that carries your V6Direct traffic
Device and link monitoring
Latency and reachability monitoring
Our in‑house monitoring (GitHub)
https://github.com/V6Direct/BGP-monitoring
Example monitoring stack