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

VPN Client -to- PIX AAA authentication to local database

jsands
Level 1
Level 1

Does anyone know if you can authenticate (XAuth) a VPN client terminating on a PIX FW to a local AAA database?

I heard that it would be available in PIX v6.3.3 but haven't heard of anyone using it.

It would be nice to authenticate individual users (for customers without a TACACS+ server) rather than just giving them a group name and password.

Thanks!

1 Reply 1

gfullage
Cisco Employee
Cisco Employee

Sure you can, available in 6.3 as you said. Do the following:

crypto map client authen LOCAL

username password

You can have as many "username/password" combinations as you like. See http://www.cisco.com/univercd/cc/td/doc/product/iaabu/pix/pix_sw/v_63/cmdref/c.htm#1034654 for details.