Quantcast
Channel: THWACK: Discussion List - NetFlow Traffic Analyzer
Viewing all articles
Browse latest Browse all 1535

Creating custom types of service

$
0
0

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?



Viewing all articles
Browse latest Browse all 1535


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>