Capturing Network Traceroutes in Lync/Skype for Business

Capturing Network Traceroutes in Lync/Skype for Business - welcome to our blog Techno Live, now we will discuss information about the Capturing Network Traceroutes in Lync/Skype for Business, our admins on this blog has been around to collect information you are looking for so that we usakan to display complete information for you, and in this blog, you can also search for other information, ok please continue reading may be easily understood:

This is about : Capturing Network Traceroutes in Lync/Skype for Business
And this article : Capturing Network Traceroutes in Lync/Skype for Business

You can also see our article on:


Capturing Network Traceroutes in Lync/Skype for Business

If you've ever trolled through the QoEMetrics database (a great way to while away a lazy Saturday afternoon) you may have come across a few tables that made you go "What the....?".  One table that might catch your eye is the TraceRoute table.  In all likelihood,  this table is probably empty, which might make you wonder what it's for.

Microsoft publishes pretty detailed information on the structure of the QoEMetrics database where you can find information about the TraceRoute table in this Technet article.

As you can surmise by the name, this table is meant to capture trace route information for calls. However, the table description gives no information on how to enable this feature.

You can enable this by adding a custom policy entry to a Lync/SfB client policy.  Custom policy entries are used to enable features that Microsoft has decided not to make too obvious for users for one reason or another.  If you've got custom policy entries, you'll see them at the top of the list when you run Get-CsClientPolicy.  If you have several of those, you can see it in a more readable format by typing (Get-CsClientPolicy policyname).PolicyEntry

The relevant policy entry for enabling tracerouting is called "EnableTraceRouteReporting", and you can add it to a client policy by running the following commands:
$x = New-CsClientPolicyEntry -Name "EnableTraceRouteReporting" -Value "TRUE"

$y = Get-CsClientPolicy -Identity policyname
$y.PolicyEntry.Add($x)

Set-CsClientPolicy -Instance $y
Whoever has that policy applied to them will now publish trace route reports to the QoEMetrics database. However, the built-in Lync/SfB reports do not expose this anywhere, so you would only want to turn this setting on if you are using a 3rd party reporting and analytics tool such as Event Zero's UC Commander (FYI, if you don't already know, I work for them).

Sample screenshot of traceroute data as it appears in UC Commander

This can be very useful to help track down network issues in the call path. This won't necessarily point the finger at a specific switch or router in every circumstance, but it can help.

Be warned that enabling this will add a bit of size to your QoEMetrics database. The additional data isn't huge but its not negligible either.  You should carefully evaluate the impact before turning this on.





Articles Capturing Network Traceroutes in Lync/Skype for Business finished we discussed

A few of our information about the Capturing Network Traceroutes in Lync/Skype for Business, I hope you can exploit carefully

No've You've finished reading an article on Capturing Network Traceroutes in Lync/Skype for Business and many articles about modern home in our blog this, please read it. and url link of this article is https://liveeconcerts.blogspot.com/2015/10/capturing-network-traceroutes-in.html Hopefully discussion articles on provide more knowledge about the world of tech gadgets.

Tag :

1 Response to "Capturing Network Traceroutes in Lync/Skype for Business"