cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
345
Views
0
Helpful
1
Replies

Authentication of a remote user with his phone number

m.peran
Level 1
Level 1

Hello,

Is it possible to authenticate a remote user (ISDN), when he calls a RAS (360°0 with PRI), with his phone number.

I use no callback, no RADIUS.

A simple command like

username toto password 0 toto "123456789"

If the user has not the good phone number, the call is rejected.

Thanks

Bye.

1 Reply 1

mljohnson
Level 4
Level 4

This should work, although you may want to test it to ensure it acts exactly as you wish.

You need to configure a dialer map for every user that you want to connect; ie

dialer map ip 1.1.1.1 5551212

When 5551212 dial in, they will be allowed to connect and given an address of 1.1.1.1. Any CLID that dial in but does not match a dialer map should be disconnected.

The only other option that I can see it try try pre-authentication, but that would require an AAA server.