Mailing List Archive

Dialer Int by Name
Someone once mentioned a feature in IOS where you can tie a specific ISDN
user to a dialer interface by their username. Can anybody remember what
that feature is? I can't find it on CCO.

Peder
Re: Dialer Int by Name [ In reply to ]
> Someone once mentioned a feature in IOS where you can tie a specific ISDN
> user to a dialer interface by their username. Can anybody remember what
> that feature is? I can't find it on CCO.

> Peder

Dialer Profiles.

interface <physical>
ppp authentication pap chap
dialer pool-member 1

interface dialer 1
dialer remote-name FRED
ppp authentication pap chap
dialer pool 1
interface dialer 2
dialer remote-name JOE
ppp authentication pap chap
dialer pool 1

This will make a call from user FRED bind to interface dialer 1,
etc.

Aaron