cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
558
Views
12
Helpful
5
Replies

bandwidth adjustment

agentlife
Level 1
Level 1

Given that there is a network connected to the inet via ADSL. Can i set the bandwidth to be greater for some specific IP's and smaller for others? If yes, how?

5 Replies 5

kamal-learn
Level 4
Level 4

hi

yes you can do using QOS.have a look on some posts that have already discussed that.

HTH

please do rate if it does clarify

thanx. Do u know where to find a little help about QOS implementation? I mean some sort of tutorial or HOWTO or whatever?

check this URL if it gives you any clue.

http://www.cisco.com/univercd/cc/td/doc/product/lan/c3550/12113ea1/3550scg/swqos.htm

rate if it helps...

Yes it does. Although it is a little bit theoritic and i do no not have much time for reading (i must do it immediately) it will definitely help.

hi latos

here is a snapshot of waht you can do

1- classify your traffic using classes:

class-map match-all webtraffic

match access-group 101

class-map match-all oracle-traffic

match access-group 102

2-create your access-list that contains or constraint the traffics defined above HTTP for web ,port and transport for oracle-traffic that oracle use ...

access-list 101....

access-list 102....

3-create a policy map to give a bandwidth and a priority to your traffic using policy-map

policy-map outbound-policy

class webtraffic (the classes you ve created before)

bandwidth 25 percent

class oracle-traffic

bandwidth 50 percent

(dont go over 75 percent of the total bandwidth)

4- apply the policy to the outgoing interface

interface serial

service-policy output outbound-policy

HTH

please do rate if it does clarify

Review Cisco Networking products for a $25 gift card