Hi,
 
  The dialer rotary group binds the interface to the dialer which you created.
interface Group-Async1
 ip unnumbered FastEthernet0/0
 encapsulation ppp
 dialer in-band
 dialer idle-timeout 3600
 dialer rotary-group 1
 async mode interactive
 peer default ip address pool SUPER
 no fair-queue
 no cdp enable
 ppp authentication chap pap
 ppp multilink
 group-range 65 94
!
interface Dialer1
 ip unnumbered FastEthernet0/0
 encapsulation ppp
 no ip mroute-cache
 dialer in-band
 dialer idle-timeout 3600
 dialer-group 1
 peer default ip address pool SUPER
 no fair-queue
 no cdp enable
 ppp authentication chap pap
 ppp multilink
 
 
If  you will take a look of the attached statments you can see that the rotary group statments are being used to point to the dialer
which means that the interface will use the dialer config file as well.
 
I hope it helps
 
 
   GIL
 
  CCNA, CCDA
-----Original Message-----
From: gary [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 09, 2000 9:31 AM
To: [EMAIL PROTECTED]
Subject: about dialer rotary group

I am studying the BCRAN, there is"dialer rotary group, andone can tell me what does dialer rotary group mean

Reply via email to