JN0-664 Exam QuestionsBrowse all questions from this exam

JN0-664 Exam - Question 39


Which two statements are correct about reflecting inet-vpn unicast prefixes in BGP route reflection? (Choose two.)

Show Answer
Correct Answer: BCD

Route reflectors add their cluster ID to the Cluster List attribute to prevent routing loops within the cluster when readvertising client routes. A BGP peer does not require any configuration changes to become a route reflector client, it simply needs to be configured on the route reflector itself.

Discussion

3 comments
Sign in to comment
Guru29Options: BD
May 10, 2024

A- is wrong RR add originator ID B- is correct Cluster-ID added for loop prevent C-Wrong , Cluster-ID is a BGP attribute D- is Correct so correct answer B,D

696501dOptions: CD
Jun 5, 2024

RR add cluster ID while advertising route to other RR but not by adding it to the as path. C and D are correct. B is wrong because cluster ID is an addition to the existing attribute. This is not a modification to the existing attribute.

fukJUNIPEROptions: BC
Jun 16, 2024

CORRECT: B AND C B. Route reflectors add their cluster ID to the AS path when readvertising client routes: This statement is correct because a BGP route reflector uses a cluster ID to identify its cluster. When a route reflector readvertises routes from its clients, it appends its cluster ID to the Cluster List attribute. This helps in preventing routing loops within the cluster. C. Route reflectors do not change any existing BGP attributes by default when advertising routes: This statement is correct. By default, BGP route reflectors do not modify existing BGP attributes when they advertise routes to other peers. They simply reflect the routes while preserving the attributes as received from the client.