rate limiting on an ethernet interface
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2010 01:53 PM - edited 03-06-2019 10:31 AM
Hi Folks,
I need a little help, verification. We have some 6509's with MSFC's running a bunch on virtual interfaces and we want to limit the bandwidth on one vlan/interface. Here is my interface config:
interface Vlan110
description slow lane
ip address 10.1.110.2 255.255.255.0
no ip redirects
no ip unreachables
rate-limit input 8000 1500 2000 conform-action transmit exceed-action drop
rate-limit output 8000 1500 2000 conform-action transmit exceed-action drop
standby 110 ip 10.1.110.1
standby 110 priority 220
standby 110 preempt
- Labels:
-
Other Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2010 11:52 PM
Hello MTP337,
there are some aspects that need to be addressed:
exactly what type of supervisor and IOS image is on the C6509?
depending on the HW and IOS image the MSFC Vlan SVI can see only process switched packets and not packets that are switched by multilayer switching this would explain your results.
Another important point is the two endpoints used in the file transfer if they are in the same IP subnet the multilayer switch SVI is not involved in the process.
Also for multilayer switched packets you need to use different QoS tools that are applied to the PFC policy feature card that has its own QoS capabilities and features.
So it is likely you need to configure policers for PFC module in the supervisor at port level or at vlan level (L2 broadcast domain)
see
Hope to help
Giuseppe
