From: Frank Center (ccahoon@maine.rr.com)
Date: Thu Jul 28 2005 - 16:22:54 GMT-3
I keep getting stuck with Frame-Relay interface using PPP and Virtual-Template
interface and RIP routing. I can ping the immediate router but can't go beyond
the router connected to the other side. I have included the configuration I'm
using, is there a command that I am missing? Once I remove PPP from the serial
interface and map the frame-relay it works fine? I'm stuck any suggestions?
R1
key chain cisco
key 1
key-string cisco
!
interface Serial0
no ip address
encapsulation frame-relay
clockrate 56000
frame-relay interface-dlci 214 ppp Virtual-Template1
no frame-relay inverse-arp
!
interface Virtual-Template1
ip address 199.168.24.2 255.255.255.0
ip rip triggered
ip rip authentication mode md5
ip rip authentication key-chain cisco
!
router rip
version 2
network 198.168.24.0
R2
key chain cisco
key 1
key-string cisco
!
interface Serial0
no ip address
encapsulation frame-relay
clockrate 56000
frame-relay interface-dlci 412 ppp Virtual-Template1
no frame-relay inverse-arp
!
interface Virtual-Template1
ip address 199.168.24.4 255.255.255.0
ip rip triggered
ip rip authentication mode md5
ip rip authentication key-chain cisco
!
router rip
version 2
network 198.168.24.0
This archive was generated by hypermail 2.1.4 : Sun Sep 04 2005 - 17:00:31 GMT-3