How to configure ASDM on Cisco ASA
First you need to assign IP address and Name to specific port.
Example:
In configuration mode
Ciscoasa(config)# ip address 192.168.2.1 255.255.255.0
Ciscoasa(config)# no shut
Ciscoasa(config)#nameif inside (now I want to enable ASDM in inside network)
Ciscoasa(config)#http server enable (this command will enable 443 port on firewall)
Ciscoasa(config)#http 192.168.2.2 255.255.255.255 inside (here you can specify network, host as per your requirement)
If ASDM not loaded, you need to apply ASDM image form firewall directory.
To locate ASDM image go to privilege mode and type DIR (directory)
And locate dosk0:/asdm645.bin or some version no.
To apply image type:
asdm image dosk0:/asdm645.bin (Whichever version is avail in directory)
Hit enter. (ASDM ready to access now)
No comments:
Post a Comment