cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
784
Views
5
Helpful
2
Replies

Implementing DoS sevice-policy on ASA 5525-X v9.8

N3t W0rK3r
Level 3
Level 3

I am looking to implement a service policy to protect against DoS SYN attacks.  I have this config that I'm planning to apply (see below). 

Question is, it better to apply it to the outside interface (where no policy currently exists) or to the global policy?  And, in doing so, would there be any interruption to data flow at the time the change is made?

 

Thanks in advance.

 

class-map SYN-DOS-class
match any
exit
!
policy-map SYN-DOS-policy
class SYN-DOS-class
set connection conn-max 9500
set connection embryonic-conn-max 5000
set connection per-client-embryonic-max 100
set connection per-client-max 75
exit

1 Accepted Solution

Accepted Solutions

Ajay Saini
Level 7
Level 7

It does not have any impact on the data flow at the time of interruption.

 

If you think that DOS can appear from any interface, better apply it globally so that is is applicable to traffic originating from behind any interface, not only outside. FYI, the policy applied on an interface takes preference over the global policy.

 

HTH
AJ

View solution in original post

2 Replies 2

Ajay Saini
Level 7
Level 7

It does not have any impact on the data flow at the time of interruption.

 

If you think that DOS can appear from any interface, better apply it globally so that is is applicable to traffic originating from behind any interface, not only outside. FYI, the policy applied on an interface takes preference over the global policy.

 

HTH
AJ

Thanks very much Ajay!

Review Cisco Networking for a $25 gift card