cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
444
Views
0
Helpful
6
Replies

VPN Bandwidth

gavin.mckee
Level 1
Level 1

Hi

If I have a VPN as a backup link over a 10Mbps ISP Cloud, is there anyway to tell the VPN that it is only allowed to take 2Mbps?

6 Replies 6

m.sir
Level 7
Level 7

In other words you need QoS (traffic shape for IPSEC)

try following document

http://www.cisco.com/en/US/netsol/ns340/ns394/ns171/ns109/networking_solutions_white_paper09186a00801890f7.shtml

M.

Hope that helps rate if it does

Thanks for that but... this document seems to say that you can use QOS to reserve at least 2Mbps over the 10Mbps link. My question is can you constrain IPSec to using only 2Mbps?

Gav

If this VPN is terminating on VPN concentrator then it's quit easy. Even if it will terminate on any device then also it should possible. Please give me more idea about the setup.

Thanks,

Mustafa

No such luck having a nice toy like a VPN Concentrator!! The VPN is terminating on a Cisco Router. The setup is basically 2 cisco routers connected directly to the internet via a 3550 switch (one router in Dublin one in London). I want the 2 routers to use a % of the avilable bandwith so that it does not impact on normal internet access.

tom.shiba
Level 1
Level 1

You might have to adjust it but I think this is what you are looking for. This is a child nested map which contains your IPsec policer at 2 megs. The parent "QOS-OUTPUT" shapes and will actually limit your outbound bandwidth to exactly 10megs. You may have to tweak it a little. I like this method as you can use %s in your class which is relative to your max bandwidth of the parent class.

class-map match-any IPSEC

match access-group name IPSEC

!

policy-map QOS-CLASS

class IPSEC

police rate 2000000 bps burst 2000 bytes

conform-action transmit

exceed-action drop

queue-limit 30

!

policy-map QOS-OUTPUT

class class-default

shape average 10000000 1000

service-policy QOS-CLASS

!

interface Ethernet1

description OUTSIDE

service-policy output QOS-OUTPUT

!

ip access-list extended IPSEC

permit udp any any eq 500

permit udp any any eq 4500

permit esp any any

!

Thanks for this posting... I have a few questions

what does this mean?

police rate 2000000 bps burst 2000 bytes

and what does this mean?

shape average 10000000 1000

If the Internet connection is 10Mbps do I set the police rate to 10,485,760 bps

the maximum bandwith I would like to make avilable is 8Mbps 8,388,608 bps

Thanks for your help... I am very interested in totally understanding the configuration options and how I can tweak them.

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: