I'm trying to aggregate OSPF routes. I've read the "Advanced Routing" admin guide but since I couldn't find any example and even after searching Google I found nothing I have some doubts (the biggest one it's why I haven't found anything...)
I tried something like:
set aggregate 10.0.0.0/17 contributing-protocol ospf2ase contributing-route all-ipv4-routes on
and the route appeared in the table and after some tests the "all-ipv4-routes" looks like it represents any network and not only networks inside the 10.0.0.0/17 range. Can anyone confirm this?