07-23-2003 02:31 AM - edited 03-02-2019 09:03 AM
We have cat4506 with ios .We want to restrict bandwidth for www application.And it doesnt work, bandwidth is not restricted.Do i miss something?
qos
!
!
class-map match-all pol
match access-group 111
!
!
policy-map pol
class pol
police 32000 bps 1000 byte conform-action transmit exceed-action drop
!
!
!
interface FastEthernet2/3
no switchport
ip address 10.0.2.8 255.255.255.0
service-policy input pol
!
access-list 111 permit tcp any any eq www
07-29-2003 11:55 AM
Bandwidth cannot be restricted on any of the Catalyst Switches. It can be restricted only on Cisco Routers by using "Committed Access Rate" concept. Switches do not work that way.
I guess, there is no way in switches to restrict the bandwidth.
07-31-2003 09:54 AM
What about l3 aware catalyst switches. They are just big routers so I would surmise that CAR is supported.
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