I'm learning about MPLS. I have two sites in my scenario using eBGP for PE-CE communication, and both using the same ASN (deliberately as I want to know about SOO) and I cannot advertise a route from one site into the other due to the AS Path containing the local AS.
I know I can use as-override and that's all fine. What I don't understand is how the site of origin extended community attribute works with this, though. Questions I have are:
- Do I have to enable as-override as well as declaring SOO?
- I think SOO is set at the PE router rather than CE?
- Is route filtering based on SOO an automatic process or do I have to do it explicitly with an inbound route-map? If so, where? CE or PE?
Update:
I think I get it now. The SOO isn't about allowing a prefix to be advertised back into another part of the same AS (i.e. site 1 --> site 2), but is about preventing the prefix being advertised back into the same site (in the case of multiple links to to the upstream provider). So in light of this I would expect that I do have to use as-override regardless. Is this correct?
My question about filtering based on SOO still stands, though.