Skip to main content

Command Palette

Search for a command to run...

😟Troubleshooting on the edge & Making mtr Fuction🧰

How to Troubleshoot Private IP Connectivity with Ping, Traceroute, and MTR on the Edge

Updated
😟Troubleshooting on the edge & Making mtr Fuction🧰
R

Driving SD-WAN Adoption in South Africa

To troubleshoot connectivity of private IP addresses. The main tools are ping, traceroute and mtr. However, on an edge you cannot thus run the commands to a destination IP as that will use the management plane. So the below is how you use the data plane for each command.

The IP address is the local connected IP. Below is the examples:

# ping
ping -I 192.168.88.254 192.168.79.1

# traceroute
traceroute -s 192.168.88.254 192.168.79.1

# mtr on an upstream WAN interface
mtr -T -I eth3 1.1.1.1

Note: On an SD-WAN device mtr doesn’t work on the default ICMP mode when bound to an alternative interface and thus the -T for TCP (or -u for UDP) is required.


Ronald Bartels ensures that Internet inhabiting things are connected reliably online at Fusion Broadband South Africa - the leading specialized SD-WAN provider in South Africa. Learn more: 👉 Contact Fusion 🚀