System information

BSR 64000 Configuration and Management Guide
11-4
route-map is the route-map name for the connected route.
cr is a command return that redistributes of all connected routes.
Use the redistribute isis command in Router Configuration mode to
redistribute IS-IS routes into OSPF, as shown below:
MOT(config-ospf)#redistribute isis {match [level-1 | level-1-2 |
level-2] | metric <n> | route-map <map-name> | <cr>}
where:
The match argument is used to choose level 1 ISIS routes only, level 1 and 2
ISIS routes, or level 2 ISIS routes only.
metric <n> is the redistribution metric number for ISIS routes from 1 to 16.
route-map <map-name> is the route-map name for the ISIS route.
cr is a command return that redistributes of all ISIS routes.
Use the redistribute rip command in Router Configuration mode to
redistribute RIP routes into OSPF, as shown below:
MOT(config-ospf)#redistribute rip {metric <n> | metric-type [1 |2] |
route-map <map-name> | subnets | tag | <cr>}
where:
metric <n> is the redistribution metric number for RIP routes from 1 to 16.
metric-type 1 redistributes OSPF External Type 1 metrics.
metric-type 2 redistributes OSPF External Type 2 metrics.
route-map <map-name> is the route-map name for the OSPF route.
subnets allows the consideration of RIP subnets for redistribution into OSPF.
tag sets a tag for routes redistributed into OSPF.
cr is a command return that redistributes of all OSPF routes.
Assigning a Default Metric Value for Redistributed Routes
The default metric function is used to eliminate the need for separate metric
definitions for each routing protocol redistribution.