Route a default route through an MPLS network
Re:Route a default route through an MPLS network
You should be able to redistribute the default route from OSPF to BGP. Is the default carried in OSPF as an external route (LSA type 5)? If so, it will not be redistributed into BGP unless explicitly configured (ie: redistribute ospf <process-id> match external). Default-information originate is also require in this case.