cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1150
Views
0
Helpful
3
Replies

Bandwidth limitation on 2900

Elopower123
Level 1
Level 1

Hi, 

 

I'm trying to configure bandwidth limitation for customers on my 2900 series router, the customer is connected on a subunterface. Any idea on how this could be achieved will be highly appreciated.

3 Replies 3

Hello,

 

below is an example where you would limit the customer to 30MB:

 

policy-map SHAPE
 class class-default
  shape average 30000000
!
interface GigabitEthernet0/0.1
 service-policy output SHAPE

Thanks Georg, but service policy command doesn't work on subunterface.

 

So how do I apply the policy map?

 

Also how do I ensure that the policy map works for both download and upload?

Hello,

 

sorry about that, my bad. You need a parent and a child policy:

 

policy-map CHILD_SHAPER
class class-default
shape average 30000000
!
policy-map PARENT_SHAPER
class class-default
shape average 3000000
service-policy CHILD_SHAPER
!
interface GigabitEthernet0/0.1
service-policy PARENT_SHAPER