cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1482
Views
0
Helpful
5
Replies

How to use other class bandwidth if its not in use in bandwidth restriction QOS configuration

shoaib sheikh
Level 1
Level 1

Hello Everyone,

I have various clients using same internet link. I am restricting bandwidth as per following configuration.

policy-map Bandwidth_restrict

class client1
police cir 12000000
conform-action transmit
exceed-action drop
violate-action drop

class client2
police cir 35000000
conform-action transmit
exceed-action drop
violate-action drop

etc.

The configuration above will always restrict client 1 to 12 Mb even if other clients are not using their respective bandwidth. I would request to please provide me the configuration so that client 1 can use other clients bandwidth if its available and not in use.

1 Accepted Solution

Accepted Solutions

Disclaimer

The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.

Liability Disclaimer

In no event shall Author be liable for any damages wha2tsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.

Posting

Ah, "input direction", eh?

Devices only support bandwidth statements for egress.  Policing can be used on ingress or egress.  In this case, I believe the device doesn't support what you want to do.

View solution in original post

5 Replies 5

Joseph W. Doherty
Hall of Fame
Hall of Fame

Disclaimer

The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.

Liability Disclaimer

In no event shall Author be liable for any damages wha2tsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.

Posting

Remove the police statement and just use a bandwidth statement.

Thanks Joseph for the reply.

I tried using bandwidth command but it gave me "Bandwidth command not allowed at parent level in input direction".

policy-map Bandwidth_restrict

class client1
(config-pmap-c)#bandwidth 12000
Bandwidth command not allowed at parent level in input direction

Disclaimer

The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.

Liability Disclaimer

In no event shall Author be liable for any damages wha2tsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.

Posting

Ah, "input direction", eh?

Devices only support bandwidth statements for egress.  Policing can be used on ingress or egress.  In this case, I believe the device doesn't support what you want to do.

ashishr
Level 1
Level 1

Hi Shoaib,

Can you provide platform information i.e. 'show version', 'show module', also running configuration.


Thanks,
Ashish

Hi Ashish,

Its cisco 3925 Router. 

show version
Cisco IOS Software, C3900e Software (C3900e-UNIVERSALK9-M), Version 15.3(3)M, RELEASE SOFTWARE (fc2)

show version | in .bin
System image file is "flash0:c3900e-universalk9-mz.SPA.153-3.M.bin"

This router does not support " show module" command. Let me know if any specific details you are looking for.