Logging RAS connection

  • Thread starter Thread starter Katrin
  • Start date Start date
K

Katrin

Hello,

I have a server with an EICON Diva card for RAS.
So in the eventlog I always only see when the connection is closed not when
the connection is opened. Is there a troubleshoot?
Can I configure the RAS logging?

Thanks Katrin
 
You can enable & disable RAS logging using the below command:

Enabling: netsh ras set tra * en
Disabling: netsh ras set tra * dis

Logs would be in %windir%\tracing

--
Thanks
Chetan
(e-mail address removed)

This posting is provided "AS IS" with no warranties, and confers no rights.
 
From a cmdline, "netsh ras set tracing * enable". Logs will appear in
%windir%\tracing.
 
Back
Top