From: MikeN (miken@xxxxxxxxx)
Date: Mon Sep 17 2001 - 10:35:59 GMT-3
A rotary group's purpose is to bind a single virtual dialer interface to
multiple physical bri interfaces. The dialer rotary-group # that is part of
the physical interface bri # configuration must match the dialer interface
number.Dialer maps work best with this type of configuration.
Interface bri 0
no ip address
dialer rotary-group 1
isdn switch-type basic-ni1
isdn spid1 xxxxxxxxxx
isdn spid2 xxxxxxxxxx
!
Interface bri 1
no ip address
dialer rotary-group 1
isdn switch-type basic-ni1
isdn spid1 xxxxxxxxxx
isdn spid2 xxxxxxxxxx
!
Interface dialer 1
ip address x.x.x.x x.x.x.x
dialer-group 2
dialer map ip x.x.x.x xxxxxx
!
dialer-list 2 protocol ip permit
(your static route must be to a next hop ip and not the interface)
A dialer pool or dialer profile's purpose is to bind multiple virtual dialer
interfaces to a single physical bri interface. The interface dialer is bound
to the interface bri by dialer pool #. Dialer strings work best with this
type of configuration:
Interface bri 0
no ip address
dialer pool-member 3
dialer pool-member 4
isdn switch-type basic-ni1
isdn spid1 xxxxxxxxxx
isdn spid2 xxxxxxxxxx
!
Interface dialer 1
ip address x.x.x.x x.x.x.x
dialer pool 3
dialer-group 2
dialer string xxxxxx
!
Interface dialer 2
ip address x.x.x.x x.x.x.x
dialer pool 4
dialer-group 2
dialer string xxxxxx
!
dialer-list 2 protocol ip permit
ip route x.x.x.x x.x.x.x interface dialer1
ip route x.x.x.x x.x.x.x interface dialer 2
Lastly, there is the humble legacy configuration which lumps everything into
the physical interface bri. This configuration requires the least amount of
typing. Dialer maps work best with this type of configuration:
Interface bri 0
ip address x.x.x.x x.x.x.x
isdn switch-type basic-ni1
isdn spid1 xxxxxxxxxx
isdn spid2 xxxxxxxxxx
dialer map ip x.x.x.x xxxxxxx
dialer-group 2
!
dialer-list 2 protocol ip permit
!
ip route x.x.x.x x.x.x.x x.x.x.x
MikeN
----- Original Message -----
From: "Jason Sinclair" <sinclairj@powertel.com.au>
To: <ccielab@groupstudy.com>
Sent: Monday, September 17, 2001 12:22 AM
Subject: ISDN dialer rotary-group versus dialer pool-member
> Hi,
>
> Can someone highlight the difference between rotary groups and pool
members
> as they both seem to bind physical interfaces to logical config:
>
> Eg the following seem to be the same
>
> Int bri 0
> Dialer rotary-group 1
>
> Int dialer 1
> Dialer-group 1
>
> OR
>
>
> Int bri0
> Dialer pool-member 1
>
> Int dialer 1
> Dialer pool 1
>
> Regards,
>
> Jason Sinclair
> Team Leader - NSG
> POWERTEL Limited
> Level 11, 55 Clarence Street, SYDNEY
> Phone: 61-2-8264-3820
> Mobile: 0416 105 858
> jasons@powertel.net.au
>
>
>
>
> **********************************************************************
> This email (including all attachments) is intended solely for the named
> addressee. It is confidential and may contain commercially sensitive
> information. If you receive it in error, please let us know by reply
email,
> delete it from your system and destroy any copies.
>
> This email is also subject to copyright. No part of it should be
reproduced,
> adapted or transmitted without the prior written consent of the copyright
owner.
>
> Emails may be interfered with, may contain computer viruses or other
defects
> and may not be successfully replicated on other systems. We give no
> warranties in relation to these matters. If you have any doubts about
> the authenticity of an email purportedly sent by us, please contact us
> immediately.
>
> **********************************************************************
> **Please read:http://www.groupstudy.com/list/posting.html
**Please read:http://www.groupstudy.com/list/posting.html
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:32:19 GMT-3