02-11-2024 05:57 AM
I was looking into setting up BGP on an ftd and was wondering where to allow TCP179 and then I realized there is nowhere to even add this as an access entry. Same goes for VPN. Is this not wildly insecure?
Solved! Go to Solution.
02-11-2024 06:03 AM
https://integratingit.wordpress.com/2021/06/26/ftd-control-plane-acl/
In FTD using control -plane done via flexconfig
Check link' I alos will check new versions of fdm and fmc if there is option to add it directly.
Thanks
MHM
02-11-2024 06:03 AM
https://integratingit.wordpress.com/2021/06/26/ftd-control-plane-acl/
In FTD using control -plane done via flexconfig
Check link' I alos will check new versions of fdm and fmc if there is option to add it directly.
Thanks
MHM
02-11-2024 06:03 AM
@guacamoley you can use the control-plane ACL functionality to restrict access "to" the FTD such as BGP, currently you must use FlexConfig to configure this.
02-11-2024 07:40 AM
As @Rob Ingram and @MHM Cisco World mentioned, you can use "access-group <name> in int outside control-plane" to control who can access TCP/179. Obviously, it is practically impossible to do the same for TCP/443, although technically control-plane ACLs do work for TCP/443 too. This means that TCP/443 is wide open and the firewall doesn't have protection for TCP/443.
Also, if you, for example, try to rate-limit TCP/443 messages to protect device from DoS, you'd find that none of ASA features work:
- "class-map type management" doesn't allow you to limit connections or embryonic connections per-host in the corresponding policy-map
- "class" and "member" constructs do not limit to-the-box connections in case of multiple context mode (on ASA), hence "limit-resource rate" doesn't work too (this tool is unavailable on FTD as it doesn't support multiple mode)
- MPF is not capable of connection rate-limiting at all.
HTH
02-11-2024 01:19 PM
Doesn't the FTD have its own DDOS protection with the Network Analysis Policy?
02-11-2024 01:27 PM
@guacamoley the NAP is for traffic "through" the FTD not "to".
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