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

PIX VPN AAA server

roger.qian
Level 1
Level 1

Hi,

How to configure an AAA server for PIX VPN remote access? I saw a entry in a sample configuration:

"aaa-server partnerauth (dmz) host 192.168.101.2 abcdef timeout 5"

Please advise.

Thanks,

Roger

1 Reply 1

gfullage
Cisco Employee
Cisco Employee

You can follow this sample config:

http://www.cisco.com/warp/public/110/cvpn3k_pix_ias.html

Note the commands:

aaa-server partnerauth protocol radius

aaa-server partnerauth (inside) host 172.18.124.196 cisco123 timeout 5

crypto map mymap client authentication partnerauth

The "partnerauth" keyword maps the VPN client crypto map to the AAA radius process.