350-401 · Question #687
Refer to the exhibit. An engineer must configure an eBGP neighborship to Router B on Router A. The network that is connected to G0/1 on Router A must be advertised to Router B. Which configuration sho
The correct answer is C. router bgp 65001 neighbor 10.0.1.2 remote-as 65002 network 10.0.2.0 255.255.255.0. Option C is correct because Router A belongs to AS 65001, so 'router bgp 65001' is the correct local AS declaration. The neighbor 10.0.1.2 is in a different AS (65002), making this a valid eBGP configuration. The 'network 10.0.2.0 255.255.255.0' command advertises the network con
Question
Refer to the exhibit. An engineer must configure an eBGP neighborship to Router B on Router A. The network that is connected to G0/1 on Router A must be advertised to Router B. Which configuration should be applied? A. B. C. D.
Exhibits
Options
- Arouter bgp 65001 neighbor 10.0.1.2 remote-as 65002 redistribute static
- Brouter bgp 65002 neighbor 10.0.1.2 remote-as 65002 network 10.0.2.0 255.255.255.0
- Crouter bgp 65001 neighbor 10.0.1.2 remote-as 65002 network 10.0.2.0 255.255.255.0
- Drouter bgp 65001 neighbor 10.0.1.2 remote-as 65002 network 10.0.1.0 255.255.255.0
How the community answered
(53 responses)- A2% (1)
- B4% (2)
- C89% (47)
- D6% (3)
Explanation
Option C is correct because Router A belongs to AS 65001, so 'router bgp 65001' is the correct local AS declaration. The neighbor 10.0.1.2 is in a different AS (65002), making this a valid eBGP configuration. The 'network 10.0.2.0 255.255.255.0' command advertises the network connected to G0/1 on Router A, which is the requirement stated in the question.
Topics
Community Discussion
No community discussion yet for this question.

