Did this help?
Main Topics
Browse All TopicsI have two Cisco ASA 5505's connected using a VPN. The only other use of the device is to connect to websites if I need to download a file . The firewalls and connection is dedication for offsite backup. I would like to know how to secure the device using either the CLI or ASDM. I tried various documents from Cisco and even tried their 1230 page manual linked below, but it is a little over my head. I need some good step by step documents with PICTURES.
http://www.ciscosystems.co
I'd like to try this myself. Who can point me into the right direction to do the following:
1) Change passwords ( I can't change the enable password. The enable secret password was changed successfully.)
2) Disable remote management access
3) Disable access via unsecure telnet and force ssh
4) How to configure the firewall to only allow outgoing http and incoming/outgoing traffic on the VPN
5) And other basic settings.
This is very simple stuff and i'm just expecting some good resources to be given. My terminology is very wrong so it has been difficult for me.
Thanks for your time.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: jfer0x01Posted on 2009-10-26 at 16:33:44ID: 25668077
Hi,
Password-R ecovery-on -the-Cisco -ASA- Secur ity-Applia nce&id=664 795
/docs/secu rity/asa/a sa72/ getti ng_started /asa5505/q uick/guide /remcli.ht ml
/tech/tk64 8/tk361/ te chnologies _configura tion_examp le09186a00 80100548.s html
1. if you cant change enable password, you have to reset device to factory
http://ezinearticles.com/?
use the 0x41 load ignore settings, and load a default ios configuration
2. use ASDM, but remote management is something you want to keep on.
http://www.cisco.com/en/US
3. you use acl's to permit traffic, by default, all cisco equipment denies traffic, you use acl's to permit certain traffic, that meet certain citeria
ex.
acl 100 deny tcp any any eq 23 ; for telnet
you would use the same
acl 100 allow tcp any any eq 22 : for ssh
see
http://www.cisco.com/en/US
for ccommonly used acl's
Jfer