Message-ID: <00e901c1ea34$4800b750$d100000a@ash> From: "Dale E. Reed Jr." <daler@iea-software.com> Subject: Re: [Emerald] Users staying online Date: Mon, 22 Apr 2002 12:31:20 -0700
> > Thanks for the detailed reply, but could you answer a few more
questions?
> >
> > All my units are MAX 40xx so is the below script correct?
> >
> > UPDATE ServerPorts
> > SET SNMPUser = '.1.3.6.1.4.1.529.12.3.1.4.5.'
>
> Use this script:
>
> UPDATE ServerPorts
> SET SNMPUser = '.1.3.6.1.4.1.529.12.3.1.4.' + convert(varchar(5), Port+1)
No, thats wrong for the Max (his original query is correct). The MAX
doesn't
use the port scheme like the PMs and most others do. They use the
AcctSessionID appended to the end. The definition for all ports will be the
same for the max (and you MUST have the . at the end) and RadiusNT/X
will append the AcctSessionID onto the end of the string before making the
SNMP query.
You must also make sure you have the servertype set correctly for the Max.
If you don't, it will not append the AcctSessionID and the SNMP query
will definately fail. :(
Dale
.