exam questions

Exam 350-401 All Questions

View all questions & answers for the 350-401 exam

Exam 350-401 topic 1 question 114 discussion

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

Which OSPF network types are compatible and allow communication through the two peering devices?

  • A. point-to-multipoint to nonbroadcast
  • B. broadcast to nonbroadcast
  • C. point-to-multipoint to broadcast
  • D. broadcast to point-to-point
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

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
Jothi
Highly Voted 2 years, 4 months ago
Provided answer is correct - B Compatible Network types: Broadcast to Broadcast Non-broadcast to Non-broadcast Point-to-Point to Point-to-Point Broadcast to Non-broadcast (adjust hello/dead timers) Point-to-Point to Point-to-Multipoint (adjust hello/head timers)
upvoted 10 times
...
[Removed]
Most Recent 6 months, 2 weeks ago
Selected Answer: B
B is correct
upvoted 1 times
...
rami_mma
1 year, 8 months ago
Point-to-point and point-to-multipoint do not use DR/BDR so you can use them with BC and Non-Bc since the BCor Non-BC use the DR/BDR. The correct answer BC with Non-BC
upvoted 3 times
...
HungarianDish_111
1 year, 8 months ago
Selected Answer: B
https://learningnetwork.cisco.com/s/question/0D53i00000Kt4FfCAJ/ospf-network-types Some adjustments are necessary however (timers, plus static neighbour configuration on one end)
upvoted 1 times
...
nushadu
1 year, 11 months ago
Selected Answer: B
tested: router ospf 1 passive-interface default no passive-interface Vlan10 network 0.0.0.0 255.255.255.255 area 0 neighbor 192.168.255.3 sw1# sw1# sw1#s runn int vlan 10 Building configuration... Current configuration : 142 bytes ! interface Vlan10 description "MGMT" ip address 192.168.255.2 255.255.255.0 ip ospf network non-broadcast ip ospf hello-interval 10 end sw1#sh ip ospf nei Neighbor ID Pri State Dead Time Address Interface 10.0.0.1 1 FULL/BDR 00:00:31 192.168.255.3 Vlan10 sw1#
upvoted 2 times
nushadu
1 year, 11 months ago
far-end: cisco#show runn int e0/0.10 Building configuration... Current configuration : 116 bytes ! interface Ethernet0/0.10 description to_sw1 encapsulation dot1Q 10 ip address 192.168.255.3 255.255.255.0 end cisco#show runn | s router ospf router ospf 1 passive-interface default no passive-interface Ethernet0/0.10 network 0.0.0.0 255.255.255.255 area 0 cisco#sh ip ospf nei Neighbor ID Pri State Dead Time Address Interface 192.168.255.2 1 FULL/DR 00:00:38 192.168.255.2 Ethernet0/0.10 cisco#
upvoted 2 times
...
...
kthekillerc
3 years, 2 months ago
Provided answer is correct
upvoted 2 times
...
BigMomma4752
3 years, 8 months ago
The correct answer is B.
upvoted 3 times
...
Helloory
4 years ago
B is correct
upvoted 1 times
...
rezavage
4 years ago
A is the only option that both side have the same timers
upvoted 2 times
...
rezavage
4 years ago
I'll go for A because broadcast network cant form adjacencies with non-broadcast netwoeks
upvoted 2 times
...
TheNetworkStudent
4 years, 2 months ago
checked it in GNS3, D doesn't work. Neighborship builds but routes don't get exchanged, routing table remains empty. It's because the method of exchanging routes is different hence it isn't compatible. R4#show ip ospf neigh Neighbor ID Pri State Dead Time Address Interface 3.3.3.3 1 FULL/BDR 00:00:35 10.0.1.1 GigabitEthernet0/0 R3#show ip ospf neigh Neighbor ID Pri State Dead Time Address Interface 4.4.4.4 0 FULL/ - 00:00:37 10.0.1.2 GigabitEthernet0/0
upvoted 2 times
TheNetworkStudent
4 years, 2 months ago
When you do broadcast and non-broadcast, you need to edit the hello and dead intervals but it will build full adjacencies and will exchanges routes. It must be B.
upvoted 3 times
...
...
Os_
4 years, 2 months ago
from Pearsontestprep's ENARSI test explanation Question24: "Although it is highly recommended that network types match, it is not a requirement as long as the network types are compatible. Since the network types Broadcast and Point-to-Point use the same timers (Hello 10 and Dead 40), by default they will be able to form a neighbor adjacency with each other. Although Broadcast uses a DR/BDR and Point-to-Point does not, that difference will not prevent them from forming a full neighbor adjacency and synchronizing their LSDBs." Means adjust timers and all combis should be compatible imho.
upvoted 2 times
...
DJOHNR
4 years, 4 months ago
I think it is A.... go to your router and try this... Hub(config)#interface serial 0/0 Hub(config-if)#ip address 192.168.123.1 255.255.255.0 Hub(config-if)#encapsulation frame-relay Hub(config-if)#ip ospf network point-to-multipoint non-broadcast Hub(config-if)#exit Hub(config)#router ospf 1 Hub(config-router)#network 192.168.123.0 0.0.0.255 area 0 Hub(config-router)#neighbor 192.168.123.2 Hub(config-router)#neighbor 192.168.123.3
upvoted 1 times
...
jzjs
4 years, 4 months ago
i think it depends on whether choose DR/BDR instead of hello dead time cause it can be changed so I agree on B
upvoted 4 times
...
rezareza
4 years, 5 months ago
A and D Broadcast Hello: 10 Wait: 40 Dead: 40 Point-to-point Hello: 10 Wait: 40 Dead: 40 Non-broadcast Hello: 30 Wait: 120 Dead: 120 Point-to- multipoint Hello: 30 Wait: 120 Dead: 120
upvoted 1 times
...
MaxMoon
4 years, 5 months ago
A and B
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 ...