Examples: route map, Examples: route map -48 – AIS Router AI2524 User Manual

Page 206

Advertising
background image

AI2524 Router Card User’s Manual

Page 9-48

August 1997

2524UM

z

Set the metric value to give the redistributed routes.

set metric

metric-value

z

Set the metric type to give the redistributed routes.

set metric-type {internal | external}

z

Set the tag value to associate with the redistributed routes.

set tag

tag-value

Examples: Route Map

This example redistributes two types of routes into the integrated IS-IS
routing table (supporting both IP and CLNS). The first routes are
OSPF external IP routes with tag 5, and these are inserted into level-2
IS-IS LSPs with a metric of 5. The second routes are ISO IGRP de
rived CLNS prefix routes that match CLNS filter expression osifilter.
These are redistributed into IS-IS as level-2 LSPs with a metric of 30.

router isis

redistribute ospf 109 route-map ipmap

redistribute iso-igrp nsfnet route-map osimap

!

route-map ipmap permit

match route-type external

match tag 5

set metric 5

set level level-2

!

route-map osimap permit

match clns address osifilter

set metric 30

clns filter-set osifilter permit 47.0005.80FF.FF00

Given this configuration, a RIP learned route for network 160.89.0.0
and an ISO IGRP learned route with prefix 49.0001.0002 will be re
distributed into an IS-IS level-2 LSP with a metric of 5. For example:

Advertising