exam questions

Exam 200-301 All Questions

View all questions & answers for the 200-301 exam

Exam 200-301 topic 1 question 372 discussion

Actual exam question from Cisco's 200-301
Question #: 372
Topic #: 1
[All 200-301 Questions]

Refer to the exhibit. Which action establishes the OSPF neighbor relationship without forming an adjacency?

  • A. modify hello interval
  • B. modify process ID
  • C. modify priority
  • D. modify network type
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

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
nebolala1
Highly Voted 3 years, 4 months ago
I hate this
upvoted 52 times
ismatdmour
3 years, 1 month ago
Agree. Missing information and improper wording. See my other comment
upvoted 8 times
...
...
anonymous1966
Highly Voted 4 years, 1 month ago
Correct is D Pay attention to the statement: "establishes the OSPF neighbor relationship without forming an adjacency" This two conditions (1) NO Neighbor Missing AND (2) no adjacency occurs only in two situations: 1) Neighboring interfaces with MTU mismatch. 2) Neighboring interfaces with OSPF network type mismatch https://learning.oreilly.com/library/view/ccna-200-301-official/9780136755562/vol1_ch21.xhtml
upvoted 16 times
iGlitch
2 years, 11 months ago
According to OCG Volume 1 Chapter 21 page 515 : "Interestingly, if you misconfigure network type settings such that one router uses broadcast, and the other uses point-to-point, the following occurs: ■ The two routers become fully adjacent neighbors (that is, they reach a full state). ■ They exchange their LSDBs. ■ They do not add IP routes to the IP routing table. The reason for not adding the routes has to do with the details of LSAs and how the use of a DR (or not) changes those LSAs. Basically, the two routers expect different details in the LSAs, and the SPF algorithm notices those differences and cannot trust the LSAs because of those differences." So D cannot be the correct answer.
upvoted 14 times
...
...
b78405a
Most Recent 1 day, 17 hours ago
Selected Answer: A
Maybe I'll become a landscaper
upvoted 1 times
...
matass_md
9 months ago
Hello guys, read this article for a clear expanded answer to this question : https://learningnetwork.cisco.com/s/question/0D56e0000CfMTBnCQO/which-action-establishes-the-ospf-neighbor-relationship-without-forming-an-adjacency
upvoted 2 times
...
allyou
11 months, 2 weeks ago
Selected Answer: D
D is correct
upvoted 1 times
...
[Removed]
1 year, 1 month ago
Selected Answer: A
A is correct
upvoted 1 times
...
thinqtanklearningDOTcom
1 year, 3 months ago
In my opinion - establishes the neighbor relationship without forming an adjacency could be two things. 1. MTU mismatch allows the routers to move past the two-way state but gets stuck in the EXSTART state. This is an ERROR condition. So I go with 2. setting the priority on two routers to 0 allows the routers to maintain a two-way state (non-error condition) but not move to the full state (DROTHERs).
upvoted 1 times
...
aklas
1 year, 4 months ago
Selected Answer: A
It's A, because if you modify the network type from Broadcast, you are guaranteeing they will be adjacent. In OSPF, two routers become adjacent in only two scenarios: 1) At least one of them is a DR or BDR in a broadcast network, OR 2) It is a point-to-point or multi-access network. So if we change the network type here, we are guaranteeing #2.
upvoted 1 times
...
[Removed]
1 year, 4 months ago
Okay; there's a lot of ambiguity in the comments. The bottom line is that it *has* to be A for the simple reason that the only way for a neighbor relationship to be established at all is if the hello timers match. The question asks "Which action establishes the OSPF neighbor relationship without forming an adjacency?" If you don't change the hello interval to match, there are no other situations under which the neighbor relationship will form. It's badly written but the answer is certainly A, as "OSPF requires that both hello and dead timers be identical for all routers on the segment to become OSPF neighbors." https://www.ciscopress.com/articles/article.asp?p=2294214
upvoted 2 times
...
[Removed]
1 year, 11 months ago
Selected Answer: A
Question's Answer: Choosing answer A (modify hello interval) will cause R1 and R2 to successfully get to the 2-WAY OSPF neighbor relationship state but R1 and R2 will not become adjacent neighbors. Because R4 and R3 have the highest and second highest OSPF Router-IDs (192.168.1.4 and 192.168.1.3), they will become the DR and BDR. R1 will form full adjacencies with both the DR and BDR. https://learningnetwork.cisco.com/s/question/0D56e0000CfMTBnCQO/which-action-establishes-the-ospf-neighbor-relationship-without-forming-an-adjacency?t=1683708512442
upvoted 2 times
...
liviuml
2 years ago
NOT possible - NO right answered if we get all request conditions. First of all, "B. modify process ID" has nothing to do with relationship between devices, is internal. To establishes the OSPF neighbor relationship we need to change timers to be the same. No matter if routers are in Broadcast or P2P, they cannot become neighbors if timers are not the same (even the Hello packets are transmitted, they will be ignored). With presented settings if we adjust timers the routers will form ADJACENCY (again no matter if network types are Broadcast or P2P). The only way to force routers to not form adjacency is to change PRIORITY to 0. In this way the routers will not become DR/BDR and will remain both DROTHERs (Neighbor Count is 1, Adjacent neighbor count is 0). They will continue to send Hello messages, will be neighbors, but never achieve adjacency. So, regarding the question there are 2 necessary actions to take to fulfill the request: changing timers to be the same & priority 0. With only one action is impossible. Tested all variants in PT. Regards to the person who invented this impossible question/situation,
upvoted 3 times
...
oatmealturkey
2 years, 1 month ago
Selected Answer: A
I've gone back and forth on this question, but I have to finally go with A. If you change the network type, the Hello and Dead Interval timers still will not match, so a neighbor relationship still will not form. So A is the only possible answer (assuming that if you change the Hello timer, IOS automatically makes the Dead Interval timer 4 times that of the Hello timer, can anyone confirm that?). I don't really know WHY it's A, because why then would they not reach full adjacency? I wonder if it has something to do with the fact that one router interface does not display any "attached" statement ("Attached via network statement", "Attached via interface enable")? I have no idea....
upvoted 1 times
...
networkin
2 years, 4 months ago
Ok. I'll take a swing at this. The question should have been "Which TWO actions establish..". Then it would have made perfect sense! A & D.
upvoted 1 times
...
Murphy2022
2 years, 6 months ago
Selected Answer: A
I have rebuild this on real switches and A is the correct answer. When you modify the hello timer on R2 to 10 the output is: Neighbour Count is 1, Adjacent neighbour count is 0
upvoted 4 times
RougePotatoe
2 years, 5 months ago
That's funny I did mismatched network types and one side is Neighbor 1 Adjacent 1 while the other is Neighbor 1 Adjacent 0. When I configured mis-matched timers it didn't event list any neighbors.
upvoted 2 times
...
...
Sal34
2 years, 11 months ago
Answer is D. From the perspective of OSPF, there are a couple of things that must match for an OSPF neighborship to establish; these include: 1. The devices must be in the same area. 2. The devices must have the same authentication configuration. 3. The devices must be on the same subnet. 4. The devices hello and dead intervals must match. 5. The devices must have matching stub flags. But the question is asking about OSPF neighborship without forming adjacencies. The OSPF point-to-point and point-to-multipoint nonbroadcast networks require statically defined neighbor statements without forming DR/BDR adjacencies.
upvoted 1 times
...
ar2
2 years, 11 months ago
A https://community.cisco.com/t5/switching/ospf-neighbor-v-ospf-adjacency/td-p/1576785#:~:text=An%20OSPF%20adjacency%20is%20formed,routing%20updates%20from%20the%20DR.
upvoted 1 times
...
jahinchains
2 years, 11 months ago
https://www.ciscopress.com/articles/article.asp?p=2294214 spend time reading this one and you will know the best answer
upvoted 1 times
PaddyInNZ
1 year, 4 months ago
Rubbish. I read this (and used to know it all when I had CCNP). This article is interesting, but essentially a waste of time My observation is that the question is a crock.
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago