RE: Bandwitdh Allocation and Routing [7:4797]

2001-05-17 Thread Dyson Kuben

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=7i=4837t=4797
--
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Bandwitdh Allocation and Routing [7:4797]

2001-05-16 Thread Hamid

Hi

Can anybody tell me how I can dedicate a bandwith for some destination
addresses?

I have a 3662 cisco router with IOS 12.1. This router is the main gateway of
my network. My network has three segments to which I want to alloocate a
bandwith.
I have a 6 Mb bandwith which I want to share beyween these three segments
whish are in differesnt segments.

Well, I want to provide a dedicated 2 Mb bandwidth to each segment. From the
3662 router side, these 3 segments are in 3 different subnets but in one
physical segment. (all tf these three segments are routed through the one
FastEthernet interface).

Thanks in advance !

Hamid




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