12-13-2022 08:04 AM - edited 12-13-2022 08:05 AM
I saw a post about the ASA now being able to perform IP reservations based on MAC addresses but couldn't find anything about doing the same thing based on the username connecting to VPN. Is this possible?
Solved! Go to Solution.
12-14-2022 05:48 AM
@stephen.collum you can use an LDAP attribute map on the ASA to query the attribute in AD for the static IP address, as defined under the user's AD User Properties, Dial-in tab.
12-13-2022 08:15 AM
@stephen.collum you can assign an IP address from RADIUS, example - https://integratingit.wordpress.com/2017/01/01/cisco-asa-anyconnect-vpn-with-static-client-ip-address/ which would assign the same IP address per user
12-14-2022 05:35 AM
Thank you for sharing that link. We already use ISE for wireless authentication so this may work for us. Just to be thorough, do you know if this can be done without moving the VPN authentication to ISE?
12-14-2022 05:48 AM
@stephen.collum you can use an LDAP attribute map on the ASA to query the attribute in AD for the static IP address, as defined under the user's AD User Properties, Dial-in tab.
12-14-2022 05:54 AM
Perfect! Thank you Rob.
12-13-2022 01:14 PM
if you use local then command below will help you
username USER attributes vpn-framed-ip-address x.x.x.x y.y.y.y
ASA/PIX: Static IP Addressing for IPSec VPN Client with CLI and ASDM Configuration Example - Cisco
12-14-2022 05:38 AM
Thank you for posting those commands. When you say local you mean the user accounts, right?
12-14-2022 06:33 AM
I am talking about authentication user locally in ASA and add this attribute under the User attributes.
authentication locally meaning using username/password save in ASA.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide