Hi,
Can anyone check the following configuration on my Cisco Frame relay switch and 2 end routers, one of the end routers is juniper and the other is cisco. I have given configurations for all the 3 routers.
The problem is that I cannot ping from Router 1(juniper) to Router 2(cisco) or vice versa. I have tried changing the keep alives for all three routers but still it doesnt work.
I have also attached the network diagram indicating all the interfaces just to make it more clearer for you guys
FRAME RELAY SWITCH (CISCO)
==========================
=
interface Serial1/4
no ip address
encapsulation frame-relay IETF
no keepalive
clock rate 64000
frame-relay lmi-type ansi
frame-relay intf-type dce
frame-relay route 111 interface Serial1/6 222
!
interface Serial1/6
no ip address
encapsulation frame-relay IETF
no keepalive
clock rate 64000
frame-relay lmi-type ansi
frame-relay intf-type dce
frame-relay route 222 interface Serial1/4 111
Router 1 (Juniper)
===============
se-1/0/0 {
no-keepalives;
encapsulation frame-relay;
unit 0 {
point-to-point;
dlci 111;
family inet {
address 10.1.1.11/24;
}
Router 2 (Cisco)
==============
interface Serial0/1/0
no ip address
no keepalive
encapsulation frame-relay
!
interface Serial0/1/0.1 point-to-point
ip address 10.1.1.10 255.255.255.0
frame-relay interface-dlci 222 IETF