In mininet I want to find out through which switches ping goes. For example from PC1 (h1) to PC3 (h3). I already tried:
h1 traceroute mac ip h3
or
11:00:00:00:00:00 traceroute mac 33:00:00:00:00:00
But it didnt work. "Normal" traceroute (h1 traceroute h2
) is working (only destination address is in output). But I need to find out the path of ping.