cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
303
Views
5
Helpful
1
Replies

Perticular Source to Destination bandwidth allocation?

c82_patel
Level 1
Level 1

Hi,

I am having 1 Mbps Link.But in my scenerio perticular one source to one destination consuming 80% of total bandwidth.

I need to allocate 200 Kbps for this source to destination. Or can we bound bandwidth restriction on specific Services,Port,Source and destination.

1 Accepted Solution

Accepted Solutions

aijaz802
Level 1
Level 1

HI,

You can use the QOS on the router.

1. Create an extended acl with source/dest n protocol

access-list 101 permit tcp sourceip/mask destip/mask eq www/any port

2. apply it on the interface with the rate-limit command

int se x/x

rate-limit input access-group 101 200000 24000 32000 conform-action transmit exceed-action drop

Please go thru the following link for more info.

http://www.cisco.com/en/US/docs/ios/12_0/qos/command/reference/qrcmdr.html

Pls. rate if it helps..

BR

*aijaz*

View solution in original post

1 Reply 1

aijaz802
Level 1
Level 1

HI,

You can use the QOS on the router.

1. Create an extended acl with source/dest n protocol

access-list 101 permit tcp sourceip/mask destip/mask eq www/any port

2. apply it on the interface with the rate-limit command

int se x/x

rate-limit input access-group 101 200000 24000 32000 conform-action transmit exceed-action drop

Please go thru the following link for more info.

http://www.cisco.com/en/US/docs/ios/12_0/qos/command/reference/qrcmdr.html

Pls. rate if it helps..

BR

*aijaz*

Review Cisco Networking products for a $25 gift card