Re: Snapshot routing ?

From: garry baker (fallow46@xxxxxxxxx)
Date: Tue Mar 05 2002 - 01:46:10 GMT-3


   
Mascot,

I have attached the relevant configs that i know work
from some testing a while ago. From a quick look it
looks very similar to what you have.

interface BRI0
 ip address 172.16.1.1 255.255.255.0
 no ip directed-broadcast
 encapsulation ppp
 dialer map snapshot 1 broadcast 32161820
 dialer map ip 172.16.1.2 broadcast 32161820
 dialer-group 1
 isdn switch-type basic-ts013
 snapshot client 5 8 dialer
 ppp authentication chap
!

router rip
 passive-interface Loopback10
 network 50.0.0.0
 network 172.16.0.0
!

interface BRI0
 ip address 172.16.1.2 255.255.255.0
 no ip directed-broadcast
 encapsulation ppp
 dialer map ip 172.16.1.1 broadcast 32161905
 dialer-group 1
 isdn switch-type basic-ts013
 snapshot server 5 dialer
 ppp authentication chap
!
!
 router rip
 passive-interface Loopback66
 network 66.0.0.0
 network 172.16.0.0
!

Garry
--- mascot net <mascotnet@yahoo.com> wrote:
> I need help understanding what is wrong in the below
> configs. I am not receiving RIP updates on either
> sides. I am using IOS 12.0(2)XC1.
>
> Configs:-
>
> hostname R3
>
> username R4 password 0 cisco
> isdn switch-type basic-5ess
> !
> interface Loopback0
> ip address 192.168.2.1 255.255.255.0
> no ip directed-broadcast
> !
> interface BRI0/0
> ip address 192.168.3.1 255.255.255.0
> no ip directed-broadcast
> encapsulation ppp
> dialer map snapshot 1 name R4 broadcast 8358661
> dialer map ip 192.168.3.2 name R4 broadcast 8358661
> dialer-group 9
> isdn switch-type basic-5ess
> isdn spid1 0835866201 8358662
> isdn spid2 0835866401 8358664
> snapshot client 5 100 dialer
> ppp authentication chap
> ppp multilink
> hold-queue 75 in
> !
> router rip
> network 192.168.2.0
> network 192.168.3.0
> !
> !
> dialer-list 9 protocol ip permit
> !
> R3#
>
> ----------------------------------------------------
>
> hostname R4
> !
> username R3 password 0 cisco
> !
> isdn switch-type basic-5ess
> !
> interface Loopback0
> ip address 192.168.1.1 255.255.255.0
> no ip directed-broadcast
> !
> interface BRI0/0
> ip address 192.168.3.2 255.255.255.0
> no ip directed-broadcast
> encapsulation ppp
> dialer map ip 192.168.3.1 name R3 broadcast
> dialer-group 9
> isdn switch-type basic-5ess
> isdn spid1 0835866101 8358661
> isdn spid2 0835866301 8358663
> snapshot server 5 dialer
> ppp authentication chap
> ppp multilink
> hold-queue 75 in
> !
> router rip
> network 192.168.1.0
> network 192.168.3.0
> !
> ip classless
>
> dialer-list 9 protocol ip permit
> !
> R4#
>



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:56:53 GMT-3