JN0-664 Exam QuestionsBrowse all questions from this exam

JN0-664 Exam - Question 56


Click the Exhibit button.

You are attempting to summarize routes from the 203.0.113.128/25 IP block on R8 to AS 64500. You implement the export policy shown in the exhibit and all routes from the routing table stop being advertised.

In this scenario, which two steps would you take to summarize the route in BGP? (Choose two.)

Show Answer
Correct Answer: A,D

To summarize routes in BGP and resolve the issue of routes not being advertised, two steps should be taken: Firstly, replacing 'exact' in the export policy with 'orlonger' will allow the more specific /28 prefixes to be included in the summary route 203.0.113.128/25. This ensures the summarized route is correctly advertised without losing the more specific routes. Secondly, adding the 'set routing-options aggregate route 203.0.113.128/25' command will create an aggregate route, combining the more specific routes into a single summarized route. These two steps together will ensure that the routes are appropriately summarized and advertised in BGP.

Discussion

4 comments
Sign in to comment
yaronasOptions: BD
Apr 10, 2024

You need to summarize routes so you need to use aggregate. Answer BD

141f14bOptions: BD
Jun 29, 2024

B,D correct. A - is wrong because if "orlonger" is used, then all /28 prefixes are advertised, hence no summarization happening

fukJUNIPEROptions: AD
Apr 21, 2024

AC, because the routes in the routing table are /28, hence it should be /25 or longer not /25 exact. Hence A is valid. All the routes in the routing table are BGP learnt routes, so no need to remove the BGP command from the export policy, as it will not make a difference. Since we want to summarise routes into a /25, we have to use the aggregate route, hence D is a valid answer.

Guru29Options: AD
May 10, 2024

Correct A,D