exam questions

Exam 200-301 All Questions

View all questions & answers for the 200-301 exam

Exam 200-301 topic 1 question 891 discussion

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



Refer to the exhibit. A network engineer started to configure two directly-connected routers as shown. Which command sequence must the engineer configure on R2 so that the two routers become OSPF neighbors?

  • A. interface GigabitEthernet0/1
    ip ospf 1 area 1
  • B. router ospf 1
    network 192.168.12.1 0.0.0.0 area 1
  • C. interface GigabitEthernet0/1
    ip ospf 1 area 0
  • D. router ospf 1
    network 192.168.12.0 0.0.0.127 area 0
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
gewe
Highly Voted 1 year, 10 months ago
wrong answer as area is 0… answer A is correct
upvoted 18 times
[Removed]
1 year, 5 months ago
Why area 0 is wrong. Would u plz explain?
upvoted 1 times
MadKisa
1 year, 4 months ago
Areas must match
upvoted 12 times
...
...
...
Lse
Most Recent 4 months, 2 weeks ago
Selected Answer: A
Single Area Deployment (No Backbone Needed): Multi-Area OSPF: (Backbone Needed) area0 ---- OSPF: enabling OSPF directly under an interface using the "ip ospf 1 area 1" , advertise its own netwrok automatically, seperate network command not required. this matches area and process ID to form OSPF adjacency. -- key point for forming OSPF Adjancency: Process ID Area ID Hello and Dead timer network type (Loopback, Broadcast, Point-to-Point, NBMA) Authentication ** loop back and point-to-point doesnt elect DR/BDR.
upvoted 2 times
...
[Removed]
8 months, 1 week ago
Selected Answer: A
it´s A B has wrong IP Adress and wrong Wild Card
upvoted 2 times
...
[Removed]
8 months, 1 week ago
Selected Answer: A
it´s A
upvoted 1 times
...
kalitwol
8 months, 2 weeks ago
Selected Answer: A
b doesnt match ip address on r2
upvoted 2 times
...
OSPF will be enable if one of the interfaces of the router matches the address-range specified by the network area command OSPF can be enabled by specifying the exact interface in 2 ways: either by using IP OSPF <process-id> area <area-id> command on interface level or by using the IPV4 address of the interface with all zero Wild-card mask ------ router OSPF <process-id> network <IPV4 address for the einterface> area <area-id> ------ The 2 neighbors must have the same area id so option C & D are incorrect (area mismatch) option B is incorrect since no interface in R2 matches the IP address 192.168.12.1, so OSPF won't be enabled option A is correct (we can also write router OSPF 1 network 192.168.12.2 0.0.0.0)
upvoted 4 times
...
Selected Answer: A
OSPF will be enable if one of the interfaces of the router matches the address-range specified by the network area command OSPF can be enabled by specifying the exact interface in 2 ways: either by using IP OSPF <process-id> area <area-id> command on interface level or by using the IPV4 address of the interface with all zero Wild-card mask ------ router OSPF <process-id> network <IPV4 address for the einterface> area <area-id> ------ The 2 neighbors must have the same area id so option C & D are incorrect (area mismatch) option B is incorrect since no interface in R2 matches the IP address 192.168.12.1, so OSPF won't be enabled option A is correct (we can also write router OSPF 1 network 192.168.12.2 0.0.0.0)
upvoted 4 times
https://ccna-200-301.online/point-to-point-ospf-networks/ https://www.cisco.com/c/en/us/td/docs/ios-xml/ios/iproute_ospf/configuration/15-sy/iro-15-sy-book/iro-imode-ospfv2.html
upvoted 1 times
...
...
Nmk3216
1 year ago
Selected Answer: A
The Area number must much between two sides.
upvoted 2 times
...
ryanyuan828
1 year, 1 month ago
Selected Answer: A
If option B is 'network 192.168.12.2 0.0.0.0 area 1', they will form a neighborship. The catch is that 192.168.12.1 doesn't match the IP of the int g0/1 on R2. So A is correct.
upvoted 2 times
...
[Removed]
1 year, 2 months ago
D is incorrect because of area mismatch
upvoted 1 times
...
MassNastty1
1 year, 6 months ago
A and C are literally contain incorrect syntax commands. The correct syntax is Router OSPF (Priority Number), followed by Network (IP Address) (Wildcard Mask) (Area ID). The answer D indicates that this is a point to multipoint connection but the exhibit shows that it is a point to point network. Therefore, B seems to be the correct answer. The wildcard subnet mask must be the same for the two routers to establish a neighbor adjacency.
upvoted 1 times
MassNastty1
1 year, 6 months ago
Also, the exhibit output shows that OSPF was configured globally, not via Interface configuration.
upvoted 1 times
studying_1
1 year, 6 months ago
you can configure ospf on the interface, and the area shown in the exhibit is 1, the command is (ip ospf process-id area area number) A is correct B can't be correct, because ospf uses a wild mask so in B it represents a host ip address, which is not the same as the interface's.
upvoted 3 times
...
...
...
Swiz005
1 year, 7 months ago
Selected Answer: A
Ignore my earlier comment. OSPF can be enabled on an interface, so the correct answer is A
upvoted 2 times
[Removed]
1 year, 5 months ago
why not B?
upvoted 1 times
[Removed]
6 months, 3 weeks ago
you also can't set same IP address
upvoted 1 times
...
Carlolo
1 year, 1 month ago
wrong wild card
upvoted 1 times
...
[Removed]
1 year, 5 months ago
B is incorrect because the network statement uses the wildcard mask 0.0.0.0 which as a normal mask is 255.255.255.255. A mask of 255.255.255.255 specifies a single ip address, and the ip address in the command is not the ip address of R2's G0/1 interface.
upvoted 1 times
...
...
...
Swiz005
1 year, 7 months ago
Selected Answer: B
Definitely B
upvoted 3 times
[Removed]
1 year, 5 months ago
B is incorrect because the network statement uses the wildcard mask 0.0.0.0 which as a normal mask is 255.255.255.255. A mask of 255.255.255.255 specifies a single ip address, and the ip address in the command is not the ip address of R2's G0/1 interface.
upvoted 2 times
...
...
Ciscoman021
1 year, 8 months ago
Selected Answer: A
A is correct.
upvoted 3 times
...
VictorCisco
1 year, 8 months ago
Selected Answer: A
it is possible to enable OSPF on an interface. Ip address is already configured. So it is just needed to put the interfece in the same area as the neighbor. A is correct.
upvoted 2 times
...
mustdoit
1 year, 9 months ago
Selected Answer: A
B isn't correct, they won't become neighbors. Not even to mention C and D which use different area. A is the only answer that establishes neighbor relationship.
upvoted 3 times
[Removed]
1 year, 5 months ago
why B isn't corrrect?
upvoted 1 times
...
...
DavidCisco
1 year, 9 months ago
Selected Answer: A
To configure ospf in the interface ip ospf process-id area area-id so A is correct
upvoted 4 times
rogi2023
1 year, 8 months ago
I agree, answer A is the only which makes sense, BUT the question is IF this cmd also enables the ospf proces. without ospf routing protocol enabled it won't work. But i just dig to deep..Definitely the A answer is the one which has no errors.
upvoted 1 times
rogi2023
1 year, 8 months ago
My BAD, the cmd itself on interface will also start the ospf proces. I just tried in GNS3. :-)
upvoted 1 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 ...