2024年3月21日发(作者:)
route print命令可以查看路由表,在dos下面输入route print 就可以了,如何读懂
路由表
本机地址:202.256.257.258
掩码:255.255.255.0
操作系统:w2k server
C:>route print
==================================================
=========================
Interface List
0x1 ........................... MS TCP Loopback interface
0x1000003 ...44 e0 4c 10 43 1d ...... Realtek RTL8139/810x Family Fast Ethernet
NIC
==================================================
=========================
==================================================
========================
Active Routes:
Network Destination Netmask Gateway Interface
Metric
0.0.0.0 0.0.0.0 202.256.257.1 202.256.257.258 1
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
202.256.257.0 255.255.255.0 202.256.257.258 202.256.257.258 1
202.256.257.258 255.255.255.255 127.0.0.1 127.0.0.1 1
202.256.257.255 255.255.255.255 202.256.257.258 202.256.257.258
1
224.0.0.0 224.0.0.0 202.256.257.258 202.256.257.258 1
255.255.255.255 255.255.255.255 202.256.257.258 202.256.257.258
1
Default Gateway: 202.256.257.1
==================================================
=========================


发布评论