Link to home
Start Free TrialLog in
Avatar of netcomp
netcomp

asked on

DHCP Server on ASA

I have a Cisco ASA that for some reason ASDM is not working and getting Unable to "lunch device manger ". I need to use command line via telnet to find out what the DHCP pool is in use  , what IPs were reserved if any, and finaly disable the DHCP server service on it since we will run that from another server now.
ASKER CERTIFIED SOLUTION
Avatar of Don Johnston
Don Johnston
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of QuietFrank
QuietFrank

netcomp,

Some versions of ASDM have issues with java 7+. I have had to install Java 6 and use this fix.
https://supportforums.cisco.com/discussion/11586361/asdm-launcher-and-java-7-update-6

"an other solution is, if you have installed both versions (6 and 7) of Java, to change the properties of the launcher. Try

"C:\Program Files (x86)\Java\jre6\bin\javaw.exe" -Xms64m -Xmx512m -Dsun.swing.enableImprovedDragGesture=true -classpath lzma.jar;jploader.jar;asdm-launcher.jar;retroweaver-rt-2.0.jar com.cisco.launcher.Launcher

if you have installed Java 6 in the standard folder"

Frank