From: cebuano (cebu2ccie@cox.net)
Date: Wed Jan 01 2003 - 02:27:58 GMT-3
Please ignore my previous post. I found the answer to a working config.
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
cebuano
Sent: Tuesday, December 31, 2002 11:09 PM
To: ccielab@groupstudy.com
Subject: Snapshot and Dialer interface
Hi all.
Does anyone have a link/info on why snapshot routing only works with
PHYSICAL interfaces? I tried it on DIALER interface and although the
link is brought up, no RIP networks get advertised. I know that you
don't have the "dialer map" capability under a DIALER interface, even
though the IOS allows you to configure a snapshot client/server under
this virtual interface.
My test config are as follows.
TIA.
2503#s
!
hostname 2503
!
username london password 0 cisco
!
isdn switch-type basic-ni
!
interface Ethernet0
ip address 10.10.10.1 255.255.255.0
no ip mroute-cache
no keepalive
!
interface BRI0
no ip address
encapsulation ppp
no ip mroute-cache
dialer pool-member 1
isdn switch-type basic-ni
isdn spid1 0835866101 8358661
isdn spid2 0835866301 8358663
ppp authentication chap
ppp chap hostname tokyo
ppp multilink
!
interface Dialer0
ip address 172.16.1.1 255.255.255.0
encapsulation ppp
dialer pool 1
dialer string 8358662
dialer load-threshold 1 outbound
dialer-group 1
snapshot client 5 8 dialer
!
router rip
network 10.0.0.0
network 172.16.0.0
!
dialer-list 1 protocol ip permit
2504#s
!
hostname 2504
!
username tokyo password 0 cisco
!
isdn switch-type basic-ni
!
interface TokenRing0
ip address 20.20.20.1 255.255.255.0
ring-speed 16
!
interface BRI0
no ip address
encapsulation ppp
dialer pool-member 1
isdn switch-type basic-ni
isdn spid1 0835866201 8358662
isdn spid2 0835866401 8358664
ppp authentication chap
ppp chap hostname london
ppp multilink
!
interface Dialer0
ip address 172.16.1.2 255.255.255.0
encapsulation ppp
dialer pool 1
dialer string 8358661
dialer load-threshold 1 outbound
dialer-group 1
snapshot server 5 dialer
!
router rip
network 20.0.0.0
network 172.16.0.0
!
dialer-list 1 protocol ip permit
!
.
.
This archive was generated by hypermail 2.1.4 : Sat Feb 01 2003 - 07:33:38 GMT-3