Traffic shaping on Cisco 2960S
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2015 01:06 PM - edited 03-05-2019 02:41 AM
need some help here. Looking to move traffic shaping of my ASA5540 and onto my perimiter switches which are stacked Cisco 2960S catalysts. Doing this because ASA can only shape upto 150MB and my circuit just got upgraded to 450Mb
my questions are:
- can traffic shaping be done on a cisco 2960s
- can the shaping be done on both ingress and egress ports on the switch or just the egress port?
- any help with scripting this would be appreciated
thanks
William
- Labels:
-
Other Routing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2015 02:08 PM
yes, you can do it on a VLAN interface... I have c2960s-universalk9-mz.150-2.SE8.bin
FLOOR6-2960S-24T(config)#int vla 500
FLOOR6-2960S-24T(config-if)#tr
FLOOR6-2960S-24T(config-if)#traffic-shape ?
group configure token bucket: group <access-list> CIR (bps) [Bc (bits) [Be (bits)]]
rate configure token bucket: CIR (bps) [Bc (bits) [Be (bits)]]
FLOOR6-2960S-24T(config-if)#traffic-shape
here's a link to an older config guide, but still the same commands
http://www.cisco.com/c/en/us/td/docs/ios/12_2/qos/configuration/guide/fqos_c/qcfgts.html#wp1000902
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2015 05:38 PM
Great thanks, i will look it over
