cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
740
Views
5
Helpful
7
Replies

ASA IP reservation based on VPN username

stephen.collum
Level 1
Level 1

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?

1 Accepted Solution

Accepted Solutions

@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.

https://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-next-generation-firewalls/91831-mappingsvctovpn.html#anc17

 

View solution in original post

7 Replies 7

@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

 

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?

@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.

https://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-next-generation-firewalls/91831-mappingsvctovpn.html#anc17

 

Perfect! Thank you Rob.

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

 

Thank you for posting those commands. When you say local you mean the user accounts, right?

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. 

Review Cisco Networking for a $25 gift card