System moveiproutingtable, Mgmt class, Input format – Efficient Networks 107-0001-000 User Manual

Page 112: Parameters, Examples, Response, System moveiproutingtable -42

Advertising
background image

Chapter 4: System Commands

Efficient Networks

®

Router family

Command Line Interface Guide

Page 4-42

Efficient Networks

®

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 or the

remote

listiproutes

command. For more information, see”

Virtual Routing Tables” on page 6-2

of the Technical Reference Guide.

Mgmt Class

Network (R/W)

Input Format

system moveiproutingtable <first ip addr> [<last ip addr>]

<tablename>

Parameters

Examples

With this command, 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, enter this command:

Response

Command prompt.

<first ipaddr>

a

a

Dotted-decimal notation

First IP address of the range to be moved.

<last ipaddr>

a

Last IP address of the range to be moved.

b

b

May be omitted if the range contains only one IP address.

<tablename>

c

c

ASCII string

Name of the virtual routing table to be assigned the address
range. The virtual routing table may be new or it may already exist.

-> system moveIPRoutingTable 192.168.254.11 192.168.254.20 MIGUEL

Advertising