exam questions

Exam 350-401 All Questions

View all questions & answers for the 350-401 exam

Exam 350-401 topic 1 question 673 discussion

Actual exam question from Cisco's 350-401
Question #: 673
Topic #: 1
[All 350-401 Questions]

Refer to the exhibit.


  • A. router bgp 65002
    neighbor 10.0.1.2 remote-as 65002
    network 10.0.2.0 255.255.255.0
  • B. router bgp 65001
    neighbor 10.0.1.2 remote-as 65002
    redistribute static
  • C. router bgp 65001
    neighbor 10.0.1.2 remote-as 65002
    network 10.0.1.0 255.255.255.0
  • D. router bgp 65001
    neighbor 10.0.1.2 remote-as 65002
    network 10.0.2.0 255.255.255.0
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
snarkymark
Highly Voted 2 years, 4 months ago
Unless I am missing something here, none of these are right. Let me know if I am missing something.
upvoted 22 times
borumas
1 year, 4 months ago
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
upvoted 2 times
matass_md
4 months, 1 week ago
relax , all answers are wrong . When advertising a network in bgp syntax is: #(router-bgp)# network x.x.x.x mask y.y.y.y
upvoted 2 times
...
...
...
Tim1992
Highly Voted 12 months ago
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
upvoted 6 times
Rbrahmi
3 weeks, 6 days ago
Even D is not correct regarding the ASN mentioned, the network command is also not correct, we need mask key word here
upvoted 1 times
...
...
2b0c385
Most Recent 1 month ago
Selected Answer: A
Router A (ASN 65002) está configurando como vecino a Router B (10.0.1.2) con ASN 65001 (correcto). La red que queremos anunciar (10.0.2.0/24) sí está directamente conectada a Router A. El comando network 10.0.2.0 255.255.255.0 es válido y funcional, ya que existe en su RIB.
upvoted 1 times
...
abdulwares123
4 months ago
Selected Answer: D
I am sure completely all options are wrong because we should login in router A and type the following commands for advertise the mentioned network: R-A(config)# router bgp 65002 R-A(config-router)# neighbor 10.0.1.2 remote-as 65001 R-A(config-router)# network 10.0.2.0 mask 255.255.255.0 R-A(config-router)# exit
upvoted 3 times
...
GreaterZen
4 months, 3 weeks ago
Selected Answer: B
For any future pass byers, please refer to KZM post below: " KZM 11 months, 2 weeks ago 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 " Per KZM's link question 26 the diagram is the same and it has the actual question. For connivence KZM posted the question. Nonetheless, the answer there is C. However, exam topics answer "B" oddly looks the same. Therefore, shouldn't it be B?
upvoted 1 times
...
chmacnp
5 months, 1 week ago
Selected Answer: A
to configure router A, you must enter AS 65002. But the remote-as cannot also be 65002 for an eBGP neighbourship. whats the point, this is all wrong
upvoted 1 times
...
Mohaned990_go
1 year ago
Selected Answer: C
Answer c
upvoted 2 times
...
[Removed]
1 year, 1 month ago
D is typo but the only correct one
upvoted 1 times
...
Shri_Fcb10
1 year, 1 month ago
is it a typo error? AS 65001 neighbor should be having 10.0.1.1
upvoted 1 times
...
KZM
1 year, 3 months ago
Selected Answer: B
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.
upvoted 2 times
...
KZM
1 year, 4 months ago
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
upvoted 2 times
...
M2013
1 year, 9 months ago
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
upvoted 1 times
...
TroyMcLure
2 years ago
Selected Answer: D
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.
upvoted 3 times
HarwinderSekhon
2 years ago
remote as IP is wrong. D is not correct either
upvoted 3 times
TroyMcLure
1 year, 11 months ago
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.
upvoted 2 times
...
...
...
Leoveil
2 years ago
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
upvoted 1 times
...
this is why people use test dumps!
upvoted 5 times
...
Papins
2 years, 1 month ago
what is the question? the provided answer also is wrong? it could be C if my understanding on the diagram provided is correct :)
upvoted 1 times
Papins
2 years, 1 month ago
sory.. i misread it C also is wrong... none of them is correct.
upvoted 2 times
...
...
SAMAKEMM
2 years, 1 month ago
none of them is correct
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...