Hello,
thank you in advance for your precious support.
I have a question about s particular BGP multihoming scenario example been published on the link below:
http://www.cisco.com/c/en/us/support/docs/ip/border-gateway-protocol-bgp/13762-40.html
The outbound policy stipulates last rule stipulates that:
what I understand from this is that an inbound filter
sets originated routes from AS 300 in R1 to higher local preference than R2
sets originated routes from AS 400 in R2 to higher local preference than R1
the route-map is like this:
in R2:
route-map AS-400-INCOMING permit 10
match as-path 1
set local-preference 150
in R1:
route-map AS-300-INCOMING permit 10
match as-path 1
set local-preference 200
now let jump to the problem, as stated by the last rule of outbound policy:
If the R1-ISP(A) link fails, all traffic should go through the R2-ISP(B) link.
but when I shutdown bgp between R1 and AS300 ISP router, network 30.30.30.0/24 was not advertised from AS400 router (no failover happened).
am I missing something here.
thank you