11-12-2018 01:02 PM - edited 02-21-2020 08:27 AM
Hi Everyone,
I am in the process of setting up ASA for home lab . In the process have attempted to configure inspection of icmp traffic and was following a doucument I got online. At a point, when enter
class-map type inspect
command it does take icmp or show icmp as an option ( see attached screen capture).
Please share if is there is other way of doing achieving this or the problem ?
11-12-2018 01:18 PM
11-12-2018 02:34 PM
Hi RJI,
I thank you for your prompt response. I see now the command you provided helped to list icmp as one of the default inspected protocol. but I could not still get a ping response from a device connected to the outside interface. I can get a response from the outside device when ping from the ASA itself but if clients connected to inside interface the ping will time out.
1. The outside router is directly connected to the ASA with outside interface with the same ip address space
2. My inside interface is configured with different subnet with dhcp enabled with gateway of the inside interface address
3. The route is configured to point to forward unknown network (0/0) traffic to the outside router.
So do you think this is ICMP issue with firewall or another problem ?
11-12-2018 02:43 PM
11-13-2018 11:17 AM
11-14-2018 06:57 PM
11-15-2018 06:15 AM
Running a packet capture on Router would show if it receives packet or not.
11-12-2018 01:19 PM
policy-map global_policy
class inspection_default
inspect icmp
regards, mk
please rate if helpful or solved :)
11-12-2018 02:37 PM
11-12-2018 07:43 PM
Check 1: On ASA, make sure you have ACL on Outside interface permitting ICMP from router towards inside.
Check 2: reverse route to inside network on router, if NAT is not configured on the ASA.
or Configure NAT/PAT for inside network on ASA.
Check 3: After above Check 1 & 2. run ping and do packet capture on outside interface of ASA and inside interface of router.
if above doesn't resolve, can you past ASA and router config and packet capture of Outside interface ASA and Inside interface of Router?
11-13-2018 10:53 AM
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