关于静态路由表的问题?
请教各位网络高手:以下是rotue print输出的信息。能否解释一下各段的具体含义,路由过程是怎样的?
C:\>route print
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...00 d0 09 48 64 8f ...... DAVICOM 9102/A PCI Fast Ethernet Based Adapter
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 172.16.1.1 172.16.2.176 1
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
172.16.0.0 255.255.0.0 172.16.2.176 172.16.2.176 1
172.16.2.176 255.255.255.255 127.0.0.1 127.0.0.1 1
172.16.255.255 255.255.255.255 172.16.2.176 172.16.2.176 1
224.0.0.0 224.0.0.0 172.16.2.176 172.16.2.176 1
255.255.255.255 255.255.255.255 172.16.2.176 172.16.2.176 1
===========================================================================