This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Creating custom types of service

Hello

We tag all of our traffic using DSCP values.  Voice, Video, Priority and Limited.  Voice, video and priority are all defined properly but the limited traffic comes up as unknown.  I followed an article that has you run a SQL query to add a new type of service but is still not working.  This tag identifies all of our replication traffic is considered lowest priority, even less then untagged traffic.

Here is what I added

USE [SolarWindsOrion]

INSERT INTO [TypesOfService]

           ([ToSName]

           ,[DSCP]

           ,[DSCPinByte])

     VALUES

           ('DSCP1'

           ,'000100'

           ,1)

GO


It shows up as a new type of service but traffic is still unidentified.   I am using powershell to set the application to tag this and use DSCP value 1.  See below for how our ISP is looking for.   Should DCSPinByte be 4?


pastedImage_0.png