Link to home
Start Free TrialLog in
Avatar of Azhar Mohammad
Azhar Mohammad

asked on

asdm access issue

Asa 8.4(5)
asdm 7.1(4)
java 7 40

can not able to access asdm by browser
IE 8 and 11

all setting is good even access rule , http local console, http network interface. everything is done
is java and asdm is compatible?????
Avatar of Miles M
Miles M

Make sure that you have the following:

enable the http server
http server enable

Open in new window


allow http (asdm) connections for management:
http <ip / network address> <mask> <interface>

Open in new window

Make sure that you have the right information including the interface, which will be the interface that you are going to come in on. For example from the internet would likely be outside, from internal would likely be inside.

add a user for authentication:
username <user> password <pass>

Open in new window


enable asdm for local login
aaa authentication http console LOCAL

Open in new window


set the asdm image:
asdm image <image name>

Open in new window


You can confirm that http management is enabled by issuing the following command:
show asp socket table

Open in new window


You should see any output similiar to below:
ASA01(config)# sh asp table socket


Protocol   Socket    State      Local Address                                Foreign Address
SSL        00013878  LISTEN     X.X.X.X:443                          0.0.0.0:*
SSL        0002a978  LISTEN     172.30.235.1:443                             0.0.0.0:*
TCP        000339e8  LISTEN     X.X.X.X:22                           0.0.0.0:*
TCP        00046628  LISTEN     172.30.235.1:22                              0.0.0.0:*
DTLS      000530d8  LISTEN     X.X.X.X:443                          0.0.0.0:*
DTLS      4831e928  LISTEN     172.30.235.1:443                             0.0.0.0:*

Open in new window


Once you confirm that it's listening on port 443.

You should be able to open a web browser and navigate to https://one of the ASAs ip addresses.

click through any warning that the browser gives about the certificate.

if this doesn't work, try a different browser.

You should be shown a page to download asdm.

Make sure you have java installed, and you should be able to install asdm and run it.
This question needs an answer!
Become an EE member today
7 DAY FREE TRIAL
Members can start a 7-Day Free trial then enjoy unlimited access to the platform.
View membership options
or
Learn why we charge membership fees
We get it - no one likes a content blocker. Take one extra minute and find out why we block content.