From: mascot net (mascotnet@xxxxxxxxx)
Date: Tue Mar 05 2002 - 13:40:31 GMT-3
Thanks for the info.
Now snapshot routing works, the routes are exchanged
between the two routers BUT the routes disappear
during the quiet period. I thought they should retain
them even when the ISDN line goes down?
What could be the problem??
Here some info.-
---------------------------------------------------
R3#sh ip rou
R 192.168.1.0/24 [120/1] via 192.168.3.2, BRI0/0
C 192.168.2.0/24 is directly connected, Loopback0
192.168.3.0/24 is variably subnetted, 2 subnets,
C 192.168.3.2/32 is directly connected, BRI0/0
C 192.168.3.0/24 is directly connected, BRI0/0
----------------------------------------------------
R3#sh dialer
BRI0/0 - dialer type = ISDN
BRI0/0:1 - dialer type = ISDN
Idle timer (120 secs), Fast idle timer (20 secs)
Wait for carrier (30 secs), Re-enable (15 secs)
Dialer state is data link layer up
Dial reason: snapshot
Time until disconnect 119 secs
Connected to 8358661 (R4)
------------------------------------
R3#sh snap
BRI0/0 is up, line protocol is upSnapshot client
Options: dialer support
Length of active period: 5 minutes
Length of quiet period: 8 minutes
Length of retry period: 8 minutes
For dialer address 1
Current state: active, remaining/exchange time:
1/5 minutes
Connected dialer interface:
BRI0/0:1
Updates received this cycle: ip
--------------------------------------
Thanks,
Mascot
--- garry baker <fallow46@yahoo.com> wrote:
> 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