Ronald Bartelshubandspoke.amastelek.com·Oct 4, 2024📜Bash Script to Log Packet Loss via mtr⚗️The script below attempts to pick up packet loss issues to a destination IP address over a longer period while still measuring the loss over a count of 100 packets. It logs the anomalies which can then be shared. #!/bin/bash # Ensure the script is r...10 likes·63 readsMtr
Ronald Bartelshubandspoke.amastelek.com·Sep 23, 2024🏓Exploring Variants of Customized Ping Tools for Troubleshooting Network Issues ⚆Network troubleshooting often begins with one of the simplest yet most effective tools—ping. This tool, used to test the reachability of a device across a network, is often the first step in diagnosing connectivity issues. However, as networks have g...4 likesNetwork Operationsping
Ronald Bartelshubandspoke.amastelek.com·Jan 1, 2024😟Troubleshooting on the edge🧰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 pl...1 liketools