AI2524 Router Card User’s Manual
Page 9-48 August 1997
2524UM
zSet the metric value to give the redistributed routes.
set metric

metric-value

zSet the metric type to give the redistributed routes.
set metric-type {internal | external}
zSet the tag value to associat e with the redistributed routes.
set tag

tag-value

Examples: Route Map
This example redistributes two types of routes i nto the integ rated 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 lear ned 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: