Hello<br><br>

<p class="MsoNormal">If I have 3 possible paths in the routing table and I am
are using per destination load balancing (which is working fine) is there a command that will tell me
which next hop the load balancing algorithm is using for a specific route.</p><p class="MsoNormal"><br></p><p class="MsoNormal">I believe in Cisco it is <br></p><p class="MsoNormal"><br></p>Cust1-London#show ip route 1.1.1.1<br>
<br>Routing entry for <a href="http://1.1.1.1/32">1.1.1.1/32</a><br>  Known via "static", distance 1, metric 0 (connected), candidate default path<br>  Routing Descriptor Blocks:<br>    directly connected, via Dialer2<br>
      Route metric is 0, traffic share count is 1<br>  * directly connected, via Dialer1<br>      Route metric is 0, traffic share count is 1<br><br>The * is the next hop that will be used for this destination.<br><br>Thanks<br>
Sledge<br>