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

WFQ vs policing

If I was running WFQ and wanted to give EF traffic 25% of the bandwidth. Would I do something like this?

 

 

policy-map POLICY
 class DSCP-EF
  priority level 1 
  police rate percent 25 
  ! 
 ! 
 class class-default
 ! 
 end-policy-map
!

 

 

The reason I ask is that, to me, guaranteeing bandwidth is about making sure that the scheduler removes packets from the various queues such that, 25% of what is taken is from this queue. Whereas policing is about altering (dropping/remarking) packets if they exceed a given data rate.

So is this the correct configuration to accomplish what I'm after or should I be using the bandwidth keyword?

0 Replies 0