07-02-2007 08:21 PM - edited 03-11-2019 03:38 AM
I have bought a Cisco ASA 5510 firewall and am trying to use ASDM to configure it. After putting the firewall on I put the url https://192.168.1.1 the web page asks for the username and password. The instructions on the cisco web site says to leave both blank and click ok but it does n ot accept. How to reset this please.
Solved! Go to Solution.
07-04-2007 01:57 AM
Hello Bimal,
For access to ASDM, here are the primary commands you need on ASA-
1) Set the ASDM image.
Assuming that you have asdm image file on disk of ASA saved as asdm.bin, you need to configure this commands-
asdm image disk0:/asdm.bin
2) Enable HTTP server-
http server enable
3) Allow hosts to connect to HTTP server-
http 0 0 inside
(to allow everyone on inside interface)
http 0 0 outside
(to allow everyone on outside interface)
By default, for user authentication, leave username field blank and enter your enable password. If you have not set any enable password yet, you may leave the password field blank too.
To set the enable password, you can use following command-
enable password
Hope this helps.
Regards,
Vibhor.
07-02-2007 10:40 PM
Hi .. try username blank password Cisco or cisco or Admin
I hope it helps .. please rate it if it does !!!
07-03-2007 02:27 PM
When I try cisco as password, I get a different error as below: How ti get and install the ASDM image.
404 Not Found
The requested URL /admin/index.html was not found on this server.
07-03-2007 10:33 PM
hello,
just to go cli mode and check the following are configured
http server enable
http 192.168.0.0 255.255.255.0 inside
also try configuring a username e.g
username >yourname< password >yourpass< priviledge 15
try again and use the new user to connect..
hth, please rate it
07-04-2007 01:57 AM
Hello Bimal,
For access to ASDM, here are the primary commands you need on ASA-
1) Set the ASDM image.
Assuming that you have asdm image file on disk of ASA saved as asdm.bin, you need to configure this commands-
asdm image disk0:/asdm.bin
2) Enable HTTP server-
http server enable
3) Allow hosts to connect to HTTP server-
http 0 0 inside
(to allow everyone on inside interface)
http 0 0 outside
(to allow everyone on outside interface)
By default, for user authentication, leave username field blank and enter your enable password. If you have not set any enable password yet, you may leave the password field blank too.
To set the enable password, you can use following command-
enable password
Hope this helps.
Regards,
Vibhor.
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