cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
323
Views
0
Helpful
1
Replies

Connecting to ASA5540 using ASDM

jayeshkamdar
Level 1
Level 1

I just got my ASA5540 and working on configuring it. So far I have configured the IP and able to telent to it but some reason I can use ASDM to connect to. Is there a special feature that I have to enable to connect using ASDM?

Please let me know. Thanks for your help.

1 Reply 1

m.sir
Level 7
Level 7

you need enable the HTTPS server and let a host on the inside interface access ASDM,

enter the following commands (for example let host with an address of 192.168.1.2 access to ASDM) :

ASA(config)# crypto key generate rsa modulus 1024

ASA(config)# http server enable

ASA(config)# http 192.168.1.2 255.255.255.255 inside

ASA(config)# write mem

M.

Hope that helps rate if it does