04-22-2020 06:16 AM
interface Serial2/0
ip address 172.12.123.1 255.255.255.0
encapsulation frame-relay
frame-relay interface-dlci 102
frame-relay interface-dlci 103
interface Serial2/0
ip address 172.12.123.2 255.255.255.0
encapsulation frame-relay
frame-relay interface-dlci 201
ip ospf priority 0
interface Serial2/0
ip address 172.12.123.3 255.255.255.0
encapsulation frame-relay
frame-relay interface-dlci 301
ip ospf priority 0
Hub(config-router)#network 10.1.1.0 0.0.0.255 area 0
Hub(config-router)#
00:23:03: %OSPF-5-ADJCHG: Process 1, Nbr 10.1.1.1 on FastEthernet1/0 from LOADING to FULL, Loading Done
00:23:39: %OSPF-5-ADJCHG: Process 1, Nbr 2.2.2.2 on Serial2/0 from LOADING to FULL, Loading Done
00:23:39: %OSPF-5-ADJCHG: Process 1, Nbr 3.3.3.3 on Serial2/0 from LOADING to FULL, Loading Done
Hub#show ip ospf neighbor
Neighbor ID Pri State Dead Time Address Interface
10.1.1.1 1 FULL/DR 00:00:31 10.1.1.1 FastEthernet1/0
3.3.3.3 0 FULL/DROTHER 00:01:51 172.12.123.3 Serial2/0
2.2.2.2 0 FULL/DROTHER 00:01:36 172.12.123.2 Serial2/0
04-22-2020 06:40 AM - edited 04-22-2020 08:02 AM
Hi,
Change the OSPF network type to Point-to-Multipoint on the Spoke and Hub's serial interface.
interface S2/0
ip ospf network point-to-multipoint
This is a classic question about OSPF and FrameRelay. I would suggest you to read Peter Paluch's detailed explanation about why both spokes can't talk to each other.
It's a really great and detailed explanation!
https://community.cisco.com/t5/routing/frame-relay-and-ospf-networks/td-p/2788394
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide