what is the significance of metric when redistributing routes from BGP to ospf.
Refer example below :
router ospf 100
redistribute bgp 65000 metric 65000 subnets tag 65000 route-map BGP-into-OSPF
network x.x.x.x area 3
Here even if i dont give any metric to routes redistributed from BGP to ospf,external routes will be redistributed into ospf with a default metric of 1 and ofcourse they have an administrative distance of 110.
My question is what advantage does it give redistributing routes with a higher metric and can we redistribute the bgp routes into ospf with defualt metric which is 1.
Any good example to explain this would be highly appreciated.
Thanks for any help.
-- Jeet