07-12-2016 03:57 AM - edited 03-08-2019 06:36 AM
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.
Solved! Go to Solution.
07-15-2016 08:59 AM
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.
07-12-2016 05:48 AM
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.
07-15-2016 08:05 AM
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
07-15-2016 08:59 AM
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.
07-15-2016 07:38 AM
Hi Shoaib,
Can you provide platform information i.e. 'show version', 'show module', also running configuration.
Thanks,
Ashish
07-15-2016 08:09 AM
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.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide