The dictionary that is displayed by Wichorus in their documentation is for their own internal MIG product and the syntax has been modified from that typically used by FreeRADIUS. Wichorus uses a mix of attributes from NWG release 1.2, 1.3, and beyond. Attached is a sample WiMAX dictionary that we have been using with our Wichorus gateway. It isn't 100% complete, but should support basic functionality and be able to process the WiMAX Capabilities TLV modifications that Wichorus currently uses. Note that these differ from the NWG 1.5 release from which most of them were pulled in several ways which are documented in the dictionary. I would recommend NOT replacing the default WiMAX dictionary included with FreeRADIUS. Install this alongside it and see the comments in /etc/raddb/dictionary about configuring custom dictionaries. Ben
-----Original Message----- From: freeradius-users- bounces+wiechman.lists=gmail.com@lists.freeradius.org [mailto:freeradius-users- bounces+wiechman.lists=gmail.com@lists.freeradius.org] On Behalf Of Moayad Mohammad Sent: Monday, June 21, 2010 8:24 AM To: freeradius-users@lists.freeradius.org Subject: Re: Re: Invalid Attributes
Thanks for your response, I want to upload new dictionary for wichrous system, because wichorus has their own standard dictionary and wimax dictionary doesn't work with wichorus ASN-GW
Regards,
-----Original Message----- From: freeradius-users-bounces+mmohammad=thebluezone.com@lists.freeradius.org [mailto:freeradius-users- bounces+mmohammad=thebluezone.com@lists.freeradius. org] On Behalf Of freeradius-users-request@lists.freeradius.org Sent: Monday, June 21, 2010 3:42 PM To: freeradius-users@lists.freeradius.org Subject: Freeradius-Users Digest, Vol 62, Issue 87
Send Freeradius-Users mailing list submissions to freeradius-users@lists.freeradius.org
To subscribe or unsubscribe via the World Wide Web, visit http://lists.freeradius.org/mailman/listinfo/freeradius-users or, via email, send a message with subject or body 'help' to freeradius-users-request@lists.freeradius.org
You can reach the person managing the list at freeradius-users-owner@lists.freeradius.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of Freeradius-Users digest..."
Today's Topics:
1. Invalid Attributes (Moayad Mohammad) 2. Re: Invalid Attributes (Alan DeKok) 3. Re: checkval and != op (Alan DeKok) 4. Re: checkval and != op (Christian Zoffoli)
----------------------------------------------------------------------
Message: 1 Date: Mon, 21 Jun 2010 14:35:13 +0300 From: "Moayad Mohammad" <mmohammad@thebluezone.com> Subject: Invalid Attributes To: <freeradius-users@lists.freeradius.org> Message-ID: <006b01cb1135$d228f6f0$767ae4d0$@com> Content-Type: text/plain; charset="us-ascii"
Hi to all,
I have to add wichorus dictionary for WiMAX, but in this dictionary some attributes are invalid to freeradius.
for example: parent_attr and subtype values.
In the below sample of the dictionary:
VENDOR Wimax 24757
BEGIN-VENDOR Wimax
ATTRIBUTE Wimax-Capability 1 octets
ATTRIBUTE Wimax-Capability-Release 1 string parent_attr=Wimax- Capability subtype=1
ATTRIBUTE Wimax-Capability-Accounting 1 octets parent_attr=Wimax-Capability subtype=2
ATTRIBUTE Wimax-Capability-Hotlining 1 octets parent_attr=Wimax- Capability subtype=3
ATTRIBUTE Wimax-Capability-Idle-Mode-Notification 1 octets parent_attr=Wimax-Capability subtype=4
What I should to do?
Regards,