Ipxroute Command In Windows Server 2008

In this article I am going to explain about Ipxroute Command in Windows Server 2008 operating system and also explain it's related syntax.
  • 2272

Introduction

Ipxroute command is used to display and modify information about the routing tables used by the IPX protocol. This command is used to display network number, frame type and device in use. Syntax for using this command given below.

Syntax

ipxroute servers [/type=X]
ipxroute ripout <Network>
ipxroute resolve {guid | name} {GUID | <AdapterName>}
ipxroute board= N [def] [gbr] [mbr] [remove=xxxxxxxxxxxx]
ipxroute config

In above syntax

Parameter Descriptioon
servers [/type=X]  Shows Service Access Point (SAP) table for the specified server type.
ripout <Network> Discovers if Network is reachable according to IPX stack's route table and sends rip request if needed.
resolve {guid | name} {GUID | <AdapterName>} Resolves the GUID name to its friendly name or resolves the friendly name to GUID.
board= N Specifies the network adapter for which to query or set parameters.
def Transmits packet to all routes broadcast. Ipxroute sends the packet to the single routes broadcast by default if its address is not in source routing table
gbr Transmits packet to all routes broadcast. Ipxroute sends the packet to the single routes broadcast by default if a packet is send to the broadcast address FFFFFFFFFFFF.
mbr Transmits packet to all routes broadcast. Ipxroute sends the packet to the single routes broadcast by default if a packet is send to the multicast address C000xxxxxxxx.
remove=xxxxxxxxxxxx Given node address is omitted from the source routing table.
config Show all of the bindings for which IPX is configured.

 

Ask Your Question 

Got a programming related question? You may want to post your question here

Programming Answers here

Categories

More Articles

© 2020 DotNetHeaven. All rights reserved.