flent-users writes: > Hi Toke, > > that sounds great! > Question: Are the marking parameters in decimal? So can I for example > just take the decimal values from > https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus1000/sw/4_0_4_s_v_1_3/qos/configuration/guide/n1000v_qos/n1000v_qos_6dscpval.html > or related tables? I'd actually suggest you just use the symbolic values (e.g., 'CS0'). Flent will make sure to convert them to decimal values for the tools that don't understand the symbolic ones. This is the list of supported symbolic values: https://github.com/tohojo/flent/blob/master/flent/runners.py#L105 You'll notice the values differ slightly from what's in that Cisco table, but that's just because the values Flent uses are for the whole TOS field; so if you bitshift them two bits to the right, they match the table you referenced :) -- You are receiving this because you commented. Reply to this email directly or view it on GitHub: https://github.com/tohojo/flent/issues/203#issuecomment-607159596