07-06-2010 08:26 AM
Can you assign embryonic connection limits to each VPN (site-to-site) or can it only be assigned globally or on a per interface basis?
Also what is the difference between a half opened connection and an embryonic connection?
Thanks!
07-06-2010 08:53 AM
I assume we're talking about ASA?
Emrionic and half open connections are same thing or at least in context of what ASA is doing (Connection that still didn't receive SYN-ACK)
You can set the number of those via MPF, with whatever a class can match - in particular if you want to set embryonic limit on particular crypto map entry you can used the same access-list to mach traffic.
07-06-2010 08:59 AM
Thanks, and do I just apply the policy to the outside interface (and yes this is an ASA)... or is there a way to apply to the crypto map?
07-06-2010 09:02 AM
There is no way to apply it to crypto map.
I believe the proper place to apply it is "global" policy rather then per interface.
Here's a decent configuration example:
Marcin
07-06-2010 09:04 AM
Thanks, If you do apply it to an interface, will this disable the global policy, or just work alongside it (with the interface policy being looked at first?)
07-06-2010 09:14 AM
They will work alongside each other.
http://www.cisco.com/en/US/docs/security/asa/asa82/configuration/guide/mpf.html
Service Policy Guidelines
•Interface service policies take precedence over the global service policy for a given feature. For example, if you have a global policy with FTP inspection, and an interface policy with TCP normalization, then both FTP inspection and TCP normalization are applied to the interface. However, if you have a global policy with FTP inspection, and an interface policy with FTP inspection, then only the interface policy FTP inspection is applied to that interface.
•You can only apply one global policy. For example, you cannot create a global policy that includes feature set 1, and a separate global policy that includes feature set 2. All features must be included in a single policy.
07-06-2010 09:11 AM
Also.. am I correct in assuming that VPN peers (site-2-site) are still subject to the default global policy?
07-06-2010 09:15 AM
Yes, as far as I'm aware MPF is agnostic if traffic belongs to VPN, only expcetion being QoS configuration where you have "match tunnel-group" command.
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