Specifications

224 Chapter 8. Command Reference
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 191) or the remote listiproutes
command (page 272).
For more information, see Virtual Routing Tables, on page 78.
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 MSG
Sets a message that is saved in the target router you are configuring.
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.
system moveIPRoutingTable <first ip addr> [<last ip addr>] <tablename>
system msg <message>
message Message (character string. Space characters are not allowed within the message; you may use
underscore characters instead. If you do not enter a message, the current message is displayed.
The message may be no more than 255 characters.
Example:
system msg Configured _on_ 10/21/98
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.