Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

AAA radius authentication and vpdn groups

Status
Not open for further replies.
Jan 15, 2001
80
US
Hello,

Is it possible to have both radius auth and vpdn groups with user id and password configured on the same pix?

Thank you!

 
yes,
take a windows server and config IAS


as for the pix

aaa-server TACACS+ protocol tacacs+
aaa-server RADIUS protocol radius
aaa-server LOCAL protocol local
aaa-server AAAGROUP protocol radius
aaa-server AAAGROUP (inside) host 192.168.0.x PASSWORD

192.168.0.x = windows IAS Server

vpdn group GROUPNAME client authentication aaa AAAGROUP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top