DCSP/QoS - Tagging Windows Media Services
Looking for some help, as I'm a server guy and not a devleper.
I have Windows 2003EE boxes running Windows Media Server and our telecom guys would like for me to tag the outgoing traffic with a DSCP (320 or PHB code (CS4) so they can prioritize the traffic at the switches/routers.
I've installed the psched and tcmon from the reskit, played with local GPO's but nothing seems to tag the traffic?
Any ideas of how I can simply add either one to the outgoing IP traffic from the server?
JT
Hi JT,
You can do the following to tag all the outgoing packets with a specific DSCP value using TcMon:
- Launch TcMon and choose the outgoing interfaces on which you want to tag the packets.
- In the Flow tab, click Add.
- Choose :
- Parameters - ServiceType = BestEffort, uncheck everything else
- Advanced Parameters - Override DSCP - specify the DSCP value you want to use.
- Filters - Add a filter to match your requirements. (Leaving it as it is, will mark all outgoing packets on the specified interface)
Once this is done, all the packets matching your Filter will be marked with the desired DSCP value.
Thx,
Hemant (MSFT)
Could somone point me to some samples of scripting the TC (Traffic conrtol) API.
I need to mark DSCP on outbound traffic (based on destination IP and Port number) from Windows XP workstations. I am able to use tcmon.exe to do this but unfortunatly these settings are lost after a reboot.
I would like to write a script to conrtol the API for me however i am not very experienced with API's. Could someone possibly get me started, or point me in the right direction.
Thanks
-Tim
I am using this method to mark DSCP, however after you reboot your system these settings are gone. You would have to launh tcmon.exe and re-add your flow with whatever exceptions you are using.
My question is how can i automate this proccess. I need to do this for approx 1000 systems on a domain. Manually configuring tcmon after every reboot isn't exacty a solution. I am sure i could right a script to do this, however i don't know the TC API well enough and am having trouble finding info on it.
Does anyone know where i can find some examples of this?