From: Brian McGahan (bmcgahan@internetworkexpert.com)
Date: Thu Jul 28 2005 - 16:33:56 GMT-3
Frank,
First off your configuration is too complicated. You should
verify its operation before adding additional features like "ip rip
triggered" or rip authentication. Did you look at the routing table?
What does it show? Did you look at the "show ip protocols" or "debug ip
rip" output? They should indicate your problem, which is also evident
in your below config.
Always build the network in a structured fashion and test it
incrementally. Both in the CCIE lab exam and the real world this will
reduce the amount of trouble you run into with configurations.
HTH,
Brian McGahan, CCIE #8593
bmcgahan@internetworkexpert.com
Internetwork Expert, Inc.
http://www.InternetworkExpert.com
Toll Free: 877-224-8987 x 705
Outside US: 775-826-4344 x 705
24/7 Support: http://forum.internetworkexpert.com
Live Chat: http://www.internetworkexpert.com/chat/
> -----Original Message-----
> From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf
Of
> Frank Center
> Sent: Thursday, July 28, 2005 2: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