Question 4 of 24 from exam 300-510-SPRI: Implementing Cisco Service Provider Advanced Routing Solutions

Question 4 of 24 from exam 300-510-SPRI: Implementing Cisco Service Provider Advanced Routing Solutions

Question

RP/0/0/CPUO:XR 1#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
1
!
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/CPUO:XR1#

Refer to the exhibit.

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?

Answers

Explanations

Click on the arrows to vote for the correct answer

A. B. C. D.

A.