Here is a quick config highlighting the frame-relay portion for on of the e-scenarios.  I am connecting two 2500 routers via a DTE/DCE serial cable.  The issue that I am running into is that the line comes up for a few seconds and then the serial interface goes down on the DTE side.  When I issue a show frame-relay pvc command, the DLCI shows as being deleted.  Am I missing something?  I was able to get it to work for a few minutes the other day but not since then.  Thanks, Jamie

 

R2

 

int s0/1/0

no ip

encap frame-relay

no shut

 

int s0/1/0.25 point-to-point

ip add 192.1.25.2 255.255.255.0

frame-relay interface-dlci 205

 

int s0/2/0

no ip add

shut

clockrate 2000000

 

int e1/0

no switchport

ip add 192.1.12.2 255.255.255.0

 

 

R5

 

int s0/1/0

no ip

encap frame-relay

no shut

 

int s0/1/0 point-to-point

ip add 192.1.25.5/28

frame-relay interface-dlci 502

 

Reply via email to