cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
402
Views
0
Helpful
4
Replies

dialler pools

carl_townshend
Spotlight
Spotlight

if I had 1 BRI interface on my router, but had 2 diallers, would they be both dialler pool 1 members, and if I had 2 BRI interfaces would one be dialler pool member 1 and 2, and make each dialler, one in pool 1 and the other in pool 2

thankyou

4 Replies 4

carl_townshend
Spotlight
Spotlight

Can anyone help on this ?

thanks

craig_mc_12
Level 1
Level 1

Hi Carl,

If you have one physical BRI interface it is possible to associate it with multiple logical dialler profiles. The dialler interfaces can be part of the same pool as they will be bound to the physical interface on a per destination basis.

If you only have a small number of dialler interfaces it may be easier (to start with) to use a different dialler pool number for each dialler interface.

I hope this helps.

If you require configuration assistance reply to this message

Cheers

Craig

can you please give me an example config on this ?

!

; Configuration for DDR using Dialer Profiles

!

hostname router-A

!

username router-B password cisco

username router-C password cisco

!

!

isdn switch-type

!

interface bri0

no ip address

dialer pool-member 1

encapsulation PPP

PPP authentication CHAP

isdn switch-type

!

!

interface dialer0

ip add 192.168.168.1 255.255.255.252

encapsulation ppp

ppp authentication chap

dialer remote-name router-B

dialer string

dialer pool 1

dialer-group 1

ppp multilink

dialer load-threshold 1 either

ppp chap hostname router-A

ppp chap password cisco

!

!

interface dialer1

ip add 172.16.21.1 255.255.255.252

encapsulation ppp

ppp authentication chap

dialer remote-name router-C

dialer string

dialer pool 1

dialer-group 1

ppp multilink

dialer load-threshold 1 either

ppp chap hostname router-A

ppp chap password cisco

!

dialer idle-timeout 60

dialer fast-idle 20

!

access-list 101 permit ip

access-list 101 permit ip

dialer-list 1 permit ip list 101

!

!

ip route dialer0 :: routing for IP over isdn.

!

!

You will have to modify this and play around with it to get it to work.

I hope this helps you out.

Cheers

Craig