1. Install Java 6u26 + Cisco ADSM to machine
TFTP the adsm.bin file to the flash of the ASA router

Set the ip of the interface
conf t
int gig0
ip add
nameif inside
//higher is less secure
no sh


Prepare the ASA for ASDM

hostname ASA
domain-name CISCO
http server enable
http 172.16.0.0 255.255.0.0 inside //allowed networks to access
username USERNAME password CISCO priv 15
asdm image flash:asdm-702.bin //set the filename of the asdm image

Leave a Reply