2011/11/17 Alexander Shikoff <[email protected]> > Try > protocol static static_bgp { > route 11.11.11.128/25 via 11.11.11.66; > route 11.11.11.0/24 drop; > } > > And leave only /24 in announces via filtering. > > #v+ protocol static static_bgp { route 11.11.11.128/25 via 11.11.11.66; route 11.11.11.0/24 drop; } protocol device { scan time 30; } #v-
This announce 11.11.11.0/24 and 11.11.11.128/25. In outgoing filter i changed to "if net ~ [ 11.11.11.0/24, 12.12.12.0/24 ] then accept;" and i have announced only two /24. I was convinced that there may be two routes in the configuration - the route down the larger prefix exclude smaller. Thanks guys. -- [email protected]
