Specifications

Table Of Contents
Chapter 19: ipx Commands
19 - 2 SSR Command Line Interface Reference Manual
ipx add route
Purpose
Add an IPX RIP route entry to the routing table.
Format
ipx add route
<networkaddr> <nextroutnextnode> <metric> <ticks>
Mode
Configure
Description
The
ipx
add
route
command adds a route into the IPX RIP routing table.
Parameters
<networkaddr>
Destination network address.
<nextroutnextnode>
Next router’s Network.Node address.
<metric>
The number of hops to this route. You can specify a num-
ber from 0 – 14.
<ticks>
Ticks associated with this route.
Restrictions
Route entries that you add using the
ipx
add
route
command override dynamically
learned entries, regardless of hop count.
Example
The command in the following example adds an IPx route to IPX network A1B2C3F5
via router A1B2C3D4.00:E0:63:11:11:11 with a metric of 1 and a tick of 100.
ssr(config)# ipx add route A1B2C3F5 A1B2C3D4.00:E0:63:11:11:11 1 100