The CBT Nuggets of Cicso Route exam says that
In the Video i need to configure the OSPF in Network without using OSPF network statement in hub and spoke configuration
I am using framerelay by this command
[HTML]int s0/1.1 multipoint
ip add 10.35.6.3 255.255.255.0
frame-relay map ip 10.35.6.5 305 br
frame-relay map ip 10.35.6.6 306 br
int s0/0
en fr
ip add 10.35.6.5 255.255.255.0
frame-relay map ip 10.35.6.3 503 br
frame-relay map ip 10.35.6.6 503 br
int s0/0
en fr
ip add 10.35.6.6 255.255.255.0
frame-relay map ip 10.35.6.3 603 br
frame-relay map ip 10.35.6.5 603 br[/HTML]
Then the ospf
router ospf 1
router-id 8.8.8.8
log-adjacency-changes
network 8.8.8.8 0.0.0.0 area 356
network 10.35.6.0 0.0.0.255 area 356
NOW when i type
show ip ospf int
Then i see the network type as
Network Type NON_BROADCAST,
But in the video he sees as
Network Type POINT-TO-POINT
He has not use any network statamenet but his network type is point-to-point by default but mine is showing non -broad cast
where i am wrong