Below are the results from the show ip route command on both the Edge and the DLR:
PA-Edge-01:
PA-DLR-01:
Below is the route information from my Mikrotik router:
As you can see OSPF is populating the routes from PA-DLR-01 into PA-Edge-01. Now it's time to configure BGP between PA-Edge-01 and Mikrotik. I'm not going to show you how to configure BGP on the Edge as there are numerous blog articles out there that document this process. To configure BGP on the Mikrotik router log in and navigate to Routing and then BGP and edit the default entry in the Instances tab:
Ensure you have entered a router ID and Redistribute Connected and Redistribute Static options are ticked (Or whatever you want to redistribute via BGP). Navigate to the Peers tab and add a new entry:
Give the new entry a name and then enter the IP address of the Edge, in my case it's 10.201.1.41. Enter the Remote AS number and then set the Default Originate option to Always and click OK. If everything is configured correctly all directly connected routes to the PA-WebTier, PA-AppTier and PA-DBTier should appear in the Mikrotik's route list and any new networks directly connected to the PA-DLR-01 should appear as well:
PA-Edge-01
PA-DLR-01
Mikrotik:
Thanks to Geordy Korte (Blog | Twitter) for the assistance in configuring the Mikrotik router.