Try changing the Juniper like so.
Main Topics
Browse All TopicsHi,
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
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Firstly, can you tell me how can I set inverse arp you mentioned in juniper because when I try to set the inverse arp it gives me error like there is some syntax issue or I dont know....secondly, do you know the command to see frame-relay map in juniper...I am sorry I am really new with Juniper so I dont really know that many commands
By default, inverse Frame Relay ARP is disabled. To configure a router to respond to inverse Frame Relay ARP requests, include the inverse-arp statement at the [edit interfaces interface-name unit logical-unit-number] or [edit interfaces interface-name unit logical-unit-number family inet address address multipoint-destination destination] hierarchy level:
[edit interfaces interface-name unit logical-unit-number]
inverse-arp;
and for the frame-relay map it is the same as a cisco "show frame-relay map"
Business Accounts
Answer for Membership
by: bkepfordPosted on 2009-07-08 at 09:24:44ID: 24805479
OK please post the following show commands. "show interface" and "show frame pvc" on the cisco router and on the switch. Also do a show frame-relay map on the router.