tracerouteコマンドを打つと画像のようにひとつのホップで複数のIPアドレスが表示されることがあります。
※ linuxのtracerouteコマンドを利用しました。
tracerouteのmanファイルを読むと以下のような記述があります。
Three probes (by default) are sent at each ttl setting and a line is printed showing the ttl, address of the gateway and round trip time of each probe.
~中略~
If the probe answers come from different gateways, the address of each responding system will be printed.
簡単に訳すと、「tracerouteするときは宛先に対してデフォルトで3つのパケットが送られます。そして別々のゲートウェイから応答があった場合は、それぞれのゲートウェイのIPアドレスが表示されます。」となります。
つまり宛先に対して複数の経路情報が存在する場合は、それぞれの経路のIPアドレスが表示されることになります
以上。
参考URL
https://supportforums.cisco.com/discussion/10531006/multiple-ips-single-hop-and-multiple-ips-arp