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)
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
https://learningnetwork.cisco.com/s/question/0D53i00000Kt4FfCAJ/ospf-network-types
Some adjustments are necessary however (timers, plus static neighbour configuration on one end)
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#
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#
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
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.
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.
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
This section is not available anymore. Please use the main Exam Page.350-401 Exam Questions
Log in to ExamTopics
Sign in:
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.
Jothi
Highly Voted 2 years, 4 months ago[Removed]
Most Recent 6 months, 2 weeks agorami_mma
1 year, 8 months agoHungarianDish_111
1 year, 8 months agonushadu
1 year, 11 months agonushadu
1 year, 11 months agokthekillerc
3 years, 2 months agoBigMomma4752
3 years, 8 months agoHelloory
4 years agorezavage
4 years agorezavage
4 years agoTheNetworkStudent
4 years, 2 months agoTheNetworkStudent
4 years, 2 months agoOs_
4 years, 2 months agoDJOHNR
4 years, 4 months agojzjs
4 years, 4 months agorezareza
4 years, 5 months agoMaxMoon
4 years, 5 months ago