2012年1月2日 星期一

Windows - 網管常用指令(七)route - 路由表

使用方式 ROUTE [-f] [-p] [-4|-6] command [destination] [MASK netmask]  [gateway] [METRIC metric]  [IF interface]

  -f  清除所有閘道項目的路由表。如果這與其中一個命令一起使用,將會在執行命令之前         清除表格。

  -p  與 ADD 命令一起使用時,路由在系統開機期間可持續。(ex. route add -p 220.0.0.0 MASK 255.0.0.0 10.55.0.1 METRIC 3)

  -4  強制使用 IPv4。(ex. router print -4)

  -6  強制使用 IPv6。(ex. router print -6)

  command  下列其中一個:
    PRINT       列印路由 (ex. router print)(ex. route print 220* 只列印符合 220* 的項目)       
    ADD          新增路由
                      (ex. route add 220.0.0.0 mask 255.0.0.0  10.55.0.1 METRIC 3 IF 2 ,    如果沒有指定 IF,將會嘗試為指定的閘道尋找最佳的介面。)  
   DELETE     刪除路由(route delete 220.11.0.0 mask 255.255.0.0 )
   CHANGE    修改現有的路由(route change 220.11.0.0 mask 255.255.0.0 10.55.0.25 )


  destination  指定主機。

  MASK 指定下一個參數是 'netmask' 值。
  netmask  指定此路由項目的子網路遮罩值。如果沒有指定,將預設為 255.255.255.255。

  gateway  指定閘道。

  METRIC 指定計量,例如目的地的成本,(範圍1~9999)。

  interface 指定之路由的介面號碼。

沒有留言:

張貼留言