Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
how to get the dynamic routing table using ms-dos commands or c# code by inputting source ip address and destination ip address?
Posted
Comments
Herman<T>.Instance 27-Aug-14 7:47am    
do you mean ARP ?
Roopa 10064853 27-Aug-14 8:03am    
no it is not arp. Want to get shortest route to traverse data from source to destination

1 solution

Maybe to late for an answer, but this info might get you started.

How to Use the Traceroute Command[^]

If you want to use this in a c# application, you can use the Process class and reroute the standard output.
Process Class[^]
How to spawn a process and capture its STDOUT in .NET?[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900