Hi all.
I have problems with BGP
Say there 2 routers
r1---------r2
In r1 I have route 192.168.0.0/24 with AS path (24721 65000 500)
r2 have the same route with AS path (24720 24721 65000 500)
I want that r1 advertise 192.168.0.0/24 to r2 with its own AS only 24720
In r2 AS path to 192.168.0.0/24 should be (24720)
So how I can replace AS path (24721 65000 500) to (24720)
Also I need change configuration only on r1 if ot possible.
Thank you.