Hi,
I am trying one of CCIE exercises, ospf on framerelay. R1,R2 and R3 are connected framrelay cloud with R1 as hub. traffic from R2 to R3 will transit via R1. No broadcast redundant traffic flows in the network. I configured OSPF network type broadcast on all routers. With this config, I could see only R1 as neighbor in R2 and R3, which I expect is correct. But in the solutions section of workbook, they have shown like R2 and R3 should ales see each other as neighbor. Is it true? Please see config below.
R1:
R1#show run int s1/0
Building configuration...
Current configuration : 276 bytes
!
interface Serial1/0
ip address 10.1.1.1 255.255.255.0
encapsulation frame-relay
ip ospf network broadcast
ip ospf priority 255
serial restart-delay 0
frame-relay map ip 10.1.1.2 102 broadcast
frame-relay map ip 10.1.1.3 103 broadcast
no frame-relay inverse-arp
end