cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
406
Views
0
Helpful
1
Replies

L2L VPN Bandwidth Limit

pablonetwork
Level 1
Level 1

Hi guys, is there any way to limit the bandwidth in a ipsec-L2L VPN between two Cisco Pix 515E??? It can be for all traffic or only for specific traffic??

Thanks in advance.

1 Reply 1

rkazmierczak
Level 1
Level 1

Hi,

yes there is, in the class-map configuration you have to add: match tunnel-group x.x.x.x

you will then idenify specific traffic within the tunnel.

e.g.

class-map crypto_voice

match tunnel-group 1.1.1.1

match dscp ef

then apply specific actions to the class in the map.

I hope this is what you wanted to.