H12-821_V1.0 · Question #159
The following is the output information of a router. Which of the following statements is correct?
The correct answer is B. The community attribute value carried by the destination network segment 5.1.1.0/24 is no-advertise, indicating that the routing entry cannot be advertised to any other BGP neighbors. Option B is correct because the BGP no-advertise community instructs a router to not send that route to any BGP neighbor - neither IBGP peers within the AS nor EBGP peers outside it. This is the most restrictive of the well-known community values. Why the distractors are wrong…
Question
Options
- AThe community attribute value carried by the destination network segment 1.1.1.0/24 is no-export, indicating that the routing entry cannot be advertised to any BGP neighbors
- BThe community attribute value carried by the destination network segment 5.1.1.0/24 is no-advertise, indicating that the routing entry cannot be advertised to any other BGP neighbors
- CThe community attribute value carried by the destination network segment 1.1.1.0/24 is no-export, indicating that the routing entry cannot be advertised to BGP neighbors
- DThe community attribute value carried by the destination network segment 5.1.1.0/24 is no-advertise, indicating that the routing entry cannot be advertised outside the local AS
How the community answered
(19 responses)- A5% (1)
- B84% (16)
- C11% (2)
Explanation
Option B is correct because the BGP no-advertise community instructs a router to not send that route to any BGP neighbor - neither IBGP peers within the AS nor EBGP peers outside it. This is the most restrictive of the well-known community values.
Why the distractors are wrong:
- A is wrong because
no-exportdoes not block all BGP neighbors - it only prevents advertisement to EBGP peers (outside the local AS); IBGP peers within the same AS can still receive the route. - C makes the same factual error as A, incorrectly implying
no-exportblocks all BGP neighbors rather than just EBGP ones. - D swaps the definitions: "cannot be advertised outside the local AS" is the behavior of
no-export, notno-advertise.
Memory tip: Think of the names literally - no-**advertise** kills ALL advertisement (to every neighbor), while no-**export** only stops the route from being exported beyond the AS boundary. If you mix them up, remember: Export = leave the AS; Advertise = tell anyone.
Topics
Community Discussion
No community discussion yet for this question.