cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
534
Views
0
Helpful
6
Replies

Fram relay Issue

ntmanjunath
Level 1
Level 1

Hi,

pvc Active but unable to ping POINT TO POINT network .The following configuration is as follows.please help

R1

interface Serial0/0/1

ip address 20.20.20.1 255.255.255.0

encapsulation frame-relay

clock rate 2000000

frame-relay lmi-type ansi

R2

interface Serial0

ip address 20.20.20.2 255.255.255.0

encapsulation frame-relay

frame-relay lmi-type ansi

!

FR Switch

interface Serial0

no ip address

encapsulation frame-relay

no fair-queue

frame-relay lmi-type ansi

frame-relay intf-type dce

frame-relay route 100 interface Serial1 101

!

interface Serial1

no ip address

encapsulation frame-relay

clockrate 64000

frame-relay lmi-type ansi

frame-relay intf-type dce

frame-relay route 101 interface Serial0 100

6 Replies 6

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Manjunatha,

you are using the physical interfaces on R1 and R2.

add

R1

int ser0/0/1

frame-rel map ip 20.20.20.2 100 broadcast

R2

int ser0

frame-rel map ip 20.20.20.1 101 broadcast

or the opposite (the dlci parameter is the local one 100 or 101)

Hope to help

Giuseppe

Richard Burts
Hall of Fame
Hall of Fame

It appears that your configuration is depending on Inverse ARP to map IP address to PVC. Could you post the output of show frame-relay map so that we can verify if the correct mapping has been established?

HTH

Rick

HTH

Rick

Router#sh frame-relay map

Serial0 (up): ip 20.20.20.1 dlci 100(0x64,0x1840), static,

broadcast,

CISCO, status deleted

This additional information is helpful. I believe that this:"status deleted" is an indication that the PVC is no longer active. Find why it is deleted instead of active and you will find how to get it to work.

HTH

Rick

HTH

Rick

Hi,

The status deleted indicates that the PVC has been erase from the service provider database. If the pvc is configure but not activated, it will appear as "Inactive". Hence, i would recommend to check with your provider for confirmation. Hope this give u a thinker. Rgds.

Edison Ortiz
Hall of Fame
Hall of Fame

Let's identify what each router is learning from the frame-relay switch.

If you post the output from show frame pvc it will helps determine if you have the correct FR mappings.

It seems you are mapping 20.20.20.1 to an incorrect DLCI.

HTH,

__

Edison.

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