Re: Radius Logging

emerald@nls.net
Sat, 11 Apr 1998 21:22:44 -0400

At 12:25 PM 4/7/98 -0700, you wrote:
>List,
> How extensive is the radius logging? On occasion one of my customers does
>something illegal. I need to know what it takes to see who was on a certain
>serial port and a certain time. Is there an easy way to do this?
>
>
> ----------------------------------------------------------
> Emerald Mailing List listserver@emerald.iea.com
>
>

Use ISQL_w and the following script, just replace the IP address and the
date with the ones you want to look for.

Geo.

Select * From Calls Where DatePart(Month, CallDate)=4 and DatePart(Day,
CallDate)=11 and DatePart(Year, CallDate)=1998 and
FramedAddress='10.200.30.54'
order by calldate