01-12-2012 09:44 AM - edited 03-04-2019 02:53 PM
All,
I'm running a bgp lab where I'm trying to force BGP to route specific static routes to specifi neighbor
I created a prefix-list & route-map for the static addresses, applied it under bg....
Nothing....bgp is not sending out the routes.
Waht I'm missing?
Pls. see attached config.
Thx.
mohAmed
01-12-2012 10:12 AM
Static routes are only advertized when you add a matching network statement.
The first one for example:
ip route 177.27.254.1 255.255.255.255 192.168.1.1
requires
network 177.27.254.1 mask 255.255.255.255
(under router bgp configuration)
regards,
Leo
01-12-2012 12:21 PM
or redistribute static in bgp config.
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