User manual
32
add ip route <
ip_net_address
>
gateway [
gateway_addr
]
metric [
hop_count
]
Adds an IP static route entry to the IP Routing Table. IP packets destined for
networks that match this network will be routed to this address. The command
list ip routes
displays your currently defined routes.
Parameters Description
<net_address> IP address of the remote network, in the format
nnn.nnn.nnn.nnn, with or without a mask specifier. The
Mask Specifier can be ‘A’, ‘B’, ‘C’, or ‘H’, or a numeric
value from 8 to 30 that describes the number of one bits in
the mask. You can also specify the netmask in the
xxx.xxx.xxx.xxx format. If you do not specify a mask, the
system will generate it for you from the network address.
gateway IP address of gateway used to reach this remote network.
metric An integer representing how far away the route is, in
“hops” through other routers. Values are 1 through 15.
add ipx network <
network_name
>
address [
ipx_address
]
{ interface [
eth:1
] }
{ enabled [
yes
] }
frame [
ETHERNET_II | SNAP | DSAP | NOVELL_8023
]
Adds an IPX network to the list of IPX networks available over the specified
interface.
Parameters Description
<network_name> Name of IPX network. A unique ASCII string of up to
32 characters; white space must be surrounded by
double quotes.
address Address of the IPX network.
interface Name of interface with which this IPX network will
associate. The default is the first LAN interface (eth:1).
enabled Optional parameter indicates whether network is
enabled (YES) or disabled (NO). Default:
YES
frame Frame encapsulation to be used on this IPX network.