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 biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ATM to FR, ping is ok, EIGRP - Retry Limit

Status
Not open for further replies.

aniss

IS-IT--Management
Dec 28, 2006
1
BA
Hi, I have problem with translation Frame Relay to ATM, I will copy my config from ATM router and FR router, ping is ok, I can ping other side perfect but EIGRP all the time do EIGRP - Retry Limit Exceeded. What I missing in configuration ? This is test so i dont have nothing configure about CIR , Bandwith limit itd.. only I need to get that this work and later i will with ISP configure CIR.




FRAME-RELAY SIDE ROUTER
interface Serial0/0/0
no ip address
encapsulation frame-relay IETF
no ip mroute-cache
load-interval 30
no fair-queue
frame-relay traffic-shaping
frame-relay lmi-type ansi
!
interface Serial0/0/0.1 point-to-point
ip address 192.168.1.2 255.255.255.252
no ip mroute-cache
no cdp enable
frame-relay interface-dlci 50

router eigrp 10
network 192.168.1.2 0.0.0.0
no auto-summary

ATM SIDE ROUTER
interface ATM1/0
no ip address
no atm ilmi-keepalive
!
interface ATM1/0.50 point-to-point
description *** to Router Frame-Relay
ip address 192.168.1.1 255.255.255.252
pvc Unitic 2/50
!
router eigrp 10
network 192.168.1.1 0.0.0.0
no auto-summary
!
 
Post a sh ip route and sh ip eigrp neighbors (or it might be just sh eigrp neighbors).

Burt
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top