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

Limit bandwidth For VPN users

cisconell
Level 1
Level 1

Hi Guys,

I am using ASA Version 8.2(1) , I want to limit the vpn users to use less bandwidth of my Interlink to access something on inside network

example : source vpn pool

Destn : inside network

Please let me know how can achive this with QOS config.

1 Accepted Solution

Accepted Solutions

pkupisie
Cisco Employee
Cisco Employee

Hello,

Probably the best would be to match tunnel-groups.

class-map TG1-best-effort

match tunnel-group Tunnel-Group-1

match flow ip destination-address

Then in policy-map police this traffic and apply this service-policy to outside interface (since you want to police traffic going from your inside). You can also use access-lists with the vpn pool.

For details please refer to:

http://www.cisco.com/en/US/docs/security/asa/asa80/configuration/guide/qos.html

View solution in original post

2 Replies 2

pkupisie
Cisco Employee
Cisco Employee

Hello,

Probably the best would be to match tunnel-groups.

class-map TG1-best-effort

match tunnel-group Tunnel-Group-1

match flow ip destination-address

Then in policy-map police this traffic and apply this service-policy to outside interface (since you want to police traffic going from your inside). You can also use access-lists with the vpn pool.

For details please refer to:

http://www.cisco.com/en/US/docs/security/asa/asa80/configuration/guide/qos.html

Thanks Piotr