Routing on a Token Ring Network with IPXRoute

Last reviewed: May 16, 1997
Article ID: Q117631
The information in this article applies to:
  • Microsoft Windows NT operating system version 3.1
  • Microsoft Windows NT Advanced Server version 3.1

SUMMARY

NWLink parameters that affect routing in a token ring environment can be modified for the current Windows NT session with the command line utility IPXROUTE.EXE (IPXRoute). The command line syntax is:

   ipxroute board=n [clear] [def] [gbr] [mbr] [remove=xxxxx]

MORE INFORMATION

Listed below are descriptive information on the IPXRoute syntax.

   Parameter       Description
   ------------------------------------------------------------------------
   board=n         Specifies the board number (frame type) to check.
   clear           Clears the source routing table.
   def             Forwards packets as All Routes Broadcast frames if its
                   media access control (MAC) address is not in the source
                   routing table.
   gbr             Forwards general broadcast packets, those addressed to
                   the broadcast address (FFFFFFFFFFFF), as All Routes
                   Broadcast frames.
   mbr             Forwards multicast broadcast packets, those addressed to
                   a multicast address (C000xxxxxxxx), as All Routes
                   Broadcast frames.
   remove=xxxxx    Removes the given node address from the source routing
                   table.

   NOTE: The IPXRoute utility changes NWLINK parameters only for the
   current Windows NT session. In order to permanently change NWLink
   parameters, you must set them in the Registry.

When a computer using NWLink receives an IPX/SPX broadcast packet or an IPX/SPX packet with its node address is not in its source routing table, the computer forwards the packet as a Single Route Broadcast frame by default. IPXRoute provides the same functionality as the ROUTE.EXE command line utility supplied by Novell for its MS-DOS based clients. IPXRoute manages the source routing variables of NWLink on a token ring network. It is installed only if the NWLink transport protocol is bound to a token-ring network adapter card. IPXRoute parameters are equivalent to the ROUTE.EXE utility parameters supplied by Novell. IPXRoute utility is shipped with the Windows NT package.

The Novell products included here are manufactured by a vendor independent of Microsoft; we make no warranty, implied or otherwise, regarding these products' performance or reliability.


Additional query words: prodnt CSNW
Keywords : kbnetwork ntnetserv
Version : 3.1
Platform : WINDOWS


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: May 16, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.