11-20-2018 03:22 AM - edited 02-21-2020 08:29 AM
i have fmc with Cisco Firepower 2110 ftd , i can browse the internet from inside fine but i cannot ping any outside ip address , i think it is denied in the inspection policy but i cant seem to find it in the fmc? where is the inspection policy in fmc?
Solved! Go to Solution.
11-20-2018 09:09 AM
Hi,
You can enable disable inspection policy from cli.
> configure inspection icmp disable
You can also create flex config to disable inspections. Create flex config as below and bind to FTD
policy-map global_policy
class inspection_default
no inspect icmp
HTH
Abheesh
11-20-2018 09:09 AM
Hi,
You can enable disable inspection policy from cli.
> configure inspection icmp disable
You can also create flex config to disable inspections. Create flex config as below and bind to FTD
policy-map global_policy
class inspection_default
no inspect icmp
HTH
Abheesh
11-26-2018 02:02 AM
11-26-2018 02:35 AM - edited 11-26-2018 02:37 AM
You need to do it on FTD not FMC.
You can also create a rule in ACP to allow ping.
HTH
Abheesh
11-26-2018 03:19 AM
You need to "inspect icmp" for ping to work.
Otherwise the FTD doesn't keep track of the icmp flows and thus when the icmp echo reply is received it is not recognized as part of an existing flow and is dropped.
Note if you want traceroute to work, even more configuration is required. Paul Stewart explains how here:
https://packetu.com/2018/08/12/traceroute-through-firepower-threat-defense/
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