cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
723
Views
0
Helpful
1
Replies

how to configure bandwidth pool in Cisco 2811 router (Bandwidth Splite)

pamirinstitute
Level 1
Level 1

Hi All

we have 6 Mbps bandwidth and i want to configure a bandwidth pool like 2 mbps for our finance section 3 for IT Dept and 1 for Administration can any one please give me the steps

thanks in Advance.

1 Reply 1

Joseph W. Doherty
Hall of Fame
Hall of Fame

I would recommmend against such an approach. Often better is managing traffic types. However, assuming you also don't want to limit the departments to just your desired bandwidths, CBWFQ could be used.

e.g. (NB: syntax possibly incorrect)

!identify dept. traffic my source addr block?

ip access-list extended DeptFinance

permit ip #.#.#.# #.#.#.# any

ip access-list extended DeptIT

permit ip #.#.#.# #.#.#.# any

ip access-list extended DeptAdmin

permit ip #.#.#.# #.#.#.# any

class-map match-any DeptFinance

match group DeptFinance

class-map match-any DeptIT

match group DeptFinance

class-map match-any DeptAdmin

match group DeptFinance

policy-map CBWFQ

class DeptFinance

bandwidth remining percent 33

class DeptIt

bandwidth remining percent 50

class DeptAdmin

bandwidth remining percent 17

interface ?

service-policy output CBWFQ

Review Cisco Networking products for a $25 gift card