DGS-6604 m redistribute (RIP)
CLI Reference Guide
523
3. If the metric is specified as 0, the metric for the redistributed route from other
protocols to RIP will be 1.
If the default-metric is not specified, then the original metric from the
redistributed protocol will be transparently carried through.
1. The default-metric command cannot be used to affect the metric used to
advertise connected routes.
2. The metric value specified in the redistributed command supersedes the
metric value specified using the default-metric command.
Examples This example shows OSPF routes are redistributed into a RIP domain:
The following example causes the specified OSPF routes to be redistributed into
an RIP domain. The OSPF-derived metric will be remapped to 11.
Verify the settings by entering the show ip protocols rip command.
Switch(config)# router rip
Switch(config-router)# redistribute ospf
Switch(config-router)# end
Switch#
Switch(config)# router rip
Switch(config-router)# redistribute ospf metric 11
Switch(config-router)# end
Switch#