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

Page 79: Parameters, System addiproutingtable -9

Advertising
background image

Efficient Networks

®

Router family

Command Line Interface Guide

Chapter 4: System Commands

Efficient Networks

®

Page 4-9

system addiproutingtable

Defines a new virtual routing table. Once defined, you can add routes to the table
using the commands

eth ip bindroute

and

remote bindipvirtualroute

.

The command specifies the name of the new routing table and the range of IP
addresses that reference the table for their routing. When the router receives a
packet, the source address of the packet determines which routing table is used. For
example, if the range of addresses for the virtual routing table ROSA includes
address 192.168.25.25, then every packet with the source address 192.168.25.25 is
routed using virtual routing table ROSA.

If the source address of a packet is not within the address ranges for any virtual
routing table, the default routing table is referenced to route the packet.

For more information, see ”

Virtual Routing Tables” on page 6-2

of the Technical

Reference Guide.

If an IP routing table has been defined, you can see its range of addresses using the

system list

command.

Mgmt Class

Network (R/W)

Input Format

system addiproutingtable <first ipaddr> [<last ipaddr>] <tablename>

Parameters

<first ipaddr>

a

a

Dotted-decimal notation

First IP address in the range.

<last ipaddr>

a

Last IP address in the range of IP addresses to be remapped.

b

b

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

<tablename>

Name of the virtual routing table to which the addresses are as-
signed.

c

c

This parameter may be omitted if the range contains only one IP address. The specified address range

may not overlap the address range defined for any other virtual routing table.

Advertising