03-13-2014 02:32 PM - edited 03-11-2019 08:56 PM
I found the address assignment pool, which is just an IP range.
How do I find what has actually been assigned?
I also need to verify how many IP's I have left unassigned.
Thanks,
Dan
03-13-2014 03:27 PM
f you're asking about addresses assigned to remote access VPN users, them use "show vpn-sessiondb anyconnect | i Assigned" to show the assigned addresses of all active Anyconnect users. (you can use the webvpn keyword instead of anyconnect if they're client SSL VPN users).
If you're asking about addresses where the ASA is acting as a DHCP server for internal clients, then "show dhcpd binding"
03-14-2014 07:22 AM
Its not taking anything after the pipe.
This is for anyconnect, what about IP desk phones? Will this show that information as well? I have 1 phone not connecting and I'm trying to see if I have IP's left to give out.
The dhcpd command does not return any information. I run show dhcpd state = not configured.
03-17-2014 11:26 AM
You can just leave off the pipe command - I only include that to winnow out the non-relevant information.
You can also check via ASDM - Monitoring > VPN > Sessions and choose "All remote access" type of VPN to monitor. You should see the listing of all your connected remote access VPN clients including assigned addresses.
03-18-2014 09:36 AM
I found exactly what I was looking for with this command:
show ip local pool information [poolname]
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