Re: Snapshot routing on dialer interfaces

From: Jeff Omick (jomick@xxxxxxxxxx)
Date: Mon Jul 24 2000 - 01:58:45 GMT-3


   
You do not need the dialer map statement on the dialer interface
it will use the dialer remote-name and the dialer string
to get it's mapping.... you just have to configure the snapshot
client and the snapshot server on the correct dialer interface.
below is a capture of a config.

Hope this helps
Jeff

---------------------
R2

---
interface BRI1/0
 no ip address
 encapsulation ppp
 isdn spid1 0835866201
 isdn spid2 0835866401
 dialer pool-member 1
 no fair-queue
 ppp authentication chap
 ppp multilink
 hold-queue 75 in
!
interface Dialer1
 ip address 11.1.1.3 255.255.255.0
 encapsulation ppp
 dialer remote-name R2
 dialer load-threshold 2 outbound
 dialer pool 1
 dialer-group 1
 snapshot server 5
 no fair-queue
 ppp authentication chap
 ppp multilink
!

R3 ---

interface BRI1/0 no ip address encapsulation ppp isdn spid1 0835866101 isdn spid2 0835866301 dialer pool-member 1 no fair-queue ppp authentication chap ppp multilink !

! interface Dialer1 ip address 11.1.1.2 255.255.255.0 encapsulation ppp dialer remote-name R3 dialer string 8358662 dialer load-threshold 2 either dialer pool 1 dialer-group 1 snapshot client 5 8 no fair-queue ppp authentication chap ppp multilink !

Padhu@steinroe.com wrote: > > All the examples on the cco have snapshot client configured on a dialer > interface. But when i try it in my lab network i don't see an option to do > a dialer map snapshot on the snapshot client on the dialer interface...IOS > 11.2 ...Ofcourse snapshot on bri works just fine. > Am i missing something ? Any ideas why ? Thanks. > > Cheers,Padhu >



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