Hi,
we have a datacenter, there are two BGP routers, they are totally different purpose and different ASN. but, as I mentioned, the subnet A learning from both router via eBGP, and redistributing into OSPF. so, normal operation, I wish OSPF select the lower metric when the it goes out to destination A subnet.
so, the point of question is, if same subnet is learned via multiple eBGP with different metric redistribute into OSPF, then, the traffic is heading to eBGP router redistributed lower metric?
router A - OSPF
ROUTER OSPF 40
redistribute bgp 65338 metric 200 metric-type 1 subnets route-map BGP2OSPF
router B - OSPF
ROUTER OSPF 40
redistribute bgp 65502 metric 150 metric-type 1 subnets route-map BGP2OSPF