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

guaranteed traffic for a single host

mkondela
Level 1
Level 1

all,

i have a router connected to 512kb leased line to my branch office and only two computers are directly connected to the router.

router etrhernet ip : 10.70.60.1

pc1 ip : 10.70.60.10

pc2 ip : 10.70.60.11

i need to dedicate 128kb for any traffic from PC2. how can i achieve this..?

someone told me there are two ways. one is comitted access rate and other one is WFQ based on an access-list.

I am very much novice in these traffic management techiques, please post me some configuration examples. so i can work on that template.

thanks

Kondela

1 Reply 1

smif101
Level 4
Level 4

Here are the commands that you would need.

Router(config)#interface Serial0

Router(config-if)#service-policy output cbwfq

Router(config)#class-map data

Router(config-cmap)#match access-group 1

Router(config)#policy-map cbwfq

Router(config-pmap)#class data

Router(config-pmap-c)#bandwidth 128

Router(config)#access-list 1 permit ip 10.70.60.11

Hope this helps,

Jason Smith

www.smif101.com