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

Bandwidth Allocation on PIX 8.0

akshay.dm
Level 1
Level 1

Hi,

I am having PIX ver 8.0

I want to allocate 512kb bandwidth for inbound remote access VPN users accessing LAN network behind PIX. My PIX is acting as VPN server and users on internet.

Can someone help me guide how to configure it using modular policy framework?

Thanks in advance.

Regards,

Akshay

2 Replies 2

Ganesh Hariharan
VIP Alumni
VIP Alumni

Hi ,

Check out the below link for PIX/ASA Bandwidth allocation for application and usage.

http://www.cisco.com/en/US/products/hw/vpndevc/ps2030/products_tech_note09186a008084de0c.shtml

Hope this helps your query !!

Regards

Ganesh.H

https://supportforums.cisco.com/docs/DOC-1230 also explains it with examples.

You will need something like

ASA(config)# priority-queue outside


ASA(config-cmap)# class-map TG1-rest-class
ASA(config-cmap)# match tunnel-group tunnel-grp1
ASA(config-cmap)# match flow ip destination-address

ASA(config)# policy-map police-priority-policy
ASA(config-pmap-c)# class TG1-rest-class
ASA(config-pmap-c)# police output 512000
ASA(config-pmap-c)# service-policy police-priority-policy interface outside

I hope it helps.

PK

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: