We're running an SSL VPN off an ASA 5525 device - I thought it would be possible to monitor the DHCP addresses handed out to the clients using IPAM.
Looking at the docs though, it looks like we might need a full-blown DHCP server configuration on the ASA instead of the pool-based config we have. All we're doing is similar to:
ip local pool CiscoPOOL 10.11.10.20-10.11.20.200 mask 255.255.255.0
So is it possible to monitor this address pool from IPAM with this config?