Hello,
I have a problem with two(or more) networks that are using BGP (with lots of AS in every network) and they have to be connected using BGP.
Notes:
a) I have to use only BGP.
b) The following is a simplified example, of course I do not have only six routers or six AS.
c) Aggregation and Confederations does not solutes the problem.
d) I want to reconfigure only border routers.
=======================================================
Networks:
Network1
* Router1 - AS1 - 10.1.1.0/24
* Router2 - AS2 - 10.1.2.0/24
* Router3 - AS3 - 10.1.3.0/24
Network2
* Router4 - AS4 - 10.1.4.0/24
* Router5 - AS5 - 10.1.5.0/24
* Router6 - AS1 - 10.1.6.0/24
Connections:
R1<->R2<->R3 <=> R4<->R5<->R6
=======================================================
Question:
How, I could make R4 to advertise R5 and R6 networks to R3 with AS path "4" instead of "4 5 1"?
or...
How, I could make R3 to advertise R4, R5, R6 networks to R2 with AS path "3" instead of "3 4 5 1"?
Edit:
Note (d) added and confederation word on (c)