01-27-2005 08:23 PM - edited 03-02-2019 09:21 PM
1. Can NAT see inside BGP update messages and change advertised networks to a different address space?
2. Does the advertise-map / exist-map allow for receiving a network advertisement in one number space from one peer, and conditionaly advertise a different network to a different peer? In other words, can a BGP speaker advertise, for example 199.15.32.0 /24 to one peer if and only if it has a valid advertisement for 172.16.0.0 /24 from a different peer?
01-28-2005 07:10 AM
What you are asking is this?
POLICY-172: if you have 172.16.0.0/24 from neighbor X return true; else return false
POLICY-199: if POLICY-172 is true, only then advertise 199.15.32.0/24 to neighbor Y.
Correct? I don't know of any way to get this done in IOS.
Regards.
01-28-2005 08:19 AM
Yes, you seem to understand the objective. My reading of the BGP "advertise-map" and "exist-map" commands leads me to think these commands will meet that objective. But I have never tried it.
01-28-2005 08:34 AM
This seems doable then. advertise-map and exist-map apparently are for that purpose. Here is another link that may be of some help to you:
Thanks.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide