Command Reference Guide

124ipx route-static 3Com Router 5000 Family and Router 6000 Family
Command Reference
ipx route-static
Purpose Use the ipx route-static command to configure IPX static route.
Use the undo ipx route-static command to delete static route.
Syntax ipx route-static network { network.node | interface-type interface-num
} [ preference value ] [ tick ticks hop hops ]
undo ipx route-static { network [ network.node | interface-type
interface-num ] | all }
Parameters network
Destination network ID of IPX static route. Valid values
are an 8-bit hexadecimal number, ranging from 1 to
0xFFFFFFFE. The same network ID must be used at the
two ends of a link.
network.node
The next hop address of IPX static route. network is the
network ID of the next hop.
node is a triplet of
four-bit hexadecimal numbers separated by “-“, each
ranging from 1 to 0xFFFF.
interface-type
Outgoing interface type, only supporting the interface
with PPP encapsulation. It can be Serial or POS
interface.
interface-num
Outgoing interface number.
preference
Route preference. The preference of directly connected
routes is fixed to 0 and cannot be changed. By default,
the preference of active IPX static route is 60 and can
be configured. The preference of dynamic IPX routes is
fixed to 100 and cannot be changed.
value
Route preference value. Valid values are 1 to 255. The
less the value, the higher the preference.
ticks
It indicates the necessary time to destination network
(1 tick = 1/18 second). By default, it is the tick value of
outgoing interface. Interfaces of different types have
different default tick values. The tick value of Ethernet
interface is 1 and that of Serial interface is 6. When the
tick value of an interface is modified, the tick value of
the corresponding static route will also be changed.
hops
Number of routers which are passed by to destination
network. By default, the value is 1.
all
All IPX static routes.
Example Configure an IPX static route with destination network ID being 0x5a, the next hop
being 1000.0-0c91-f61f, ticks 10 and hops 2.
[3Com ] ipx enable
[3Com ] ipx route-static 5a 1000.0-0c91-f61f tick 10 hop 2