route.exe Comando Route de TCP/IP 334055dc7667be00b67c926000763323

File info

File name: route.exe.mui
Size: 14336 byte
MD5: 334055dc7667be00b67c926000763323
SHA1: e56877c1cca4a625afde34122f6e95d142fae208
SHA256: d115dc4e544026c48e23daca539ec75c9fe2aa72f89437dff114a908bb585aad
Operating systems: Windows 10
Extension: MUI
In x64: route.exe Comando Route de TCP/IP (32 bits)

Translations messages and strings

If an error occurred or the following message in Spanish (Modern) 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 Spanish (Modern) English
0x00002710Destino de red Máscara de red Puerta de enlace Interfaz Métrica Network Destination Netmask Gateway Interface Metric
0x00002715%1!S!: el argumento %2!S! no es válido %1!S!: bad argument %2!S!
0x00002716%1!S!: error en la inicialización de Windows Sockets: %2!d! %1!S!: Windows Sockets initialization failed: %2!d!
0x0000271ANo se encontró la ruta especificada. 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!
0x0000271DError en la inicialización de la interfaz: %1!u! The interface failed to initialize: %1!u!
0x0000271EError en la adición de la ruta: %1 The route addition failed: %1
0x0000271FError en la eliminación de la ruta: %1 The route deletion failed: %1
0x00002720Error en el vaciado de la ruta: %1 The route flush failed: %1
0x00002721Error en el cambio de ruta: %1 The route change failed: %1
0x00002722No se puede imprimir la tabla de la ruta: %1 Cannot print route table: %1
0x00002723La ruta se agregó correctamente, pero no se puede convertir en persistente: %1!u! The route was added successfully, but could not be made persistent: %1!u!
0x00002724===========================================================================Rutas activas: ===========================================================================Active Routes:
0x00002725Rutas persistentes: Persistent Routes:
0x00002726%1!15s! %2!15s! %3!15s! %4!6s! %1!15s! %2!15s! %3!15s! %4!6s!
0x00002727Dirección de red Máscara de red Dirección de puerta de enlace Métrica Network Address Netmask Gateway Address Metric
0x00002728No se puede tener acceso a rutas persistentes: %1 Unable to access persistent routes: %1
0x00002729Ninguno None
0x0000272ANo se encontró ninguna ruta activa coincidente. Se eliminó una ruta persistenteen coincidencia. No matching active route was found. A matching persistent route was deleted.
0x0000272BManipula tablas de enrutamiento de red.ROUTE [-f] [-p] [-4|-6] comando [destino] [MASK máscara_red] [puerta_enlace] [METRIC métrica] [IF interfaz] -f Borra las tablas de enrutamiento de todas las entradas de puerta de enlace. Si se usa junto con uno de los comandos, se borrarán las tablas antes de ejecutarse el comando. -p Cuando se usa con el comando ADD, hace una ruta persistente en los arranques del sistema. De manera predeterminada, las rutas no se conservan cuando se reinicia el sistema. Se pasa por alto para todos los demás comandos, que siempre afectan a las rutas persistentes apropiadas. -4 Forzar el uso de IPv4. -6 Forzar el uso de IPv6. comando Alguno de los siguientes: PRINT Imprime una ruta ADD Agrega una ruta DELETE Elimina una ruta CHANGE Modifica una ruta existente\t destino Especifica el host. MASK Especifica que el siguiente parámetro es el valor de 'máscara_red'. máscara_red Especifica un valor de máscara de subred para esta entrada de ruta. Si no se especifica, se usa de forma predeterminada el valor 255.255.255.255. puerta_enlace Especifica la puerta de enlace. interfaz El número de interfaz para la ruta especificada. METRIC Especifica la métrica; por ejemplo, costo para el destino.Todos los nombres simbólicos usados para el destino se consultan en elarchivo de base de datos de red, NETWORKS. Los nombres simbólicos para lapuerta de enlace se consultan en el archivo de base de datos de nombre dehost, HOSTS.Si el comando es PRINT o DELETE, destino o puerta_enlace pueden ser uncarácter comodín, (se especifica como un asterisco '*') o se puede omitirel argumento puerta_enlace.Si destino contiene un carácter * o ?, se tratará como un modelo del shelly solo se imprimirán las rutas de destino coincidentes. El carácter '*'coincide con cualquier cadena y '?' coincide con cualquier carácter. Ejemplos: 157.*.1, 157.*, 127.*, *224*.La coincidencia de patrones solo se permite en el comando 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.
0x0000272CError al eliminar la ruta %1!s!. Deleting Route %1!s! failed.
0x0000272D%1!S!: valor de métrica no válido %2!S! %1!S!: bad metric value %2!S!
0x0000272ENo se encontró la ruta a cambiar. Could not find route to CHANGE.
0x0000272FNotas de diagnóstico: Si MASK no es válido se genera un error, como cuando (DEST & MASK) != DEST Ejemplo route ADD 157.0.0.0 MASK 155.0.0.0 157.55.80.1 IF 1 Error al agregar la ruta: El parámetro de máscara especificado no es válido. (Destino & Máscara) != Destino.Ejemplos: route PRINT route PRINT -4 route PRINT -6 route PRINT 157* .... solo imprime lo que coincida con 157* route ADD 157.0.0.0 MASK 255.0.0.0 157.55.80.1 METRIC 3 IF 2 destino^ ^máscara ^puerta de métrica^ ^ enlace interfaz^ Si no se proporciona IF, intenta buscar la mejor interfaz para una puerta de enlace específica. 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 solo se usa para modificar la puerta de enlace o la métrica. 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!: índice de interfaz incorrecto %2!S! %1!S!: bad interface index %2!S!
0x00002732===========================================================================ILista de interfaces ===========================================================================Interface List
0x00002733=========================================================================== ===========================================================================
0x00002735Puerta de enlace predeterminada: %1!17s! Default Gateway: %1!17s!
0x00002736No es válido el parámetro de destino especificado. The specified destination parameter is invalid.
0x00002737No es válido el parámetro de puerta de enlace especificado. The specified gateway parameter is invalid.
0x00002738El parámetro de máscara especificado no es válido.(Destino & Máscara) != Destino. The specified mask parameter is invalid. (Destination & Mask) != Destination.
0x00002739El índice de interfaz es erróneo o la puerta de enlace no está en la mismared que la interfaz. Compruebe la Tabla de direcciones IP para el equipo. 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! Tabla de enrutamiento %1!s! Route Table
0x0000273BCuando destino de red métrica Puerta de enlace If Metric Network Destination Gateway
0x0000273C%1!3d! %2!6s! %3!-24S!%0 %1!3d! %2!6s! %3!-24S!%0
0x0000273DEn vínculo On-link
0x0000273E%1!S! %1!S!
0x0000273F%0 %0
0x00002740No hay ninguna ruta IPv4 activa. There is no active IPv4 Route.
0x00002741No hay ninguna ruta IPv6 activa. There is no active IPv6 Route.
0x00002742Correcto OK!
0x00002743Predeterminada 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_es-es_05496659d7ed44dd\
File Size:14 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:13824
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:Spanish (Modern)
Character Set:Unicode
Company Name:Microsoft Corporation
File Description:Comando Route de TCP/IP
File Version:10.0.15063.0 (WinBuild.160101.0800)
Internal Name:route.exe
Legal Copyright:© Microsoft Corporation. Todos los derechos reservados.
Original File Name:route.exe.mui
Product Name:Sistema operativo Microsoft® Windows®
Product Version:10.0.15063.0
Directory:%WINDIR%\WinSxS\wow64_microsoft-windows-t..p-utility.resources_31bf3856ad364e35_10.0.15063.0_es-es_0f9e10ac0c4e06d8\

What is route.exe.mui?

route.exe.mui is Multilingual User Interface resource file that contain Spanish (Modern) language for file route.exe (Comando Route de TCP/IP).

File version info

File Description:Comando Route de TCP/IP
File Version:10.0.15063.0 (WinBuild.160101.0800)
Company Name:Microsoft Corporation
Internal Name:route.exe
Legal Copyright:© Microsoft Corporation. Todos los derechos reservados.
Original Filename:route.exe.mui
Product Name:Sistema operativo Microsoft® Windows®
Product Version:10.0.15063.0
Translation:0xC0A, 1200