05-10-2012 07:13 AM - edited 03-11-2019 04:05 PM
I was under the impression that all Cisco ASA firewalls shipped with a default inspection policy.
Example
policy-map global_policy
class inspection_default
inspect dns preset_dns_map
inspect ftp
inspect h323 h225
inspect h323 ras
inspect rsh
inspect rtsp
inspect esmtp
inspect sqlnet
inspect skinny
inspect sunrpc
inspect xdmcp
inspect sip
inspect netbios
inspect tftp
inspect ip-options
inspect http
inspect ipsec-pass-thru
However, looking at a 5505 I have here, there is NO default inspection policy defined. If I try to add
policy-map global_policy
class inspection_default
It tells me there is no class inspection_default
can I build this myself? Why is it missing (I have two other ASA 5505s here that also do not have it). What would I do to rebuild it?
05-10-2012 07:47 AM
Ah, nevermind: figured out what the issue was
you need the
|
05-10-2012 08:55 AM
Hello Collin,
When there is no inspection default, you can also add "Clear config fixup" and the default policy will appear.
Mike
04-23-2014 12:16 PM
clear config fixup is a nifty trick.
Thank you!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide