H3C S7500 Series Ethernet Switches Command Manual

Table Of Contents
Command Manual – IP Address-IP Performance-IPX
H3C S7500 Series Ethernet Switches Chapter 3
IPX Configuration Commands
3-16
<H3C> system-view
System View: return to User View with Ctrl+Z.
[H3C] ipx route max-reserve-path 200
3.1.15 ipx route-static
Syntax
ipx route-static network network.node [ preference value ] [ tick ticks hop hops ]
undo ipx route-static { network [ network.node ] | all }
View
System view
Parameters
network: Destination network number of an IPX static route. It is an eight-digit
hexadecimal number in the range of 1 to 0xFFFFFFFE. IPX static routes whose
destination network number is 0xFFFFFFFE are default routes.
network.node: Next hop address of the IPX static route. network defines the network
number; node defines the node address, which comprises three 4-digit hexadecimal
numbers (separated from each other using “-”) with each one in the range 1 to 0xFFFF.
preference value: Static route preference in the range of 1 to 255. A smaller value
indicates a higher preference. The default preference of static routes is 60, the
preference of direct routes is 0 fixedly, and the preference of dynamic IPX RIP routes is
100 fixedly.
ticks ticks: Time that a packet must take to reach the destination network, with 1 tick =
1/18 seconds. The value ranges from 1 to 65,534. The default value is 1. When the tick
value of a VLAN interface is modified, the tick value of the static route also changes.
You must configure both the tick value and the hop count.
hop hops: Number of the switches on the way to the destination network. It is in the
range 1 to 15 and defaults to 1. You must configure both the hop count and tick value.
all: All the IPX static routes.
Description
Use the ipx route-static command to configure a static IPX route.
Use the undo ipx route-static command to delete the static IPX route.
The IPX static routes whose destination network number is 0xFFFFFFFE are default
routes.