Re: Dialer Profiles with Dialer Watch Groups?

From: MAZHAR KARAGULLE (mkaragulle@xxxxxxxxxxxxxxxxxx)
Date: Thu Dec 21 2000 - 04:18:09 GMT-3


   
Hi,
Watch List is used only for IGRP , EIGRP , OSPF ( in some version ). Don't
use RIP or use snapshot routing.
Good luck

                                  Gönderilen:

                            <ccielab@groupstudy.com>

                                  Bilgisine:

  "Michelle T" Konu:

 <mtruman@mn.mediaone.net> Dialer Profiles with Dialer Watch Groups?

  Gönderen:

 nobody@groupstudy.com

  20/12/2000 05:25 PM

  Lütfen "Michelle T"

 adresine yanıtlayınız.

All, I have a problem with Dialer Profiles. I have been using them fine =
this morning to perform dial backup and everything is working. =
Authentication, call setup, multilink, etc. Now, I followed the Cisco =
examples to set up a watch group. I am looking for network 2.0.0.0 =
255.0.0.0. I advertised it from R1 (Which R2 will hear on Serial0). R2 =
sees the route fine. Then I block the route via distribute list (instead =
of continuously bring the serial link up and down). The route disappers =
from the table, but R2 never calls R3. ie. It seems the Dialer =
Watch-group never kicks in. Topology looks like this:

R2 ---- Bri0 (Di0) ----- R3
|
S0
|
R1
net 2.0.0.0 255.0.0.0

R2#s
Building configuration...

Current configuration:
!
version 11.3
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname R2
!
aaa new-model
aaa authentication ppp default local
enable password cisco
!
username R3 password 0 cisco
no ip domain-lookup
isdn switch-type basic-ni
!
 !
 !
 process-max-time 200
 !
 interface Loopback0
 ip address 10.1.0.2 255.255.255.255
!
interface Loopback1
 no ip address
!
interface Loopback2
 no ip address
!
interface Ethernet0
 ip address 30.1.4.1 255.255.255.0
 no ip route-cache
 no ip mroute-cache
!
interface Serial0
 ip address 30.1.1.2 255.255.255.0
 no ip mroute-cache
 custom-queue-list 1
!
interface Serial1
 no ip address
 shutdown
!
interface BRI0
 no ip address
 encapsulation ppp
 dialer pool-member 1
 isdn switch-type basic-ni
 isdn spid1 0835866101 8358661
 isdn spid2 0835866301 8358663
!
interface Dialer0
 ip address 30.1.32.2 255.255.255.0
 encapsulation ppp
 bandwidth 48
 dialer remote-name R3
 dialer idle-timeout 300
 dialer string 8358662
 dialer load-threshold 50 either
 dialer pool 1
 dialer watch-group 2
 dialer-group 1
 ppp authentication chap
 ppp multilink
!
router rip
 version 2
 network 10.0.0.0
 network 30.0.0.0
 distribute-list 15 in Serial0
 no auto-summary
!
ip classless
!
access-list 15 deny 2.0.0.0 0.255.255.255
access-list 15 permit any log
access-list 101 permit tcp any any eq www
access-list 102 permit tcp any any eq smtp
access-list 110 deny udp any eq rip any eq rip log
access-list 110 permit ip any any
queue-list 1 protocol ip 1 list 101
queue-list 1 protocol ip 2 list 102
queue-list 1 default 3
queue-list 1 queue 1 byte-count 2000
queue-list 1 queue 2 byte-count 1000
queue-list 1 queue 3 byte-count 1000
dialer watch-list 2 ip 2.0.0.0 255.0.0.0
dialer-list 1 protocol ip list 110
!
alias exec s sho run
alias exec i sho ip route
!
line con 0
line aux 0
line vty 0 4
 password cisco
!
end
R3#s
Building configuration...

Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname R3
!
aaa new-model
aaa authentication ppp default local
enable password cisco
!
username R2 password 0 cisco
ip subnet-zero
no ip domain-lookup
appletalk routing
isdn switch-type basic-ni
!
!
!
!
!
interface Loopback10
 ip address 10.1.0.3 255.255.255.255
 no ip directed-broadcast
!
interface Serial0
 ip address 30.1.2.2 255.255.255.0
 no ip directed-broadcast
 no ip mroute-cache
 no fair-queue
 traffic-shape group 101 16000 32000 32000 1000
!
interface Serial1
 no ip address
 no ip directed-broadcast
 clockrate 56000
!
interface TokenRing0
 ip address 30.1.5.1 255.255.255.0
 no ip directed-broadcast
 ring-speed 16
!
interface BRI0
 bandwidth 48
 no ip address
 no ip directed-broadcast
 encapsulation ppp
 dialer pool-member 1
 isdn switch-type basic-ni
 isdn spid1 0835866201 8358662
 isdn spid2 0835866401 8358664
!
interface Dialer0
 ip address 30.1.32.3 255.255.255.0
 no ip directed-broadcast
 encapsulation ppp
 dialer remote-name R2
 dialer idle-timeout 300
 dialer string 8358661
 dialer pool 1
 dialer-group 1
 pulse-time 0
 ppp authentication chap
 ppp multilink
!
router rip
 version 2
 network 30.0.0.0
 no auto-summary
!
no ip classless
!
access-list 101 permit tcp any any eq telnet
dialer-list 1 protocol ip deny
!
alias exec i sho ip route
alias exec s sho run
alias exec on sho ip ospf nei
alias exec b sh ip bgp
alias exec cb clea ip bgp *
alias exec oi sh ip ospf int
alias exec a sh apple route
alias exec x sh ipx route
!
line con 0
 transport input none
line aux 0
line vty 0 4
 password cisco
!
end



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:26:09 GMT-3