03-11-2017 12:28 PM - edited 03-05-2019 08:10 AM
Hello,
Im faced with a scenario that im not familiar with. We'll be installing MS expressroute over the near future and wanted to ask a question regarding learned routes from Microsoft.
Microsoft have a number of public ip ranges that they advertise in their various regions eg North Europe, West Europe etc. These are updated on a regular basis.
They also have BGP communities for each region eg North Europe 12076:51003 and West Europe 12076:51002.
Is it possible to setup BGP on my routers in such a way to learn only routes based on the specific MS community value i.e i dont want all PIPs from MS only those from EuropeNorth?
cheers
03-11-2017 12:41 PM
Not a complete example, but hopefully enough to get you started.
ip community-list standard azure-europe permit 12076:51003
route-map azure-europe permit 10
match community azure-europe
router bgp xxx
...
neighbour x.x.x.x route-map azure-europe in
03-11-2017 02:16 PM
Perfect. Thankyou
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide