07-08-2025 06:47 AM
I'm learning the basics of FTD (FP1010) and doing some tests. Using FDM, I create an ACE Rule to block ICMP (any type, any network). It’s the first rule on top of other policies, setup as Block and log. I can see the rule being triggered if I try to ping an external destination like 8.8.8.8, but not if I ping the LAN address of FTD. The same way, this rule is ineffective to block pings from Outside to the WAN address of FTD.
I’ve read some Cisco documents, but I couldn't fully understand this behavior yet. Could explain ?
Thank you,
Solved! Go to Solution.
07-08-2025 10:18 AM
concern or not
there is huge different between FMC and FDM
some feature need FMC
check this guide how you harden the FTD
MHM
07-08-2025 06:53 AM
Hi @Otvforte ,
This behavior is expected with Cisco FTD ACE rules. The ACE policies apply only to traffic passing through the FTD, not to traffic destined to or originating from the FTD device interfaces themselves.
When you ping an external IP (like 8.8.8.8), the traffic passes through the FTD, so the ACE rule blocks it as configured.
However, pings directed to the FTD’s own LAN or WAN interface IP addresses are handled internally by the device’s management plane and are not subject to ACE policies.
To control ICMP to the FTD interfaces, you need to configure ICMP filtering or management access controls within the FTD’s device management settings or platform configuration.
07-08-2025 06:53 AM
@Otvforte the Access Control policy controls traffic routed "through" the FTD, not "to" the FTD itself.
07-08-2025 07:11 AM
To the box
Use ACL control plane
Through the Box
Use ACL (what you config)
MHM
07-08-2025 07:39 AM
FYI, control plane ACL does not filter ICMP traffic to the FTD/ASA's interface.
07-08-2025 09:16 AM
Understood, thanks for all answers. By this default behavior, I understand that blocking ICMP on Wan public interface is not a concern, right ?
07-08-2025 09:31 AM
@Otvforte I don't think you can restrict ICMP to the FTD itself when using FDM, you can if using FMC for management under the Platform Settings. You may be able to apply the ASA equivalent commands "icmp deny x.x.x.x" using Flexconfig on FDM, I've never tried though and the command may be blocklisted.
If it is a concern, apply an ACL in the router in front of the FTD and deny icmp to the FTD's WAN interface IP address and permit the rest of the traffic.
07-08-2025 09:58 AM
Use control plane
If not work inform me I will share other solution
MHM
07-08-2025 10:01 AM - edited 07-08-2025 10:06 AM
07-08-2025 10:18 AM
concern or not
there is huge different between FMC and FDM
some feature need FMC
check this guide how you harden the FTD
MHM
07-08-2025 11:39 AM
Thank you, I'll try learning / using ACL control plane.
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