4A0-102 · Question #107
Click the exhibit. AS 65100 is advertising 192.168.1.0/27 into BGP. Which of the following AS Paths would the prefix 192.168.1.0/27 contain when viewed on router R7?
The correct answer is B. (65206 65202)65100. Option B is correct because this topology uses BGP Confederations, where sub-AS members (65206 and 65202) appear in parentheses as an AS_CONFED_SEQUENCE in the AS Path attribute - these sub-ASes are visible internally but are stripped before advertising to external peers, so R7…
Question
Options
- A65206 65202 65100
- B(65206 65202)65100
- C(65204 65206 65202) 65100
- D(65200) 65100
How the community answered
(20 responses)- A5% (1)
- B75% (15)
- C15% (3)
- D5% (1)
Explanation
Option B is correct because this topology uses BGP Confederations, where sub-AS members (65206 and 65202) appear in parentheses as an AS_CONFED_SEQUENCE in the AS Path attribute - these sub-ASes are visible internally but are stripped before advertising to external peers, so R7 sees them in parentheses followed by the true originating AS 65100.
- A is wrong because it lists
65206 65202 65100with no parentheses, which would be a standard eBGP path - confederations require parentheses around sub-AS members to distinguish them from regular AS hops. - C is wrong because it includes AS 65204 in the confederation segment, which the exhibit shows is not in the forwarding path between 65206, 65202, and R7.
- D is wrong because
(65200)suggests a single confederation sub-AS traversal, collapsing the actual two-hop confederation path and using the wrong AS numbers entirely.
Memory tip: Think of parentheses as a "confederation carpool lane" - multiple sub-ASes share the ride inside ( ), while the external AS rides alone outside. If you see parentheses in a BGP path, you're looking at confederation internals.
Topics
Community Discussion
No community discussion yet for this question.