JN0-343 · Question #354
Click the Exhibit button. protocols { bgp { export exp-rt; group int { type internal; local-address 192.168.1.1; neighbor 192.168.1.2; neighbor 192.168.1.3; } group ext { type external; peer-as…
The correct answer is A. The route will only be advertised intra-AS. See the full explanation below for the reasoning.
Question
Click the Exhibit button. protocols { bgp { export exp-rt; group int { type internal; local-address 192.168.1.1; neighbor 192.168.1.2; neighbor 192.168.1.3; } group ext { type external; peer-as 65002; neighbor 172.16.1.2; } } } policy-options { policy-statement exp-rt { term 1 { from { route-filter 200.200.200.0/24 orlonger; } then { community add no-export; accept; } } } } Referring to the exhibit, route 200.200.200.0/24 is exported into BGP and the peering routers use default BGP policies. Which statement describes the advertisement for the 200.200.200.0/24 route?
Options
- AThe route will only be advertised intra-AS.
- BThe route will only be advertised inter-AS.
- CThe route will be advertised both intra-AS and inter-AS.
- DThe route will not be advertised both intra-AS and inter-AS.
How the community answered
(33 responses)- A79% (26)
- B6% (2)
- C3% (1)
- D12% (4)
Community Discussion
No community discussion yet for this question.