Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Frame-relay point-to-point config issue

Status
Not open for further replies.

enzo288

MIS
Joined
Jun 15, 2004
Messages
44
Location
US
I am trying to configure a p-to-p f-r connection with two 2500 routers for a CCIE lab. I have a DCE/DTE serial cable connecting the two. Here is the f-r portion of the config for both routers:

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

I do not understand how you can have the clockrate set on int s2 when this interface is not config'd for f-r. Doesn't it need to be config'd on int s0 which is how I actually have it config'd however, this seems to bring the s0 int down on the other router (R5). Since this is in a lab, I can't really find any documentation on this online. Could someone please help? TIA


CCNA, CCDA, CCNP, CCDP, almost CCIE
 
can you actually pass traffic in this current config?
you need to disable the LMI keepalives.. then the interface should come up.
the clocking definitely needs to be on the interface your using though.. clock on s2 will have no effect at all.


this may help

 
Actually, I needed to disable the keepalives and make the DLCI the same on bothe sides since there is no frame switch in between to translate. I would have given my right arm to have found that article a few days ago though. Thanks.

CCNA, CCDA, CCNP, CCDP, almost CCIE
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top