cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
263
Views
0
Helpful
3
Replies

Serial interface

dallas31
Level 1
Level 1

Greetings,

I was wondering if anyone had some ideas for configuring additional security on a 7200 synchronous serial interface other than access-lists when dialing in with a modem. I would like to know if its possible to be asked for a username and password before being allowed to go through the router and seeing the Windows Logon. There is no soho router between the host and the 7200 router, and there is no access to an AAA/Kerberos/Tacacs server for authentication that way. Any ideas?

Thanks

3 Replies 3

utl
Level 1
Level 1

configure AAA so that authentication is done using local username databse, configured locally(default) on the router

create a list of user names as below:

username abcd password dcba

username cisco password cisco

the configure aaa as below:

aaa new-model

aaa authentication login delfault local

enter the line config mode and give the following command

login authentication default

thats all user has to give the above configured uid and password to dial-in to the router.

bye

Manoj

Manoj,

Thanks for your quick response. So this will authenticate at the router and once the user is authenticate, they will be allowed access through to the Windows logon screen? Once again thanks for the aaa information.

Dallas

Yes,

that will take care of it.

All this is for is their dial-in access. If they don't put in the correct username/password, they will not get into the RAS server

Chris