did this resolve it? I tried it and the ASA rejected the command
Main Topics
Browse All TopicsI have an ASA5520 just trying to cleanup some lines that are not in use. I dont get an error, however I can't remove the statement.
I have these as follow which I cannot remove. Can anyone tell me why?
crypto ipsec security-association lifetime seconds 28800
crypto ipsec security-association lifetime kilobytes 4608000
crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 20 set security-association lifetime seconds 28800
crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 20 set security-association lifetime kilobytes 4608000
crypto dynamic-map outside_dyn_map 20 set security-association lifetime seconds 28800
crypto dynamic-map outside_dyn_map 20 set security-association lifetime kilobytes 4608000
crypto dynamic-map outside_map 20 set security-association lifetime seconds 28800
crypto dynamic-map outside_map 20 set security-association lifetime kilobytes 4608000
crypto dynamic-map outside_dyn_map0 20 set security-association lifetime seconds 28800
crypto dynamic-map outside_dyn_map0 20 set security-association lifetime kilobytes 4608000
crypto map outside_map 20 set security-association lifetime seconds 28800
crypto map outside_map 20 set security-association lifetime kilobytes 4608000
crypto map outside_map0 65535 set security-association lifetime seconds 28800
crypto map outside_map0 65535 set security-association lifetime kilobytes 4608000
the top two are what I assume automatically create the attributes on the dynamic-map and map but when I remove the dynamic-map these stay!!
crypto ipsec security-association lifetime seconds 28800
crypto ipsec security-association lifetime kilobytes 4608000
Does anyone know what/why I can't remove these?
Thanks!
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: CoyotesITPosted on 2008-09-12 at 14:46:02ID: 22464156
found the way
in order to remove these you need to use
clear configuration crypto... for each static and dynamic map.