cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
554
Views
0
Helpful
1
Replies

Frame Relay w/ OSPF

mactej6228
Level 1
Level 1

Hello Everyone,

Here I am again, asking question. Why is it that I can't ping R3 loopback interface? But on other routers PING works fine.

R1# show ip ospf neighbor

Neighbor ID               Pri                    State                         Dead Time                Address                Interface

N/A                           0           ATTEMPT/DROTHER                    -                      10.1.1.4              Serial 0/0.12

2.2.2.2                       1          FULL/DR                              00:01:52                   10.1.1.3              Serial 0/0.12

1 Accepted Solution

Accepted Solutions

Sergey Fer
Level 1
Level 1

I think your R1's config is not good. You have two FR subifs in the same IP subnet...

interface Serial0/0.12 multipoint

ip address 10.1.1.1 255.255.255.248

frame-relay map ip 10.1.1.3 102 broadcast

!

interface Serial0/0.13 multipoint

ip address 10.1.1.2 255.255.255.248

frame-relay map ip 10.1.1.4 103 broadcast

View solution in original post

1 Reply 1

Sergey Fer
Level 1
Level 1

I think your R1's config is not good. You have two FR subifs in the same IP subnet...

interface Serial0/0.12 multipoint

ip address 10.1.1.1 255.255.255.248

frame-relay map ip 10.1.1.3 102 broadcast

!

interface Serial0/0.13 multipoint

ip address 10.1.1.2 255.255.255.248

frame-relay map ip 10.1.1.4 103 broadcast

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 products for a $25 gift card