Refer to the exhibit.
Refer to the exhibit.
To configure an eBGP neighborship to Router B on Router A, we need to form the BGP session across the link between 10.0.1.1/24 (Router A) and 10.0.1.2/24 (Router B). Since Router A's G0/1 interface with IP 10.0.2.1/24 needs to be advertised to Router B, and Router A belongs to ASN 65001 while Router B belongs to ASN 65002, the correct configuration on Router A should include setting up BGP with ASN 65001, specifying Router B's IP 10.0.1.2 as a neighbor with remote ASN 65002, and advertising the network 10.0.2.0/24. Therefore, the correct configuration is router bgp 65001, neighbor 10.0.1.2 remote-as 65002, and network 10.0.2.0 255.255.255.0.
Unless I am missing something here, none of these are right. Let me know if I am missing something.
I agree there's a typo: D. router bgp 65001 neighbor 10.0.1.2 remote-as 65002 <-- all have that IP but R2 is 10.0.1.1 network 10.0.2.0 255.255.255.0
this is why people use test dumps!
The wording of the question is mising. It should have been as follows: "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?" That makes D the correct answer, even though the keyword "mask" is missing from the network statement.
remote as IP is wrong. D is not correct either
The AS numbers are clearly inverted. Router A belongs to AS 65001 and Router B belongs to AS 65002. Considering that, the best option is D.
What the question !!! No question, no correct answer.
The command should like that; router bgp 65001 neighbor 10.0.1.2 remote-as 65002 network 10.0.2.0 mask 255.255.255.0 If "mask" is missing in the network command, option D is incorrect. If it is not a typo, the answer may be B.
none of them is correct
Hi ! Admin, please fix the diagram... Regards
The diagram is wrong. Router A resides in AS 65001. Router B resides in AS 65002. Question: An engineer must configure an eBGP neighborship to Router B on Router A. The network that is connected to GO/1 on Router A must be advertised to Router B. Which configuration should be applied? Answer is D: router bgp 65001 neighbor 10.0.1.2 remote-as 65002 network 10.0.2.0 255.255.255.0
Answer c
D is typo but the only correct one
is it a typo error? AS 65001 neighbor should be having 10.0.1.1
Router A (ASN: 65001) "10.0.1.1" <-----------------> "10.0.1.2" Router B (ASN: 65002) Router A G0/1 "10.0.2.1/24" 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. router bgp 65001 neighbor 10.0.1.2 remote-as 65002 network 10.0.1.0 255.255.255.0 B. router bgp 65001 neighbor 10.0.1.2 remote-as 65002 network 10.0.2.0 255.255.255.0 C. router bgp 65001 neighbor 10.0.1.2 remote-as 65002 redistribute static D. router bgp 65002 neighbor 10.0.1.2 remote-as 65002 network 10.0.2.0 255.255.255.0 Answer: C https://cloudeducation.com.hk/exam/350-401.pdf
The questin is confusing me. as I understand the configuration should be done on router A not B. an engineer must configure a BGP 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
let assume that Router A is AS65001(because .1 on interface 0/0 and g0/1) and Router B in AS65002, answer B would be correct if redistribute connected rather than static
what is the question? the provided answer also is wrong? it could be C if my understanding on the diagram provided is correct :)
sory.. i misread it C also is wrong... none of them is correct.
The diagram is not correct
is also missing the mask keyword, so ABD not correct as of now