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

CBWFQ for diff Customers

Just Kennie
Level 1
Level 1

Hi all,

I am trying to assign bandwidth for two different clients using CBWFQ, I use a class map to call the address of each clients defined by an access-list.

MY OBJECTIVE IS TO ASSIGN 128KBPS FOR EACH CUSTOMER WITH LEAST CONFIG BECAUSE OF RESOURSES!

WHAT IS THE EFFECT OF EACH CONFIG, AND WHICH SERVE THE PURPOSE  ?

....................................... A.................................

ip access-list standard CUSTOMER1

permit 10.0.0.1

ip access-list standard CUSTOMER2

permit 10.0.0.2

!

class-map match-any 128KBPS

match access-group name CUSTOMER1

match access-group name CUSTOMER2

!

policy-map CUSTOMERS

class 128KBPS

  bandwidth 128

!

........................B.............................

ip access-list standard CUSTOMER

permit 10.0.0.1

permit 10.0.0.2

class-map match-any 128KBPS

match access-group name CUSTOMER

!

policy-map CUSTOMERS

class 128KBPS

  bandwidth 128

....................................C..................................

ip access-list standard CUSTOMER1

permit 10.0.0.1

ip access-list standard CUSTOMER2

permit 10.0.0.2

!

class-map match-any CUSTOMER1

match access-group name CUSTOMER1

!

class-map match-any CUSTOMER2

match access-group name CUSTOMER2

!

policy-map CUSTOMERS

class CUSTOMER1

  bandwidth 128

class CUSTOMER2

  bandwidth 128

1 Reply 1

Jon Marshall
Hall of Fame
Hall of Fame

You need to use C because the other 2 only assign 128Kbps between both customers ie. they will share the 128Kbps between them. C allocates 128Kbps to each customer.

Jon

Review Cisco Networking for a $25 gift card