cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
579
Views
0
Helpful
2
Replies

BGP not sending static routes

mohAmed khAdr
Level 1
Level 1

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

2 Replies 2

lgijssel
Level 9
Level 9

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

or redistribute static in bgp config.