RE: PPP & Virtual-Template and RIP

From: Brian Dennis (bdennis@internetworkexpert.com)
Date: Thu Jul 28 2005 - 16:31:06 GMT-3


Frank,
        Your network statement is wrong. Your interface is using the
199.168.24.0/24 network but your RIP network statement is for the
198.168.24.0 network.

        This is a prime example of the simple problems that you can run
into during the lab. If you would have checked your routing table you
would see that you do not have the route to the remote router you are
trying to ping. Also the output of the "show ip protocols" would tell
you that you are not running RIP on the virtual-template interface and
not receive RIP updates from the other router. Always remember to
fallback to the basics when troubleshooting.

HTH,

Brian Dennis, CCIE #2210 (R&S/ISP-Dial/Security)
bdennis@internetworkexpert.com
 
Internetwork Expert, Inc.
http://www.InternetworkExpert.com
Toll Free: 877-224-8987
Direct: 775-745-6404 (Outside the US and Canada)
 

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Frank Center
Sent: Thursday, July 28, 2005 12:23 PM
To: Cisco certification
Subject: PPP & Virtual-Template and RIP

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