RE: [RadiusNT] 3Com IES_NEXT_HOP_GATEWAY

Clancy Knaup ( (no email) )
Sun, 7 Mar 1999 12:09:45 -0600

I get an error of:

Msg 2627, Level 14, State 1
Violation of PRIMARY KEY constraint 'pk_RadAttributeID': Attempt to insert
duplicate key in object 'RadAttributes'.
Command has been aborted.

Please Help


> > -----Original Message-----
> > From: radiusnt-request@iea-software.com
> > [mailto:radiusnt-request@iea-software.com]On Behalf Of Dale E. Reed Jr.
> > Sent: Saturday, March 06, 1999 2:20 PM
> > To: radiusnt@iea-software.com
> > Subject: Re: [RadiusNT] 3Com IES_NEXT_HOP_GATEWAY
> >
> >
> >
> >
> > Clancy Knaup wrote:
> > >
> > > I would like you use 3Com's VSA
> > >
> > > IES_NEXT_HOP_GATEWAY 0x9008 ipaddr
> > > This is the same attribute used for VPN-Neighbor
> > >
> > > How do I get this in to Radius NT, correct tables
> >
> > You need to add any entry in the RadAttributes table:
> >
> > RadAttributeID: 3
> > RadVendorID: 429
> > RadRadVendorType: 36872
> > Name: IES-Next-Hop-Gateway
> > Type: 2
> >
> > Which woul translate into an insert statement of:
> >
> > INSERT RadAttributes
> > (RadAttributeID,RadVendorID,RadVendorType,Name,Type) VALUES(26, 429,
> > 36872, 'IES-Next-Hop-Gateway', 2)
> >
> > The Name doesn't really matter, unless you are using text mode.
> > You can use calc in Scientific mode to easilt translast hex 9008
> > to its decimal equivalent.
> >
> > --
> >
> > Dale E. Reed Jr. Emerald and RadiusNT
> > __________________________________________
> > IEA Software, Inc. www.iea-software.com
> >
> > For more information about this list, including removal, please
> > see this URL: http://www.iea-software.com/maillist.html
> >
>
>
> For more information about this list, including removal, please
> see this URL: http://www.iea-software.com/maillist.html
>

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