I am trying to limit bandwidth to 2Mbps on a VLAN on a Cisco 6513 Switch using rate-limit. I have added this entry to the interface:
interface Vlan112
ip address 129.112.10.18 255.255.255.240
rate-limit input 2048000 1500 2000 conform-action transmit exceed-action drop
rate-limit output 2048000 1500 2000 conform-action transmit exceed-action drop
input standby 1 ip 129.112.10.17
standby 1 priority 120
standby 1 preempt
QoS is enabled.
It has no effect whatsoever on Bandwidth
I was not sure if rate-limit can be assigned to a VLAN?
Can anyone help.
Thanks
interface Vlan112
ip address 129.112.10.18 255.255.255.240
rate-limit input 2048000 1500 2000 conform-action transmit exceed-action drop
rate-limit output 2048000 1500 2000 conform-action transmit exceed-action drop
input standby 1 ip 129.112.10.17
standby 1 priority 120
standby 1 preempt
QoS is enabled.
It has no effect whatsoever on Bandwidth
I was not sure if rate-limit can be assigned to a VLAN?
Can anyone help.
Thanks