DGS-6604
m
redistribute (OSPF)
CLI Reference Guide
519
4. If the "default metric" is not configured, and the route is redistributed from BGP.
The metric will be 1.
5. If the "default metric" is not configured, and the route is not redistributed from
BGP. the metric will be 20.
BGP, RIP can be redistributed to OSPF.
If a metric is not specified, OSPF puts a default value of 20 and redistributes
routes from all other protocols except Border Gateway.
Example
This example shows how to BGP routes are redistributed into a OSPF domain:
Verify the settings by entering the
show ip protocols ospf
command.
Switch(config)# router ospf
Switch(config-router)# redistribute bgp 100
Switch(config-router)#end
Switch#