cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
190
Views
0
Helpful
2
Replies

Limiting the number of connections to the ip

Zhivotnikov-M
Level 1
Level 1

Is it possible to limit the number of connections to a single ip address using cisco asa 5510? If not, can anyone know the appropriate tools to do so.

2 Replies 2

Hello!

Yes it is possible

Here is a sample config:

access-list SINGLE_HOST extended permit ip any host 192.168.5.10

class-map RESTRICT_ACCESS
 match access-list SINGLE_HOST

policy-map global_policy
 class RESTRICT_ACCESS
  set connection conn-max 5

If you want more information, this is a good link:
http://www.cisco.com/c/en/us/td/docs/security/asa/asa84/configuration/guide/asa_84_cli_config/mpf_service_policy.html

Thank you!

Review Cisco Networking products for a $25 gift card