December 18, 2009

How can I display the route table in Windows?

Use the route command to display the current routing table.

C:\>route print
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...00 07 e9 5c a4 b3 ...... Intel(R) PRO/1000 CT Network Connection - Packet Scheduler Miniport
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 172.16.208.1 172.16.220.21 20
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
172.16.208.0 255.255.240.0 172.16.220.21 172.16.220.21 20
172.16.220.21 255.255.255.255 127.0.0.1 127.0.0.1 20
172.16.255.255 255.255.255.255 172.16.220.21 172.16.220.21 20
224.0.0.0 240.0.0.0 172.16.220.21 172.16.220.21 20
255.255.255.255 255.255.255.255 172.16.220.21 172.16.220.21 1
Default Gateway: 172.16.208.1
===========================================================================
Persistent Routes:
None

C:\>

No comments:

Post a Comment