In the customer topology:
R1 (default RI) <<<eBGP>>> R2 (default RI) <<<eBGP>>> R2 (PROD VRF) <<<iBGP>>> Other Vendor Router
The customer uses eBGP to inject a default route from R1 into R2's default RI. This route is then redistributed into the PROD VRF on R2 and advertised to the Cisco router via iBGP.
By default, when a route is received via eBGP, the receiving router appends its local-AS to the AS path. Therefore, when R2 receives the default route from R1, it adds its local-AS to the AS path. This AS path is then visible to the other vendor router, which is not the desired behavior.
The customer’s requirement is to suppress the addition of R2’s local-AS in the AS path seen by the other vendor router, while still using iBGP to advertise the default route into the PROD VRF.
To meet the requirement and avoid the local-AS being added to the AS path:
cluster-id
This approach ensures:
This configuration leverages the fact that iBGP does not modify the AS path, and using a Route Reflector allows iBGP-to-iBGP route advertisement, which is otherwise restricted.