08-02-2012 01:47 AM - edited 03-04-2019 05:08 PM
Hi,
i have one problem in our office.Iam sitting in the HO location.
In the HO location symantec server is available.This symantec server daily send the update to the client location.
Due to this update Most of the bandwidth it takes.
So the users are not able to work the other application.
I want to limit the traffic from the particular Symantec server.
Our symantec server ip:10.10.140.47
They should not be receive the traffic beyond the 25% of the total bandwidth.
Bandwidth:128kbps
is it possible??how to implement
Kindly tell me the configuration.
Client location configuration:
int fa0/0(LAN)
ip address 10.20.236.100 255.255.255.0
speed auto
duplex auto
int Ser0/1/0(WAN)
ip address 192.168.24.15 255.255.255.252
bandwidth 128
encapuslation PPP
speed auto
duplex auto
08-02-2012 01:58 AM
Hi Dinesh,
you can use CBWFQ(Class Based weighted Fair Queseing.)
Detail link from cisco.
http://www.cisco.com/en/US/docs/ios/12_0t/12_0t5/feature/guide/cbwfq.html
Here is the example, how to configure it :
Regards
Please rate if it helps.
08-02-2012 02:18 AM
Thanks for the Support.
I go through the link as u posted.i don't know how to apply.
But CBWFQ is new for me.
Can u guide me how to configure for my requirement.
Kindly help me.
08-02-2012 02:34 AM
Disclaimer
The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
Liability Disclaimer
In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
Posting
If it's a serial interface under 2 Mbps, try fair-queue on the serial interface (which normally is the default).
08-02-2012 02:40 AM
HI Dinesh,
I never configure this kind of Fir queuing.
but you can use this link to understand:
http://www.thebryantadvantage.com/ClassBasedWeightedFairQueueing.htm
and yes ..as Joshep toldif its a serial intface then please configure a fair-queue, it should work.(By default)
Regards
Please rate if it helps.
08-03-2012 10:47 PM
As per u advice i configured CBWFQ in my router.
Kindly refer the below configuration.
class-map match-all Symantec
match access-group 100
class-map match-all All
match access-group 101
!
!
policy-map CBWFQ
class Symantec
bandwidth 20
class All
bandwidth 76
interface Serial0/1/0
bandwidth 128
ip address 192.168.69.133 255.255.255.252
ip accounting output-packets
encapsulation ppp
ip route-cache flow
service-policy output CBWFQ
access-list 100 permit tcp 10.20.203.0 0.0.0.255 host 10.10.140.47
access-list 101 permit tcp any any
But is not working.still my symantec updated takes more bandwidth.
KIndly check my configuration and anything wrong means kindly provide the solution.
08-04-2012 02:47 AM
Disclaimer
The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
Liability Disclaimer
In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
Posting
DHINESHKUMAR PALANIAPPAN wrote:
But is not working.still my symantec updated takes more bandwidth.KIndly check my configuration and anything wrong means kindly provide the solution.
That may be completely normal.
CBWFQ bandwidth setting provide a minimum bandwidth guarantee. If your All traffic doesn't want more bandwidth than your Symantec traffic, your Symantec can use it.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide