07-05-2016 02:10 AM - edited 03-08-2019 06:29 AM
Hello everyone,
Why we configure bandwidth value to a interface ? Is it possible to utilize this value to rate limit ?
If I adjust the bandwidth for a one gig ethernet interface from 1000 to 10, what is the real transit capacity for this interface now?
Thank you very much.
Solved! Go to Solution.
07-05-2016 02:21 AM
Hi
the bandwidth statement is only for the actual IGP routing protocol to calculate the correct metric , it does not effect the bandwidth of the physical interface
http://www.cisco.com/web/techdoc/dc/reference/cli/nxos/commands/l2/bandwidth__interface.html
The bandwidth command sets an informational parameter to communicate only the current bandwidth to the higher-level protocols; you cannot adjust the actual bandwidth of an interface using this command.
07-05-2016 02:21 AM
Hi
the bandwidth statement is only for the actual IGP routing protocol to calculate the correct metric , it does not effect the bandwidth of the physical interface
http://www.cisco.com/web/techdoc/dc/reference/cli/nxos/commands/l2/bandwidth__interface.html
The bandwidth command sets an informational parameter to communicate only the current bandwidth to the higher-level protocols; you cannot adjust the actual bandwidth of an interface using this command.
07-05-2016 02:31 AM
Thank you for your help.
07-05-2016 05: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
Why we configure bandwidth value to a interface ? Is it possible to utilize this value to rate limit ?
As already noted by Mark, setting the bandwidth statement informs other protocols of the amount of logical bandwidth, and whatever it's set to doesn't normally impact the available physical bandwidth. For example, routing protocols might use the bandwidth setting for metric calculation. Interfaces will often use it for link loading percentage computations.
I think I recall some of the later IOSs support percentage based policing. If they do, they might use the bandwidth setting.
If I adjust the bandwidth for a one gig ethernet interface from 1000 to 10, what is the real transit capacity for this interface now?
Again, if you're changing the bandwidth statement, and there are not QoS statements using it, the only difference you might see is on the interface's bandwidth loading stats. I.e. for the same actual bandwidth usage, it should show a percentage 100 times larger.
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