On Mon, Feb 19, 2018 at 1:45 AM, Yavuz Maşlak <maslakya...@gmail.com> wrote:
> # show ip bgp neighbors 172.16.17.2 advertised-routes

> It comes nothing

Now you've confirmed that quagga isn't advertising the route (as
opposed to the Cisco router filtering it).

There are several common causes for this:

1. The exact route you define in the router bgp network statement is
not present in the routing table.
2. The ip prefix-list you applied does not allow the route to be advertised.
3. The as-path access list you applied does not allow the route to be
advertised.
4. An error in your route map prevented the lists from being applied
so the default deny-all list was applied.

Regards,
Bill Herrin

-- 
William Herrin ................ her...@dirtside.com  b...@herrin.us
Dirtside Systems ......... Web: <http://www.dirtside.com/>

_______________________________________________
Quagga-users mailing list
Quagga-users@lists.quagga.net
https://lists.quagga.net/mailman/listinfo/quagga-users

Reply via email to