09-17-2013 03:45 AM - edited 03-11-2019 07:39 PM
i have the following config on FWSM:
!
class-map inspection_default
match default-inspection-traffic
!
!
policy-map global_policy
class inspection_default
inspect dns maximum-length 512
inspect ftp
inspect h323 h225
inspect h323 ras
inspect netbios
inspect rsh
inspect smtp
inspect sqlnet
inspect sunrpc
inspect tftp
inspect sip
inspect xdmcp
!
service-policy global_policy global
!
what needs to be added to enable icmp inspection?
and is the above config the default ( i have a feeling some changed some settings)?
is there any special reason not to enable icmp inspect ?
thanks
Solved! Go to Solution.
09-17-2013 04:00 AM
Hi,
You would have to go to the correct configuration mode with
policy-map global_policy
class inspection_default
Then you could enter
inspect icmp
inspect icmp error
These are not enabled by default. I am not sure why they are not since they are a usual reason for problem with users testing connectivity with ICMP. Also wihtout them you actually have to allow ICMP with ACLs rather than have ICMP traffic inspected.
So I am not sure why its not on by default.
- Jouni
09-17-2013 04:00 AM
Hi,
You would have to go to the correct configuration mode with
policy-map global_policy
class inspection_default
Then you could enter
inspect icmp
inspect icmp error
These are not enabled by default. I am not sure why they are not since they are a usual reason for problem with users testing connectivity with ICMP. Also wihtout them you actually have to allow ICMP with ACLs rather than have ICMP traffic inspected.
So I am not sure why its not on by default.
- Jouni
09-17-2013 04:10 AM
Thanks
are any default inspections missing in the above config?
09-17-2013 04:15 AM
Hi,
To my understanding this is the Default Inspection Policy
class-map inspection_defaultmatch default-inspection-trafficpolicy-map global_policyclass inspection_defaultinspect dns maximum-length 512inspect ftpinspect h323 h225inspect h323 rasinspect rshinspect smtpinspect sqlnetinspect skinnyinspect sunrpcinspect xdmcpinspect sipinspect netbiosinspect tftpservice-policy global_policy global
Please do remember to mark a reply as the correct answer if it answered your question.
Ask more if needed.
- Jouni
09-17-2013 05:14 AM
thanks
found info for version 4.1
http://www.cisco.com/en/US/docs/security/fwsm/fwsm41/configuration/guide/inspct_f.html#wp1537724
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