User guide
Chapter 5. Command Line Interface Reference 163
SYSTEM MOVEIPROUTINGTABLE
Moves a range of IP addresses to another virtual routing table. The command first looks at the address ranges
defined for other virtual routing tables, searching for the addresses to be moved. If it finds addresses to be moved,
it deletes them from the address ranges for the other virtual routing tables. The command then adds the specified
address range to the virtual routing table named on the command.
To list the routes in the virtual routing tables, use the iproutes command (page 139) or the remote listiproutes
command (page 196).
For more information, see Virtual Routing Tables, on page 77.
first ip addr First IP address of the range to be moved (4 decimals separated by periods).
last ip addr Last IP address of the range to be moved (4 decimals separated by periods). This parameter
may be omitted if the range contains only one IP address.
tablename Name of the virtual routing table to be assigned the address range (character string). The virtual
routing table may be new or it may already exist.
Example:
Suppose you want all packets with source addresses in the range 192.168.254.11 through 192.168.254.20 to
be routed using virtual routing table MIGUEL. Addresses in that range may already be assigned to other
virtual routing tables. Therefore, to delete the addresses from any other virtual routing tables and assign the
address range to MIGUEL, you enter this command:
system moveIPRoutingTable 192.168.254.11 192.168.254.20 MIGUEL
SYSTEM NAME
Sets the name for the target router that you are configuring. You must assign a name to the target router. This
name is sent to a remote router during PAP/CHAP authentication.
Example:
system msg Configured _on_ 10/21/98
system moveIPRoutingTable <first ip addr> [<last ip addr>] <tablename>
system name <name>
name Name of the target router (character string). Space characters are not allowed within the name;
you may use underscore characters instead. (The system name is a ÒwordÓ when exchanged
with PAP/CHAP.) If you do not enter a name, the current name of the router is displayed. If you
type anything after system name, the characters will be taken as the new name.
Note: The system name is case sensitive and may be no more than 50 characters.
Example:
system name Router1