Ipxroute
Displays and modifies information about the routing tables used by the IPX protocol. Used without parameters, ipxroute displays the default settings for packets that are sent to unknown, broadcast, and multicast addresses.
Syntax
ipxroute servers [**/type=**x]
ipxroute ripout network
ipxroute resolve {guid | name} {guid | AdapterName}
ipxroute board= n [def] [gbr] [mbr] [**remove=**xxxxxxxxxxxx]
ipxroute config
Parameters
servers [ /type= x ] : Displays the Service Access Point (SAP) table for the specified server type. x must be an integer. For example, /type=4 displays all file servers. If you do not specify /type, ipxroute servers displays all types of servers, listing them by server name.
ripout network : Discovers if network is reachable by consulting the IPX stack's route table and sending out a rip request if necessary. Network is the IPX network segment number.
resolve { guid | name } { guid | AdapterName } : Resolves the name of the guid to its friendly name, or the friendly name to its guid.
board= n : Specifies the network adapter for which to query or set parameters.
def : Sends packets to the ALL ROUTES broadcast. If a packet is transmitted to a unique Media Access Card (MAC) address that is not in the source routing table, ipxroute sends the packet to the SINGLE ROUTES broadcast by default.
gbr : Sends packets to the ALL ROUTES broadcast. If a packet is transmitted to the broadcast address (FFFFFFFFFFFF), ipxroute sends the packet to the SINGLE ROUTES broadcast by default.
mbr : Sends packets to the ALL ROUTES broadcast. If a packet is transmitted to a multicast address (C000xxxxxxxx), ipxroute sends the packet to the SINGLE ROUTES broadcast by default.
remove= xxxxxxxxxxxx : Removes the given node address from the source routing table.
config : Displays information about all of the bindings for which IPX is configured.
/? : Displays help at the command prompt.
Examples
To display the network segments that the workstation is attached to, the workstation node address, and frame type being used, type the following command:
ipxroute config
Formatting legend
Format |
Meaning |
---|---|
Italic |
Information that the user must supply |
Bold |
Elements that the user must type exactly as shown |
Ellipsis (...) |
Parameter that can be repeated several times in a command line |
Between brackets ([]) |
Optional items |
Between braces ({}); choices separated by pipe (|). Example: {even|odd} |
Set of choices from which the user must choose only one |
Courier font |
Code or program output |