Hi, I have an issue, I need to advertise for two ISP same network in bgp session. I have two routers with this config
ISP1(Router 1)
router bgp XXXXX
network 1.1.9.0 mask 255.255.252.0
network 1.1.11.0 mask 255.255.255.0
ISP2 (Router 2)
router bgp XXXXX
network 1.1.9.0 mask 255.255.252.0
network 1.1.12.0 mask 255.255.255.0
I do this, because more specific route (/24) in bgp is prefered, and I receive incoming traffic through certain ISP.
Now I want to advertise ONLY this common (for both ISPs) network 1.1.9.0 mask 255.255.252.0 with different as-prepends, how can I do this through route-map?