Currently it is not possible to aggregate prefixes when prefix-lists are used:
sebastianw@sol:~ $ bgpq3 -J3Al as-example AS-EXAMPLE
FATAL ERROR:Sorry, aggregation (-A) does not work in Juniper prefix-lists
You can try route-filters (-E) instead of prefix-lists (-P, default)
[Exit 255]
This would be an useful option to have when prefix-lists are used (as in our case) with prefix-list-filter like this:
[edit policy-options policy-statement bgp-example-filter term default]
set from prefix-list-filter as-example orlonger
set then accept
This will accept the prefixes in the prefix-list or longer prefixes. Using -A in that case would make the prefix-list much smaller.
Currently it is not possible to aggregate prefixes when prefix-lists are used:
This would be an useful option to have when prefix-lists are used (as in our case) with
prefix-list-filterlike this:This will accept the prefixes in the prefix-list or longer prefixes. Using -A in that case would make the prefix-list much smaller.