cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1408
Views
0
Helpful
0
Comments
TCC_2
Level 10
Level 10

Core Issue

When running Open Shortest Path First Protocol (OSPF) between routers connected over a Frame Relay network, if the network is defined as a broadcast network, it is necessary to use the [broadcast] keyword in the frame-relay map commands.

Resolution

This is an example of the frame-relay map command with the [broadcast] keyword:

interface Serial0.2 multipoint
!-- The subinterface is treated as a multipoint link.
ip address 1.1.1.2 255.255.255.0
ip ospf network broadcast
!-- This command is used to define the network type as broadcast. The network type is
!-- defined on nonbroadcast networks to avoid configuring the neighbors explictly.
frame-relay map ip 1.1.1.1 16 broadcast

Issue the frame-relay map command with the [broadcast] keyword along with the ip ospf network command.

For more information on configuring OSPF over Frame Relay, refer to Initial Configurations for OSPF over Frame Relay Subinterfaces.

How are Neighbors Connected

Connected via Frame Relay

show ip ospf interface

Network type = Point to multi-point

show ip ospf neighbors

No output received

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking for a $25 gift card