Refer to the exhibit.
RP/0/0/CPU0:XR1#show run
route-policy AGGRO
if destination in (10.0.0.0/8 ge 8 le 25) then
set community (10:825)
endif
if destination in (10.2.0.0/24) then
drop
endif
if destination in (10.1.0.0/24) then
suppress-route
endif
end-policy
!
!
router bgp 1
bgp router-id 192.168.0.7
address-family ipv4 unicast
aggregate-address 10.0.0.0/8 route-policy AGGRO
RP/0/0/CPU0XR1#
A network operator is working to filter routes from being advertised that are covered under an aggregate announcement. The receiving router of the aggregate announcement block is still getting some of the more specific routes plus the aggregate. Which configuration change ensures that only the aggregate is announced now and in the future if other networks are to be added?