cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
577
Views
5
Helpful
1
Replies

Traffic Shaping

aous.salloum
Level 1
Level 1

Hi Guys, 

 

I have an ISR router where I have applied traffic shaping to the WAN interface to shape traffic to100M 

and part of that I need to limit traffic from one VLAN to 50M maximum.

Can you check if my configuration is correct? any suggestions are appreciated :) 

 

ip access-list extended VLAN9

permit ip 192.168.64.0 0.0.0.255 any

 

class-map match-all FILE-ARCHIVE
match access-group name VLAN9

 

policy-map PM-QOS-100M-CHILD
class CM-VOICE
priority percent 2
class FILE-ARCHIVE
bandwidth percent 40
shape average 50000000
class class-default
fair-queue


policy-map PM-QOS-100M-PARENT
class class-default
shape average 99000000
service-policy PM-QOS-100M-CHILD

1 Reply 1

Hello,

the policy looks fine to me. You don't really need the default class in the child policy, so you can leave that out:

 

policy-map PM-QOS-100M-CHILD
class CM-VOICE
priority percent 2
class FILE-ARCHIVE
bandwidth percent 40
shape average 50000000
--> class class-default
--> fair-queue

Review Cisco Networking products for a $25 gift card