route.exe TCP/IP 路由命令 1271586af6816ebae7ffa917094c965d

File info

File name: route.exe.mui
Size: 9216 byte
MD5: 1271586af6816ebae7ffa917094c965d
SHA1: 65112e9b41f1a4f11f21b9427621b32aa2be90c4
SHA256: 1d118c52418a77c8869307e42602bb14db25b517ee582ec19886f87e85236c94
Operating systems: Windows 10
Extension: MUI
In x64: route.exe TCP/IP 路由命令 (32 位)

Translations messages and strings

If an error occurred or the following message in Chinese (Simplified) language and you cannot find a solution, than check answer in English. Table below helps to know how correctly this phrase sounds in English.

id Chinese (Simplified) English
0x00002710网络目标 网络掩码 网关 接口 跃点数 Network Destination Netmask Gateway Interface Metric
0x00002715%1!S!: 错误的参数 %2!S! %1!S!: bad argument %2!S!
0x00002716%1!S!: Windows 套接字初始化失败: %2!d! %1!S!: Windows Sockets initialization failed: %2!d!
0x0000271A找不到指定的路由。 The route specified was not found.
0x0000271B%1!15s! %2!15s! %3!15s! %4!15s! %5!6s! %1!15s! %2!15s! %3!15s! %4!15s! %5!6s!
0x0000271D初始化接口失败: %1!u! The interface failed to initialize: %1!u!
0x0000271E路由添加失败: %1 The route addition failed: %1
0x0000271F路由删除失败: %1 The route deletion failed: %1
0x00002720路由刷新失败: %1 The route flush failed: %1
0x00002721路由更改失败: %1 The route change failed: %1
0x00002722无法打印路由表: %1 Cannot print route table: %1
0x00002723成功添加路由,但无法设置为永久: %1!u! The route was added successfully, but could not be made persistent: %1!u!
0x00002724===========================================================================活动路由: ===========================================================================Active Routes:
0x00002725永久路由: Persistent Routes:
0x00002726%1!15s! %2!15s! %3!15s! %4!6s! %1!15s! %2!15s! %3!15s! %4!6s!
0x00002727网络地址 网络掩码 网关地址 跃点数 Network Address Netmask Gateway Address Metric
0x00002728无法访问永久路由: %1 Unable to access persistent routes: %1
0x00002729 None
0x0000272A找不到匹配的活动路由。已删除了匹配的永久路由。 No matching active route was found. A matching persistent route was deleted.
0x0000272B操作网络路由表。ROUTE [-f] [-p] [-4|-6] command [destination] [MASK netmask] [gateway] [METRIC metric] [IF interface] -f 清除所有网关项的路由表。如果与某个 命令结合使用,在运行该命令前, 应清除路由表。 -p 与 ADD 命令结合使用时,将路由设置为 在系统引导期间保持不变。默认情况下,重新启动系统时, 不保存路由。忽略所有其他命令, 这始终会影响相应的永久路由。 -4\t 强制使用 IPv4。 -6 强制使用 IPv6。 command 其中之一: PRINT 打印路由 ADD 添加路由 DELETE 删除路由 CHANGE 修改现有路由\t destination 指定主机。 MASK 指定下一个参数为“netmask”值。 netmask 指定此路由项的子网掩码值。 如果未指定,其默认设置为 255.255.255.255。 gateway 指定网关。 interface 指定路由的接口号码。 METRIC 指定跃点数,例如目标的成本。用于目标的所有符号名都可以在网络数据库文件 NETWORKS 中进行查找。用于网关的符号名称都可以在主机名称数据库文件 HOSTS 中进行查找。如果命令为 PRINT 或 DELETE。目标或网关可以为通配符,(通配符指定为星号“*”),否则可能会忽略网关参数。如果 Dest 包含一个 * 或 ?,则会将其视为 Shell 模式,并且只打印匹配目标路由。“*”匹配任意字符串,而“?”匹配任意一个字符。示例: 157.*.1、157.*、127.*、*224*。只有在 PRINT 命令中才允许模式匹配。 Manipulates network routing tables.ROUTE [-f] [-p] [-4|-6] 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. -4\t Force using IPv4. -6 Force using IPv6. command One of these: PRINT Prints a route ADD Adds a route DELETE Deletes a route CHANGE Modifies an existing route\t 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 databasefile NETWORKS. The symbolic names for gateway are looked up in the host namedatabase 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 onlymatching destination routes are printed. The '*' matches any string,and '?' matches any one char. Examples: 157.*.1, 157.*, 127.*, *224*.Pattern match is only allowed in PRINT command.
0x0000272C删除路由 %1!s! 失败。 Deleting Route %1!s! failed.
0x0000272D%1!S!: 错误的跃点数值 %2!S! %1!S!: bad metric value %2!S!
0x0000272E无法找到 CHANGE 的路由。 Could not find route to CHANGE.
0x0000272F诊断信息注释: 无效的 MASK 产生错误,即当 (DEST & MASK) != DEST 时。 示例: route ADD 157.0.0.0 MASK 155.0.0.0 157.55.80.1 IF 1 路由添加失败: 指定的掩码参数无效。 (Destination & Mask) != Destination。示例: route PRINT route PRINT -4 route PRINT -6 route PRINT 157* .... 只打印那些匹配 157* 的项 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,它将尝试查找给定网关的最佳 接口。 route ADD 3ffe::/32 3ffe::1 route CHANGE 157.0.0.0 MASK 255.0.0.0 157.55.80.5 METRIC 2 IF 2 CHANGE 只用于修改网关和/或跃点数。 route DELETE 157.0.0.0 route DELETE 3ffe::/32 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 PRINT -4 route PRINT -6 route PRINT 157* .... Only prints those matching 157*\t 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 ADD 3ffe::/32 3ffe::1 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 DELETE 157.0.0.0 route DELETE 3ffe::/32
0x00002730
0x00002731%1!S!: 错误的接口索引 %2!S! %1!S!: bad interface index %2!S!
0x00002732===========================================================================接口列表 ===========================================================================Interface List
0x00002733=========================================================================== ===========================================================================
0x00002735默认网关: %1!17s! Default Gateway: %1!17s!
0x00002736指定的目标参数无效。 The specified destination parameter is invalid.
0x00002737指定的网关参数无效。 The specified gateway parameter is invalid.
0x00002738指定的掩码参数无效。(Destination & Mask) != Destination。 The specified mask parameter is invalid. (Destination & Mask) != Destination.
0x00002739接口索引出错,或者网关没有位于与接口相同的网络。请检查计算机的 IP 地址表。 Either the interface index is wrong or the gateway does not lie on the same network as the interface. Check the IP Address Table for the machine.
0x0000273A%1!s! 路由表 %1!s! Route Table
0x0000273B接口跃点数网络目标 网关 If Metric Network Destination Gateway
0x0000273C%1!3d! %2!6s! %3!-24S!%0 %1!3d! %2!6s! %3!-24S!%0
0x0000273D在链路上 On-link
0x0000273E%1!S! %1!S!
0x0000273F%0 %0
0x00002740没有活动的 IPv4 路由。 There is no active IPv4 Route.
0x00002741没有活动的 IPv6 路由 There is no active IPv6 Route.
0x00002742操作完成! OK!
0x00002743默认 Default
0x00002744%1!3d!...%2!s!%3!s! %1!3d!...%2!s!%3!s!

