1752564 Members
4999 Online
108788 Solutions
New Discussion юеВ

Re: tracert

 
Clarent test lab
Occasional Contributor

tracert

I have a setup in my lab where we are testing an application that will send packets from machine to machine using any route that is available, not just the route that is discovered by tracert or used by ping. So, I thought that if I used tracert's -j option I could check to see if a particular pathway was working by specifying one node along the route I want to take. It seems that the -j option allows loose source routing, which I thoguht meant that you would go from your source to your goal, using the specified node(s) and all other nodes were unknown/unspecified. My syntax was:

tracert -j

This didn't work. Is there a way to do this?
2 REPLIES 2
Mike McKinlay
Honored Contributor

Re: tracert

The following TechNet article describes the -j option as a way of confirming the return route to a specific node ...

http://support.microsoft.com/support/kb/articles/Q169/2/06.ASP

I don't think it does exactly what you're looking for ...
"Hope springs eternal."
Susanna Ursin
Advisor

Re: tracert


Hello

What about ping -k ? it is a strict source routing...

By the way. Are you sure that your network-devices (routers) allow source routing ?

HTH
Best Rgds,
Susanna