RE: RE: ask for help on WiMAX + Freeradius + Disconnect

Xiaochen chenxiaochen at emcite.com
Thu Sep 2 02:09:22 CEST 2010


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








More information about the Freeradius-Users mailing list