EXIF

File Name:route.exe.mui
Directory:%WINDIR%\WinSxS\amd64_microsoft-windows-t..p-utility.resources_31bf3856ad364e35_10.0.15063.0_zh-cn_650473e3bee82d4a\
File Size:9.0 kB
File Permissions:rw-rw-rw-
File Type:Win32 DLL
File Type Extension:dll
MIME Type:application/octet-stream
Machine Type:Intel 386 or later, and compatibles
Time Stamp:0000:00:00 00:00:00
PE Type:PE32
Linker Version:14.10
Code Size:0
Initialized Data Size:8704
Uninitialized Data Size:0
Entry Point:0x0000
OS Version:10.0
Image Version:10.0
Subsystem Version:6.0
Subsystem:Windows GUI
File Version Number:10.0.15063.0
Product Version Number:10.0.15063.0
File Flags Mask:0x003f
File Flags:(none)
File OS:Windows NT 32-bit
Object File Type:Executable application
File Subtype:0
Language Code:Chinese (Simplified)
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:TCP/IP 路由命令
File Version:10.0.15063.0 (WinBuild.160101.0800)
Internal Name:route.exe
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original File Name:route.exe.mui
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0
Directory:%WINDIR%\WinSxS\wow64_microsoft-windows-t..p-utility.resources_31bf3856ad364e35_10.0.15063.0_zh-cn_6f591e35f348ef45\

What is route.exe.mui?

route.exe.mui is Multilingual User Interface resource file that contain Chinese (Simplified) language for file route.exe (TCP/IP 路由命令).

File version info

File Description:TCP/IP 路由命令
File Version:10.0.15063.0 (WinBuild.160101.0800)
Company Name:Microsoft Corporation
Internal Name:route.exe
Legal Copyright:© Microsoft Corporation. All rights reserved.
Original Filename:route.exe.mui
Product Name:Microsoft® Windows® Operating System
Product Version:10.0.15063.0
Translation:0x804, 1200