Re: Dialer stuff

From: Chad Marsh (chad@xxxxxx)
Date: Wed Sep 29 1999 - 04:15:58 GMT-3


   
Mark Detrick wrote:
>
> No.
>

Hmmm... maybe you should have said: 'I don't believe so' to cover
yourself, in case you were wrong, which you were. ;-)

It appears that the 'dialer in-band' and 'dialer remote-name' commands
are mutually exclusive on the Dialer interface.
I have this working with rotary-groups, not sure if it would work with
dialer pools, maybe I'll try that next.
But the bottom line is that it DOES work.
I just got it working, here are some relevant outputs and portions of
the configs:

Chad Marsh

R5#sho snap
Dialer1 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: 4/2 minutes
    Connected dialer interface:
       BRI0:1
    Updates received this cycle: ip

R6#sho snap
Dialer1 is up, line protocol is upSnapshot server
  Options: dialer support
  Length of active period: 5 minutes
   For ip address: 172.16.1.5
    Current state: active, remaining time: 3 minutes
    Connected dialer interface:
       BRI0:1

R5#sh ru
Building configuration...

Current configuration:
!
hostname R5
!
!
username R6 password 0 ccie
isdn switch-type basic-dms100
!
interface Loopback0
 ip address 10.5.1.1 255.255.255.0
!
interface BRI0
 no ip address
 encapsulation ppp
 isdn spid1 20649906240101 4990624
 isdn spid2 20649906250101 4990625
 dialer rotary-group 1
 no cdp enable
!
interface Dialer1
 ip address 172.16.1.5 255.255.255.0
 encapsulation ppp
 dialer in-band
 dialer in-band
 dialer map snapshot 1 4990622
 dialer map ip 172.16.1.6 name R6 broadcast 4990622
 dialer-group 1
 snapshot client 5 8 dialer
 no cdp enable
 ppp authentication chap
!
router rip
 network 10.0.0.0
 network 172.16.0.0
!
ip classless
!
dialer-list 1 protocol ip permit
!
R5#

R6#sho run
Building configuration...

Current configuration:
!
hostname R6
!
!
username R5 password 0 ccie
isdn switch-type basic-dms100
!
interface Loopback0
 ip address 20.6.1.1 255.255.255.0
!
interface BRI0
 no ip address
 encapsulation ppp
 isdn spid1 20649906220101 4990622
 isdn spid2 20649906230101 4990623
 dialer rotary-group 1
 no cdp enable
!
interface Dialer1
 ip address 172.16.1.6 255.255.255.0
 encapsulation ppp
 dialer in-band
 dialer idle-timeout 30
 dialer map ip 172.16.1.5 name R5 broadcast 4990624
 dialer-group 1
 snapshot server 5 dialer
 no cdp enable
 ppp authentication chap
!
router rip
 network 10.0.0.0
 network 172.16.0.0
!
ip classless
!
dialer-list 1 protocol ip permit
!
R6#



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