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 useonlyBGP.
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 makeR4to advertiseR5andR6networks toR3with AS path "4" instead of "4 5 1"?
or...
How, I could makeR3to advertiseR4、R5 R6networks toR2with AS path "3" instead of "3 4 5 1"?
Edit:
Note (d) added and confederation word on (c)