Skip to content

IPXROUTE Windows Command Guide

The Windows ipxroute command allows users to manage and view IPX routing tables, add and delete static IPX routes, and display detailed information about IPX interfaces and services. This command is useful for network administrators to troubleshoot connectivity issues and optimize IPX network performance.

Terminal window
ipxroute [command] [options]
OptionDescription
addAdds a static IPX route.
deleteDeletes a static IPX route.
printDisplays the contents of the IPX routing table.
ParameterDescription
networkSpecifies the network address in hexadecimal format.
interfaceSpecifies the network interface.
Terminal window
ipxroute

Displays the current IPX routing table and configuration settings.

Terminal window
ipxroute add 4d8100162e24 4d8 0 b1a7

Adds a static IPX route with the network, node, hop count, and interface specified.

Terminal window
ipxroute delete 4d8100162e24

Deletes a static IPX route with the specified network address.

Terminal window
ipxroute /?

Displays detailed information about the IPXROUTE command and its usage.

Terminal window
ipxroute print

Displays all IPX routes in detail, including network address, node address, hop count, and interface.

Terminal window
ipxroute disable

Disables IPX routing on the Windows system.

Terminal window
ipxroute enable

Enables IPX routing on the Windows system.

To use the ipxroute command in Windows, execute the following command:

Terminal window
ipxroute --option <value>

What is the purpose of the ipxroute command in Windows?

Section titled “What is the purpose of the ipxroute command in Windows?”

The ipxroute command in Windows is used to manage and configure IPX (Internetwork Packet Exchange) routing tables.

How can I display the IPX routing table in Windows using ipxroute?

Section titled “How can I display the IPX routing table in Windows using ipxroute?”

To display the IPX routing table in Windows using ipxroute, you can use the following command:

Terminal window
ipxroute print

How do I add a new entry to the IPX routing table with ipxroute in Windows?

Section titled “How do I add a new entry to the IPX routing table with ipxroute in Windows?”

To add a new entry to the IPX routing table using ipxroute in Windows, you can use a command similar to the following example:

Terminal window
ipxroute add network 1234 via 4567

Can I delete a specific entry from the IPX routing table using ipxroute in Windows?

Section titled “Can I delete a specific entry from the IPX routing table using ipxroute in Windows?”

Yes, you can delete a specific entry from the IPX routing table using ipxroute in Windows by running a command similar to the following example:

Terminal window
ipxroute delete network 1234

How do I flush all entries from the IPX routing table with ipxroute in Windows?

Section titled “How do I flush all entries from the IPX routing table with ipxroute in Windows?”

To flush all entries from the IPX routing table using ipxroute in Windows, you can execute the following command:

Terminal window
ipxroute flush
  • Display or modify the IPX routing table
  • Add a static route to the IPX routing table
  • Delete a static route from the IPX routing table