[B]QoS on C3750G switch[/B] Hi, We have a head office that connects to the branch offices. The branch offices connect to the head office for cirtix, internet, file sharing etc. One of the branch office is facing problem while accessing citrix from the head office. On monitoring the traffic, it was observed that internet traffic was congesting the bandwidth when users were trying to access citrix. I do not have access to the branch or head office router as they are managed by service provider. However I was thinking of configuring QoS on the branch switch that connects to the branch router. Below is the configuration: [COLOR=#333333][FONT=Arial]class-map CITRIX[/FONT][/COLOR] [COLOR=#333333][FONT=Arial]match access-group name CITRIX[/FONT][/COLOR] [COLOR=#333333][FONT=Arial]![/FONT][/COLOR] [COLOR=#333333][FONT=Arial]class-map OTHERAPPS[/FONT][/COLOR] [COLOR=#333333][FONT=Arial]match access-group name OTHERAPPS[/FONT][/COLOR] [COLOR=#333333][FONT=Arial]![/FONT][/COLOR] [COLOR=#333333][FONT=Arial]policy-map ControlCitrix[/FONT][/COLOR] [COLOR=#333333][FONT=Arial]class CITRIX[/FONT][/COLOR] [COLOR=#333333][FONT=Arial]bandwidth percent 40[/FONT][/COLOR] [COLOR=#333333][FONT=Arial]class OTHERAPPS [/FONT][/COLOR] [COLOR=#333333][FONT=Arial]bandwidth percent 60[/FONT][/COLOR] [COLOR=#333333][FONT=Arial]![/FONT][/COLOR] [COLOR=#333333][FONT=Arial]ip access-list extended CITRIX[/FONT][/COLOR] [COLOR=#333333][FONT=Arial]permit tcp any any eq 1494[/FONT][/COLOR] [COLOR=#333333][FONT=Arial]ip access-list extended OTHERAPPS[/FONT][/COLOR] [COLOR=#333333][FONT=Arial]permit ip any any[/FONT][/COLOR] [COLOR=#333333][FONT=Arial]![/FONT][/COLOR] [COLOR=#333333][FONT=Arial]interface gigabitethernet 0/1[/FONT][/COLOR] [COLOR=#333333][FONT=Arial]service-policy in ControlCitrix[/FONT][/COLOR] I would like to know if it will be effective as configuring QoS on branch router. PS:- the bandwidth command is not allowed under the policy-map.