Author name: Andrew Walding

My short bio can be viewed here: https://www.evernote.com/l/AKglxPOzlV9E7LHKvPsGzgs-SY3McII8E24

IPv4/IPv6 Path MTU (PMTU) Discovery Demystified

Check out these additional IPv6 Resources: Our IPv6 overview course at Udemy Our IPv6 Custom Profiles for Wireshark Our IPv6 classes at the Online School A major change in the behavior of IP networks between IPv4 and IPv6 is that in IPv6 networks, all hosts are required to support something called Path MTU (PMTU) discovery. 

IPv4/IPv6 Path MTU (PMTU) Discovery Demystified Read More »

Detecting ECMP in Linux using Paris and Dublin Traceroute

Equal-Cost Multi-Path (ECMP) is a forwarding mechanism for routing packets along multiple paths of equal cost with the goal to achieve almost equally distributed link load sharing. This, of course, significantly impacts a router’s next-hop (path) decision. For further details, look at RFC 2991, “Multipath Issues in Unicast and Multicast Next-Hop Selection,” and RFC 2992,

Detecting ECMP in Linux using Paris and Dublin Traceroute Read More »

smalllinux

Linux Starting Point – Commands You Need To Know

My recent blog post regarding Linux being the operating system of choice if you are supporting/testing/operating a network has spawned some great discussion.  Emerging the discussion has come a request to write up a starting point list of commands for Linux beginners.  I said “Sure, I can do that!”  I thought it would be simple

Linux Starting Point – Commands You Need To Know Read More »

smalllinux

What is the ‘cat’ command, and how can I use it?

The ‘cat’ [short for “concatenate“] command is one of the most frequently used commands in Linux and other operating systems. The cat command allows us to create single or multiple files, view contain of file, concatenate files and redirect output to the terminal or to files. The command is available in Linux, Windows Power Shell, and MAC-OS.

What is the ‘cat’ command, and how can I use it? Read More »

Scroll to Top