Extreme Networks Summit1 User Manual

Page 143

Advertising
background image

S

UMMIT

S

WITCH

I

NSTALLATION

AND

U

SER

G

UIDE

9-13

C

ONFIGURING

DHCP/BOOTP R

ELAY

Table 9-2

describes the commands used to configure the IP route table.

Table 9-2: Route Table Configuration Commands

Command

Description

enable iproute sharing

Enables load sharing if multiple routes to the
same destination are available. Only paths with
the same lowest cost are shared. The default
setting is enabled.

config ipqos add <ip_destination_address>
<mask> qosprofile <qosname>

Adds a QoS profile to an IP destination
address.

config ipqos delete <ip_destination_address>
<mask>

Deletes a QoS profile from an IP destination
address.

config iproute add <ipaddress> <mask>
<gateway> <metric>

Adds a static address to the routing table. Use
a value of 255.255.255.255 for

mask

to

indicate a host entry

config iproute delete <ipaddress> <mask>
<gateway>

Deletes a static address from the routing table.

config iproute add blackhole <ipaddress>
<mask>

Adds a

blackhole

address to the routing

table. All traffic destined for the configured IP
address is dropped, and no Internet Control
Message Protocol (ICMP) message is
generated.

config iproute delete blackhole <ipaddress>
<mask>

Deletes a

blackhole

address from the routing

table.

config iproute add default <gateway>
{<metric>}

Adds a default gateway to the routing table. A
default gateway must be located on a
configured IP interface. If no metric is
specified, the default metric of 1 is used.

config iproute delete default <gateway>

Deletes a default gateway from the routing
table.

disable iproute sharing

Disables load sharing for multiple routes.

Summit.bk : 9ROUT.FM Page 13 Thursday, June 18, 1998 9:27 AM

Advertising