AIS Router AI2524 User Manual

Page 205

Advertising
background image

Chapter 9: AI2524 OSI/CLNP Configuration Steps

August 1997

Page 9-47

2524UM

route-map

command. The

set

commands specify the redistribu-

tion set actions—the particular redistribution actions to perform if th
criteria enforced by th

match

commands are met. When all matc

criteria are met, all

set

actions are performed

The

match route-map

configuration command has multiple for-

mats. The

match

commands may be given in any order, and all de-

fined match criteria must be satisfied to cause the route to be
redistributed according to th

set

actions given with the

set

com-

mands.

In route-map configuration mode, define the match criteria for redis-
tribution of routes from one routing protocol into another by perform-
ing at least one of these

z

Match routes that have a network address matching one or more of
the specified names (the names can be a standard access list, filter
set, or expression).

match clns address

name

[

name...name

]

z

Match routes that have a next hop address matching one or more
of the specified names (the names can be a standard access list, fil-
ter set, or expression).

match clns next-hop

name

[

name...name

]

z

Match routes that have been advertised by routers matching one or
more of the specified names (the names can be a standard access
list, filter set, or expression).

match clns route-source

name

[

name...name

]

z

Match routes that have the next hop out matching one or more o
the specified interfaces.

match clns interface

type number

[

type

number...type number

]

z

Match routes that have the specified metric.

match metric

metric-value

z

Match routes that have the specified route type.

match route-type {level-1 | level-2}

In route-map configuration mode, define

set

actions for redistribu-

tion of routes from one routing protocol into another by performing at
least one of these:

z

Set the routing level of the routes to be advertised into a specified
are of the routing domain.

set level {level-1 | level-2 | level-1-2}

Advertising