Upgrade the IOS to 12.0(7)T and use class-based wfq with priority 
at output interface towards destination, and wfq for other traffic: 


access-list 101 permit ip     
access-list 102 permit ip any any 


class sample 
 match access-group 101 


class normal 
 match access-group102 


policy-map peername 
 class sample 
 priority   <-- this is all other bandwidth 
 random-detect <--optional, use for wred 
 fair-queuing <-- optional, use for flow-based wfq 


interface serial 1/0.1 point-to-point 
 service-policy output peername 


This should do it. 





Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=4837&t=4797
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to