route.exe is a MS-DOS executable from Windows. It is used to block IP connections to the system by added IP addresses to a routing table. This process should not be terminated unless it is causing problems.
參數
-f 清除所有網關入口的路由表。如果該參數與某個命令組合使用,路由表將在運行命令前清除。
-p 該參數與 add 命令一起使用時,將使路由在系統引導程序之間持久存在。默認情況下,系統重新啟動時不保留路由。與 print 命令一起使用時,顯示已注冊的持久路由列表。忽略其他所有總是影響相應持久路由的命令。
Command 指定下列的一個命令。
命令目的
print 打印路由
add 添加路由
delete 刪除路由
change 更改現存路由
destination 指定發送 command 的計算機。
mask subnetmask 指定與該路由條目關聯的子網掩碼。如果沒有指定,將使用 255.255.255.255。
gateway 指定網關。
metric costmetric 指派整數躍點數(從 1 到 9999)在計算最快速、最可靠和(或)最便宜的路由時使用。
例如:本機ip為10.111.142.71,缺省網關是10.111.142.1,假設此網段上另有一網關10.111.142.254,現在想添加一項路由,使得當訪問10.13.0.0子網絡時通過這一個網關,那么可以加入如下命令:
C:>route add 10.13.0.0 mask 255.255.0.0 10.111.142.1
C:>route print (鍵入此命令查看路由表,看是否已經添加了)
C:>route delete 10.13.0.0
C:>route print (此時可以看見已經沒了添加的項)
您的評論需要經過審核才能顯示
有用
有用
有用