RE: [RadiusNT] VSA

Clancy Knaup ( (no email) )
Tue, 16 Mar 1999 07:37:08 -0600

My stared attribue work with your adjustments of using the script below (not
r25vsa_updt.sql) and the recreation of RadGetATConfigs Procedure. But the
VSA attribute is not working. I am running RadGetATConfigs 'test', My
results are:

RadAttributeID Name Data Value Type RadVendorID
RadVendorType RadCheck
-------------- ------------------------------ ----------- ----------- -----
-------- --------
26 IES-Next-Hop-Gateway 207.250.152.4 1 2 429 36872
(null)
6 User-Service 2 2 1 0 0
0
7 Framed-Protocol 1 1 1 0 0
0

When I run monitor radius from my 3com totalcontrol hub I get
---------------------------------------------------------------------
Source-IP Src-Port Destination-IP Dest-Port Id Packet-Type
---------------------------------------------------------------------
Radius IP 1645 NAS IP 1645 53 Access-Accept
---------------------------------------------------------------------

Service-Type : 2
Framed-Protocol : PPP
Session-Timeout : 97320

As you can see Session-time is not IES_NEXT_HOP_GATEWAY

Clancy

-----Original Message-----
From: radiusnt-request@iea-software.com
[mailto:radiusnt-request@iea-software.com]On Behalf Of Clancy Knaup
Sent: Tuesday, March 16, 1999 7:11 AM
To: radiusnt@iea-software.com
Subject: RE: [RadiusNT] VSA

The last time I ran that script everything went haywire. Can I get you on
the phone when I ru this script again?

Clancy

-----Original Message-----
From: radiusnt-request@iea-software.com
[mailto:radiusnt-request@iea-software.com]On Behalf Of Dale E. Reed Jr.
Sent: Monday, March 15, 1999 5:27 PM
To: radiusnt@iea-software.com
Subject: Re: [RadiusNT] VSA

Clancy Knaup wrote:
>
> When I use that PROCEDURE my PPP fails to connect, I get no attribute in
the
> log file.

You need to update your database for VSA support. Your current one
is not. Please see this script:

ftp://ftp.iea-software.com/RadiusNT/MSSQL/r25vsa_updt.sql

Basically, you need to set the RadVendorID to 0 where it is null:

Update RadConfigs
Set RadVendorID = 0 Where RadVendorID is NULL
Go

Update RadConfigs
Set RadVendorType = 0 Where RadVendorType is NULL
Go

Update RadATConfigs
Set RadVendorID = 0 Where RadVendorID is NULL
Go

Update RadATConfigs
Set RadVendorType = 0 Where RadVendorType is NULL
Go

--

Dale E. Reed Jr. Emerald and RadiusNT__________________________________________IEA Software, Inc. www.iea-software.com

For more information about this list, including removal, pleasesee this URL: http://www.iea-software.com/maillist.html

For more information about this list, including removal, pleasesee this URL: http://www.iea-software.com/maillist.html

For more information about this list, including removal, pleasesee this URL: http://www.iea-software.com/maillist.html