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
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