WindowsRoute路由表命令整理
Windows Route 路由表命令
在本地 IP 路由表中显⽰和修改条⽬。
语法
route [-f] [-p] [Command [Destination] [mask Netmask] [Gateway] [metric Metric]] [if Interface]]
参数
-f
清除所有不是主路由(⽹掩码为 255.255.255.255 的路由)、环回⽹络路由(⽬标为 127.0.0.0,⽹掩码为 255.255.255.0 的路由)或多播路由(⽬标为 224.0.0.0,⽹掩码为 240.0.0.0 的路由)的条⽬的路由表。如果它与命令之⼀(例如 add、change 或 delete)结合使⽤,表会在运⾏命令之前清除。
-p
与 add 命令共同使⽤时,指定路由被添加到注册表并在启动 TCP/IP 协议的时候初始化 IP 路由表。默认
情况下,启动 TCP/IP 协议时不会保存添加的路由。与 print 命令⼀起使⽤时,则显⽰永久路由列表。所有其它的命令都忽略此参数。永久路由存储在注册表中的位置是
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters\PersistentRoutes。
Command
指定要运⾏的命令。下表列出了有效的命令。命令⽬的
add 添加路由
change 更改现存路由
delete 删除路由
print 打印路由Destination
指定路由的⽹络⽬标地址。⽬标地址可以是⼀个 IP ⽹络地址(其中⽹络地址的主机地址位设置为 0),对于主机路由是 IP 地址,对于默认路由是 0.0.0.0。
mask subnetmask
指定与⽹络⽬标地址相关联的⽹掩码(⼜称之为⼦⽹掩码)。⼦⽹掩码对于 IP ⽹络地址可以是⼀适当的⼦⽹掩码,对于主机路由是 255.255.255.255 ,对于默认路由是 0.0.0.0。如果忽略,则使⽤⼦⽹掩码 255.255.255.255。定义路由时由于⽬标地址和⼦⽹掩码之间的关系,⽬标地址不能⽐它对应的⼦⽹掩码更为详细。换句话说,如果⼦⽹掩码的⼀位是 0,则⽬标地址中的对应位就不能设置为 1。
Gateway
指定超过由⽹络⽬标和⼦⽹掩码定义的可达到的地址集的前⼀个或下⼀个跃点 IP 地址。对于本地连接的⼦⽹路由,⽹关地址是分配给连接⼦⽹接⼝的 IP 地址。对于要经过⼀个或多个路由器才可⽤到的远程路由,⽹关地址是⼀个分配给相邻路由器的、可直接达到的 IP 地址。
metric Metric
为路由指定所需跃点数的整数值(范围是 1 ~ 9999),它⽤来在路由表⾥的多个路由中选择与转发包中的⽬标地址最为匹配的路由。所选的路由具有最少的跃点数。跃点数能够反映跃点的数量、路径的速度、路径可靠性、路径吞吐量以及管理属性。if Interface
指定⽬标可以到达的接⼝的接⼝索引。使⽤ route print 命令可以显⽰接⼝及其对应接⼝索引的列表。对于接⼝索引可以使⽤⼗进制或⼗六进制的值。对于⼗六进制值,要在⼗六进制数的前⾯加上 0x。忽略 if 参数时,接⼝由⽹关地址确定。
/?
在命令提⽰符显⽰帮助。
注释
路由表中跃点数⼀列的值较⼤是由于允许 TCP/IP 根据每个 LAN接⼝的 IP 地址、⼦⽹掩码和默认⽹关的配置⾃动确定路由表中路由的跃点数造成的。默认启动的⾃动确定接⼝跃点数确定了每个接⼝的速度,调整了每个接⼝的路由跃点数,因此最快接⼝所创建的路由具有最低的跃点数。要删除⼤跃点数,请在每个 LAN 连接的 TCP/IP 协议的⾼级属性中禁⽤⾃动确定接⼝跃点数。
如果在 systemroot\System32\Drivers\Etc ⽂件夹的本地⽹络⽂件中存在适当的条⽬,名称可以⽤于 Destination。只要名称可以通过“域名系统” (DNS) 查询这样的标准主机名解析技术分解为 IP 地址,就可以将其⽤于 Gateway,DNS 查询使⽤存储在systemroot\System32\Drivers\Etc ⽂件夹下的本地主机⽂件和 NetBIOS 名称解析。
如果是 print 或 delete 命令,可以忽略 Gateway 参数,使⽤通配符来表⽰⽬标和⽹关。Destination 的值可以是由星号 (*) 指定的通配符。如果指定⽬标含有⼀个星号 (*) 或问号 (?),它被看作是通配符,只打印或删除匹配的⽬标路由。星号代表任意⼀字符序列,问号代表任⼀字符。例如, 10.*.1, 192.168.*、 127.* 和 *224* 都是星号通配符的有效使⽤。
使⽤了⽆效的⽬标和⼦⽹掩码(⽹掩码)值的组合,会显⽰“Route:bad gateway address netmask”错误消息。⽬标中有⼀位或多位设置为 1,⽽其在⼦⽹掩码中的对应位设置为 0 时会发⽣这个错误。可以通过⼆进制表⽰法表⽰⽬标和⼦⽹掩码来检查这种情况。以⼆进制表⽰的⼦⽹掩码包括表⽰⽬标⽹络地址部分的⼀连串的 1 和表⽰⽬标主机地址部分的⼀连串的 0 两个部分。查看⽬标以确定⽬标的主机地址部分(由⼦⽹掩码所定义)是否有些位设置成了 1。
只有 Windows NT 4.0、Windows 2000、Windows Millennium Edition 和 Windows XP 的 route 命令⽀持 -p 参数。Windows 95 或 Windows 98 的 route 命令不⽀持该参数。
只有当⽹际协议 (TCP/IP) 协议在⽹络连接中安装为⽹络适配器属性的组件时,该命令才可⽤。
范例
要显⽰ IP 路由表的完整内容,请键⼊:
route print
要显⽰ IP 路由表中以 10. 开始的路由,请键⼊:
route print 10.*
要添加默认⽹关地址为 192.168.12.1 的默认路由,请键⼊:
route add 0.0.0.0 mask 0.0.0.0 192.168.12.1
要添加⽬标为 10.41.0.0,⼦⽹掩码为 255.255.0.0,下⼀个跃点地址为 10.27.0.1 的路由,请键⼊:
route add 10.41.0.0 mask 255.255.0.0 10.27.0.1
要添加⽬标为 10.41.0.0,⼦⽹掩码为 255.255.0.0,下⼀个跃点地址为 10.27.0.1 的永久路由,请键⼊:
route -p add 10.41.0.0 mask 255.255.0.0 10.27.0.1
要添加⽬标为 10.41.0.0,⼦⽹掩码为 255.255.0.0,下⼀个跃点地址为 10.27.0.1,跃点数为 7 的路由,请键⼊:
route add 10.41.0.0 mask 255.255.0.0 10.27.0.1 metric 7
要添加⽬标为 10.41.0.0,⼦⽹掩码为 255.255.0.0,下⼀个跃点地址为 10.27.0.1,接⼝索引为 0x3 的路由,请键⼊:
route add 10.41.0.0 mask 255.255.0.0 10.27.0.1 if 0x3
要删除⽬标为 10.41.0.0,⼦⽹掩码为 255.255.0.0 的路由,请键⼊:
route delete 10.41.0.0 mask 255.255.0.0
要删除 IP 路由表中以 10. 开始的所有路由,请键⼊:
route delete 10.*
要将⽬标为 10.41.0.0,⼦⽹掩码为 255.255.0.0 的路由的下⼀个跃点地址由 10.27.0.1 更改为 10.27.0.25,请键⼊:
route change 10.41.0.0 mask 255.255.0.0 10.27.0.25
route 的命令
routing ip add/delete/set/show interface 在指定接⼝上添加、删除、配置或显⽰常规 IP 路由设置。
routing ip add/delete/set/show filter 在指定接⼝上添加、删除、配置或显⽰ IP 数据包筛选器。
routing ip add/delete/show boundary 在指定接⼝上添加、删除或显⽰多播边界设置。
routing ip add/set ipiptunnel 添加或配置 IP 中的 IP 接⼝。
routing ip add/delete/set/show rtmroute 添加、配置或显⽰不持续的路由表管理器路由。
routing ip add/delete/set/show persistentroute 添加、删除、配置或显⽰持续路由。
routing ip add/delete/set/show preferenceforprotocol 添加、删除、配置或显⽰路由协议的优先级。
routing ip add/delete/set/show scope 添加、删除或显⽰多播作⽤域。
routing ip set/show loglevel 配置或显⽰全局 IP 记录等级。
routing ip show helper 显⽰ IP 的所有 Netsh 实⽤程序⼦环境。
routing ip show protocol 显⽰所有正在运⾏的 IP 路由协议。
routing ip show mfe 显⽰多播转发项。
routing ip show mfestats 显⽰多播转发项统计。
routing ip show boundarystats 显⽰ IP 多播边界。
route add命令实例routing ip show rtmdestinations 显⽰路由表管理器路由表中的⽬标。
routing ip show rtmroutes 显⽰路由表管理器路由表中的路由。
routing ip nat set/show global 配置或显⽰全局⽹络地址转换 (NAT) 设置。
routing ip nat add/delete/set/show interface 添加、删除、配置或显⽰指定接⼝的 NAT 设置。
routing ip nat add/delete addressrange 在 NAT 接⼝公⽤地址池中添加或删除⼀个地址范围。
routing ip nat add/delete addressmapping 添加或删除 NAT 地址映射。
routing ip nat add/delete portmapping 添加或删除 NAT 端⼝映射。
routing ip autodhcp set/show global 配置或显⽰全局 DHCP 分配器参数。
routing ip autodhcp set/show interface 配置或显⽰指定接⼝的 DHCP 分配器设置。
routing ip autodhcp add/delete exclusion 在 DHCP 分配器地址范围中添加或删除⼀个排除范围。routing ip dnsproxy set/show global 配置或显⽰全局 DNS 代理参数。
routing ip dnsproxy set/show interface 配置或显⽰指定接⼝的 DNS 代理参数。
routing ip igmp set/show global 配置或显⽰ IGMP 全局设置。
routing ip igmp add/delete/set/show interface 在指定接⼝上添加、删除、配置或显⽰ IGMP。
routing ip igmp add/delete staticgroup 添加或删除指定接⼝的静态多播组。
routing ip igmp show grouptable 显⽰ IGMP 主机组表。
routing ip igmp show ifstats 显⽰每个接⼝的 IGMP 统计。
routing ip igmp show iftable 显⽰每个接⼝的 IGMP 主机组。
routing ip igmp show proxygrouptable 显⽰ IGMP 代理接⼝的 IGMP 组表。
routing ip igmp show rasgrouptable 显⽰远程访问服务器所使⽤的 Internet 接⼝的组表。
routing ip ospf set/show global 配置或显⽰全局 OSPF 设置。
routing ip ospf add/delete/set/show interface 在指定接⼝上添加、删除、配置或显⽰ OSPF。
routing ip ospf add/delete/set/show area 添加、删除、配置或显⽰ OSPF 区域。
routing ip ospf add/delete/show range 在指定的 OSPF 区域上添加、删除、配置或显⽰范围。
routing ip ospf add/delete/set/show virtif 添加、删除、配置或显⽰ OSPF 虚拟接⼝。
routing ip ospf add/delete/show neighbor 添加、删除、配置或显⽰ OSPF 邻居。
routing ip ospf add/delete/show protofilter 添加、删除、配置或显⽰ OSPF 外部路由的路由信息源。routing ip ospf add/delete/show routefilter 添加、删除、配置或显⽰ OSPF 外部路由的路由筛选。routing ip ospf show areastats 显⽰ OSPF 区域统计。
routing ip ospf show lsdb 显⽰ OSPF 链接状态数据库。
routing ip ospf show virtifstats 显⽰ OSPF 虚拟链接统计。
routing ip relay set global 配置“DHCP 中继代理程序”的全局设置。
routing ip relay add/delete/set interface 在指定接⼝上添加、删除或配置“DHCP 中继代理程序”设置。routing ip relay add/delete dhcpserver 在 DHCP 服务器地址列表中添加或删除 DHCP 服务器的 IP 地址。routing ip relay show ifbinding 显⽰接⼝的 IP 地址绑定。
routing ip relay show ifconfig 显⽰每个接⼝的“DHCP 中继代理程序”配置。
routing ip relay show ifstats 显⽰每个接⼝的 DHCP 统计。
routing ip rip set/show global 配置 IP 的 RIP 全局设置。
routing ip rip add/delete/set/show interface 在指定接⼝上添加或配置 IP 的 RIP 设置。
routing ip rip add/delete peerfilter 添加或删除 RIP 对等筛选器。
routing ip rip add/delete acceptfilter 在接受的路由列表中添加或删除 RIP 路由筛选器。
routing ip rip add/delete announcefilter 在公布的路由列表中添加或删除 RIP 路由筛选器。
routing ip rip add/delete/show neighbor 添加或删除 RIP 邻居。
routing ip rip set/show flags 在指定接⼝上配置 IP RIP ⾼级设置。
routing ip rip show globalstats 显⽰全局 RIP 参数。
routing ip rip show ifbinding 显⽰接⼝的 IP 地址绑定。
routing ip rip show ifstats 显⽰每个接⼝的 RIP 统计。
IPX netsh 路由命令
routing ipx add/set staticroute 在 IPX 路由表中添加或配置静态 IPX 路由。
routing ipx add/set staticservice 在 SAP 服务表中添加或配置静态 SAP 服务。
routing ipx add/set filter 在指定的接⼝上添加或配置 IPX 数据包筛选器。
routing ipx add/set interface 在请求拨号接⼝上启⽤ IPX 路由,或在指定的接⼝上配置 IPX 设置。routing ipx set global 配置全局 IPX 路由设置。
routing ipx rip add/set filter 添加和配置 RIP 路由筛选器。
routing ipx rip set global 配置全局 IPX 的 RIP 设置。
routing ipx rip set interface 在指定接⼝上配置 IPX 的 RIP 设置。
routing ipx sap add/set filter 添加或配置 SAP 服务筛选器。
routing ipx sap set global 配置全局 IPX 的 SAP 设置。
routing ipx sap set interface 在指定接⼝上配置 IPX 的 SAP 设置。
routing ipx netbios add nbname 将静态 NETBIOS 名称添加到 IPX NetBIOS 名称表中。routing ipx netbios set interface 在指定接⼝上配置基于 IPX 的 NetBIOS 设置。
route 英式说明帮助
Manipulates network routing tables.
ROUTE [-f] [-p] [command [destination]
[MASK netmask] [gateway] [METRIC metric] [IF interface]
-f Clears the routing tables of all gateway entries. If this is
used in conjunction with one of the commands, the tables are
cleared prior to running the command.
-p When used with the ADD command, makes a route persistent across
boots of the system. By default, routes are not preserved
when the system is restarted. Ignored for all other commands,
which always affect the appropriate persistent routes. This
option is not supported in Windows 95.
command One of these:
PRINT Prints a route
ADD Adds a route
DELETE Deletes a route
CHANGE Modifies an existing route
destination Specifies the host.
MASK Specifies that the next parameter is the 'netmask' value.
netmask Specifies a subnet mask value for this route entry.
If not specified, it defaults to 255.255.255.255.
gateway Specifies gateway.
interface the interface number for the specified route.
METRIC specifies the metric, ie. cost for the destination.
All symbolic names used for destination are looked up in the network database
file NETWORKS. The symbolic names for gateway are looked up in the host name database file HOSTS.
If the command is PRINT or DELETE. Destination or gateway can be a wildcard, (wildcard is specified as a star '*'), or the gateway argument may be omitted.
If Dest contains a * or ?, it is treated as a shell pattern, and only
matching destination routes are printed. The '*' matches any string,
and '?' matches any one char. Examples: 157.*.1, 157.*, 127.*, *224*.
The PRINT command will show both IPv4 and IPv6 routes, but the ADD, DELETE, and CHANGE co
mmands work only for IPv4 routes. For IPv6 routes, use
the 'interface ipv6' context
Diagnostic Notes:
Invalid MASK generates an error, that is when (DEST & MASK) != DEST. Example> route ADD 157.0.0.0 MASK 155.0.0.0 157.55.80.1 IF 1
The route addition failed: The specified mask parameter is invalid.
(Destination & Mask) != Destination.
Examples:
> route PRINT
> route ADD 157.0.0.0 MASK 255.0.0.0 157.55.80.1 METRIC 3 IF 2
destination^ ^mask ^gateway metric^ ^
Interface^
If IF is not given, it tries to find the best interface for a given
gateway.
> route PRINT
> route PRINT 157* .... Only prints those matching 157*
> route CHANGE 157.0.0.0 MASK 255.0.0.0 157.55.80.5 METRIC 2 IF 2 CHANGE is used to modify gateway and/or metric only.
> route PRINT
> route DELETE 157.0.0.0
> route PRINT

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。