Can i control a Bandwidth of the client with this configuration, if 2950 Switch is connected with Gi0/11 Port. Bandwidth is configured on 3550.
3550(config)#mls qos aggregate-policer fncmarketing-FNC001 64000 8000 exceed-action drop
3550(config)#class-map match-all fncmarketing-FNC001
3550(config-class)#match access-group name fncmarketing-FNC001
3550(config)police-map MAIN
3550(config-pmap)class fncmarketing-FNC001
3550(config-pmap-c)#police aggregate fncmarketing-FNC001
3550(config)#police-map AHV
3550(config-pmap)#class fncmarketing-FNC001
3550(config-pmap-c)#police 64000 8000 exceed-action drop
3550(config)#ip access-list extended fncmarketing-FNC001
3550(config-ext-nal1)#permit ip host 192.168.10.1 any
3550(config-ext-nal1)#permit ip any host 192.168.10.1
sh run int gig 0/11
Building configuration...
Current configuration : 192 bytes
!
interface GigabitEthernet0/11
description Trunk Port
switchport trunk encapsulation dot1q
switchport mode trunk
service-policy input AHV
flowcontrol send off
end