cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
297
Views
0
Helpful
3
Replies

Band Width limit in VPN

kkonuru123
Level 1
Level 1

 

Hello All,

I have 6 Mbps link. I need to setup 2 Mbps for one S2S vpn and 4 Mbps for another S2S vpn. I know site2site vpn configuration but don't know the setting bandwidth limit. Can anyone let me know how to do or any link.

 

Thanks,

Krishna

3 Replies 3

Pedro Lereno
Level 1
Level 1

Hi Krishna,

 

Do you known how to setup a VTI vpn?

http://www.cisco.com/en/US/technologies/tk583/tk372/technologies_white_paper0900aecd8029d629_ps6635_Products_White_Paper.html

 

Then you can implement QoS (shaping or policing) on that tunnels interfaces.

 

Here an example for shaping (configure on both sides):

policy-map T1

class class-default
    shape average 3984588 39845     // 3984588 = 4*1024*1024*.95 for 4 Mbps link

interface tunnel 1

service-policy output T1

 

Hope this can help!

 

Regards,

 

Pedro Lereno

Hi Pedro,

Thank you for the reply. I have seen the link you have provided and it is like gre over ipsec but no crypto maps. I have learned  new topic today.  The document is good and thanks again.

Regards,

Krishna

 

 

Check out this link....is this what you are after?

http://www.cisco.com/c/en/us/td/docs/ios/12_2/qos/configuration/guide/fqos_c/qcfvpn.html

--

Please remember to select a correct answer and rate helpful posts

--
Please remember to select a correct answer and rate helpful posts