مشکل Unable to use ASDM Launcher در Cisco ASA 5505
When having an Cisco ASA5505 model and try to open the ASDM Launcher program you get a failure.
‘Unable to launch ADSM from ip_address
The device ip_address does not have the appropriate Device Manager image installed.
ASDM Launcher supports ASDM5.0 or higher versions only
If you try the web access of https://192.168.1.1/admin, the certificate page is displayed and once clicked yes, an error ‘Page not Found’ is displayed.
It cost me some time to figure this out. But it’s simpel. You need to add a line in the CLI that will look something like this.
http 10.15.1.5 255.255.255.0 inside.
It all depends on what vlan 1 is, inside, outside, DMZ.
if you do a show run 1 include http’ you should have something there.
if you want to just allow everyone in tilI you fix the problem, enter these commands:
http 0.0.0.0 0.0.0.0 inside
http 0.0.0.0 0.0.0.0 outside
http 0.0.0.0 0.0.0.0 management
http 0.0.0.0 0.0.0.0 r’ocx
where xxx is the name of the interface.