V
V
Valentine2015-07-29 11:52:00
Computer networks
Valentine, 2015-07-29 11:52:00

How to check QoS in windows 7 using ping?

How to check check QoS on Windows?
There are two laptops with windows 7 connected by a patch cord. You need to check if colored traffic goes between them (DSCP, ToS != 0x00). You can use ping, wireshark .
Now I'm running a ping . The
ping -v 160 192.168.0.1
wireshark dump shows that DSCP is always 0 , even though, as you can see above, I explicitly set it to 40 .
On the Internet, it is advised to make changes in the registry:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\Tcpip\QoS]
"Do not use NLA"="1"

Does not help.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
L
LUqz0r, 2015-08-03
@LUqz0r

It is necessary to configure not in the registry, but in the local policy editor GPEdit.msc
Open the policy and right-click on the "Policy-based QoS" policy. Select "Advanced QoS Settings"
Create marking policies for ping

K
Konstantin, 2015-07-29
@fallen8rwtf

Did you set QoS for ICMP traffic as well?

A
arkaha, 2016-12-20
@arkaha

ICMP can be checked by hrping.
hrping.exe 8.8.8.8 -v 96 -t

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question