System information

Configuring RIP
9-43
where:
metric <n> is the redistribution metric number for BGP routes from 1 to 16.
route-map <map-name> is the route-map name for the BGP route.
cr is a command return that redistributes of all BGP routes.
Use the redistribute static command in Router Configuration mode to
redistribute static routes into RIP, as shown below:
MOT(config-rip)#redistribute static {metric <n> | route-map
<map-name> | <cr>}
where:
metric <n> is the redistribution metric number for static routes from 1 to 16.
route-map <map-name> is the route-map name for the static route.
cr is a command return that redistributes of all static 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.
Follow these steps to assign a default metric value for all routes redistributed into
RIP:
1. Use the router rip command to enter the RIP routing process in Global
Configuration mode, as shown below:
MOT(config)#router rip
2. Use the default-metric command in Router Configuration mode to force a
routing protocol to use the same metric value for all distributed routes from other
routing protocols, as shown below:
MOT(config-rip)#default-metric <n>
where:
n is the default value for all routes that are redistributed into RIP.