I have 3 routers setup using frame relay, eigrp will not process the routing information, and I think it has something to do with how I have frame relay setup. My routers are setup back - back, when I use HDLC protocol it works fine, so obviosly Frame relay is screwed up.
routera s0>
ip address 192.168.2.1 255.255.255.0
no keepalive
encap frame
frame interface dlci 25
routerb s0 >
ip address 192.168.2.2 255.255.255.0
no keep
encap frame
frame interface dlci 25
router b s1>
ip address 192.168.1.1 255.255.255.0
no keep
encap frame
frame interface dlci 20
and so on to router c. So I set this as HDLC and everything worked fine. The only think I can think is the Keepalive statement for eigrp. but in a back to back frame relay I cannot use inverse arp, so hence no keepalive.
Maybe someone can shed some light on this for me please. Kinda stuck.
Dave
routera s0>
ip address 192.168.2.1 255.255.255.0
no keepalive
encap frame
frame interface dlci 25
routerb s0 >
ip address 192.168.2.2 255.255.255.0
no keep
encap frame
frame interface dlci 25
router b s1>
ip address 192.168.1.1 255.255.255.0
no keep
encap frame
frame interface dlci 20
and so on to router c. So I set this as HDLC and everything worked fine. The only think I can think is the Keepalive statement for eigrp. but in a back to back frame relay I cannot use inverse arp, so hence no keepalive.
Maybe someone can shed some light on this for me please. Kinda stuck.
Dave