06-23-2009 06:15 AM
We are working on assigning VPN clients IP addresses from different pools depending on which group they are in on our ACS server. We are looking to use the 'Assigned from AAA client pool' option on the group configuration page of the ACS, by specifying the name of an ip pool that exists on the ASA itself.
I've checked the option on the ACS, and created a local pool on the ASA as follows:
ip local pool ippooltest 192.168.1.0 mask 255.255.255.0
when a vpn account that is in that group tries to VPN they don't receive an IP from that pool. Has anyone ever set this feature up, and is there an additional place I have to configure something on the ASA?
06-24-2009 06:48 AM
I contacted TAC and we determined that when the 'Authenticate using' section of the devices network configuration was set to 'RADIUS (Cisco VPN 3000/ASA/PIX 7.x+)' the attribute 88 - framed-pool was not being sent to the ASA. Changing the 'Authenticate using' to "Radius IETF" let the attribute 88 be sent to the ASA.
Unfortunately on a debug of the ASA, when it receives that RADIUS packet, attribute 88 is set to 'Unknown' . The engineer thought maybe this wasn't supported by the ASA and is following up with her team. I'll post back with an update so if anyone in the future tries this they'll know.
06-24-2009 07:15 AM
I've figured it out.
1)On the ACS, go to "Interface Configuraton" - "RADIUS (Cisco VPN 3000/ASA/PIX 7.x+)" - Check the boxes for "[026/3076/217] Address-Pools" .
Click OK.
2)Under the Network Configuration button on the left,
Set the 'Authenticate Using' type for the ASA to 'RADIUS (Cisco VPN 3000/ASA/PIX 7.x+)'
Click OK.
3)Under the Group configuration jump to the 'Cisco VPN 3000/ASA/PIX v7.x+ RADIUS Attributes' section and check the box for '[3076\217] Address-Pools' . Submit & Restart.
4)On the ASA just create a local pool using the command 'ip local pool POOLNAME 192.168.1.2 255.255.255.0'
5)That's it.
05-16-2011 09:04 AM
What version of ACS do you need to get this attribute? I'm not
seeing this in 4.0
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