Command Reference Protocol-independent Configuration Commands
In the example below, the OSPF routing protocol redistributes the RIP protocol to the backbone
area.
Ruijie(config)# router ospf
Ruijie(config-router)# redistribute rip subnets route-map redrip
Ruijie(config-router)# network 192.168.12.0 0.0.0.255 area 0
Ruijie(config-router)# exit
Ruijie(config)# route-map redrip permit 10
Ruijie(config-route-map)# set level backbone
Match the next-hop IP address.
Match the source IP address.
Use set metric to set the metric for the routes to be redistributed. Use the no form of this command to
remove the setting.
set metric [+ metric-value | - metric-value | metric-value]
Increase based on the metric of the original route
Decrease based on the metric of the original route
Metric for the route to be redistributed
The default metric for route redistribution varies with the routing protocol.
Route map configuration mode