Snapshot and Dialer interface

From: cebuano (cebu2ccie@cox.net)
Date: Wed Jan 01 2003 - 01:09:11 GMT-3


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 : Fri Jan 17 2003 - 17:21:55 GMT-3