09-24-2017 10:02 PM - edited 03-05-2019 09:10 AM
I have 2 upstreams out of the Data Center:
1. To ISPs
1. To other Data Centers via Layer 2 dark fiber
I would like to limit the bandwidth of customers going out of 2 upstream.
What would be the best way to do this? Would placing a switch in between be the best option to control traffic to clients? Or would using the 6500 be enough, thinking of other solutions as I would not like to create a bottleneck here.
09-25-2017 12:40 AM
Hello,
what hardware and IOS do you have ? Is there a PFC in the 6500 ? Post the output of 'sh version', as QoS depends on software and hardware specs...
09-25-2017 02:20 AM
ROM: System Bootstrap, Version 12.2(17r)SX7, RELEASE SOFTWARE (fc1)
BOOTLDR: Cisco IOS Software, s72033_rp Software (s72033_rp-ADVENTERPRISEK9-M), Version 15.1(2)SY9, RELEASE SOFTWARE (fc1)
Would you recommened that I do; UBRL, SVI policing, SRR/WRR on the 6500.
Or to place something in front of it.
Attached pictures of the hardware.
09-25-2017 03:43 AM
Hello,
depends on what you want to mark, if it is simply IP traffic, you could use policing (example below, limits IP traffic for customer 1 to 50Mbps):
ip access-list extended CUSTOMER_1
permit ip 192.168.1.0 0.0.0.255 any
class-map match-all CUSTOMER_1_LIMIT
match access-group name CUSTOMER_1
policy-map CUSTOMERS
class CUTOMER_1_LIMIT
police 50000000 1562500 conform-action transmit exceed-action drop
Check the document below for reference:
09-25-2017 05:44 AM - edited 09-25-2017 05:44 AM
Hi
There are 2 ways to limit the bandwidth, using police and shape.
Police will work dropping packets if they exceed the limit configured and it can be configured IN or OUT under an interface.
Shape will work creating a queue to forward packets and avoid to exceed the limit, It can be configured for outbound direction only.
Please check this link:
http://packetlife.net/blog/2008/jul/30/policing-versus-shaping/
09-25-2017 06:10 AM
As far as I recall the 6500 does not support shaping, unless have optical or FlexWan modules installed...I could be wrong and they mighy have added that recently...
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