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

Shape specific application traffic

MICHAEL BURNS
Level 1
Level 1

I have a customer that is requesting to limit/shape a specific application (tcp port 12000) to 10 mbps at all times even if their total traffic has not reached the max bandwidth of 50 mbps.  This is what I am thinking:

 

ip access-list extended SNA
permit tcp any any eq 12000
permit tcp any eq 12000 any

!

class-map match-any SNA
match access-group name SNA
!
policy-map SHAPE-50MEG-VLAN500
class SNA
shape average 10000000
class class-default
shape peak 50000000

!

int gi0/0/0

service-policy output SHAPE-50MEG-VLAN500

 

######################################

 

Would this work even if traffic has not reached the maximum 50mbps second?  In other words, will this policy go into action even if the link is not saturated?  

 

Thanks!

 

 

0 Replies 0
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:

Review Cisco Networking products for a $25 gift card