ask for help on WiMAX + Freeradius + Disconnec
Xiaochen
chenxiaochen at emcite.com
Thu Sep 2 12:41:30 CEST 2010
Subject: RE? RE: ask for help on WiMAX + Freeradius + Disconnect
To: <freeradius-users at lists.freeradius.org>
Message-ID: <005b01cb4a33$19178370$4b468a50$@com>
Content-Type: text/plain; charset="gb2312"
Message: 4
Date: Wed, 1 Sep 2010 09:35:53 -0500
From: "Ben Wiechman" <wiechman.lists at gmail.com>
Subject: RE: ask for help on WiMAX + Freeradius + Disconnect
To: "FreeRadius users mailing list"
<freeradius-users at lists.freeradius.org>
Message-ID: <4c7e64c3.c84de70a.22a4.27c3 at mx.google.com>
Content-Type: text/plain; charset="iso-2022-jp"
Step 1: Read the wimax dictionary file. It will help you understand what
types of data you need to be putting into each attribute.
update disconnect {
User-Name = "%{User-Name}"
Calling-Station-Id = "%{Calling-Station-Id}"
WiMAX-AAA-Session-Id = "%{WiMAX-AAA-Session-Id}"
WiMAX-DM-Action-Code = Deregister-MS
}
The session ID needs to be identical to the one returned to the ASN-GW
during network entry.
man unlang for more info.
For testing from the CLI echo the required attributes into radclient. man
radclient
Ben
***********
Use attributes that are defined in the WiMAX dictionary.
Or, update the WiMAX dictionary to include the attributes you're using.
Alan DeKok.
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Thanks Alan and Ben,
I will try today and email the result in the mailing list.
Xiaochen
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Thanks Alan and Ben,
It works.
I also found why it couldn't pass --- I used Freeradius 1.1.7 before. Today
I tried freeradisu 2.1.9 which fully support CoA and DM.
Best regards!
Xiaochen
More information about the Freeradius-Users
mailing list