Version: freeradius-1.1.3 I need to be able to send Ascend 16 bit VSAs to my NAS. The two that I need to be able to send are: Ascend-LCP-Keepalive-Period and Ascend-LCP-Keepalive-Missed-Limit. In my "/etc/raddb/dictionary" file I have place the following two lines: ATTRIBUTE Ascend-LCP-Keepalive-Period 321 integer Ascend ATTRIBUTE Ascend-LCP-Keepalive-Missed-Limit 322 integer Ascend When I start Radius I get the following errors: ... read_config_files: reading dictionary Errors reading dictionary: dict_init: /etc/raddb/dictionary[34]: dict_addattr: ATTRIBUTE has invalid number (larger than 255). Is there support for 16 bit Ascend VSAs? If so how do I enable and use them? Thanks Adam
Adam <aring@gmavt.net> wrote:
Is there support for 16 bit Ascend VSAs? If so how do I enable and use them?
There is currently no support, because we know nothing about the format of those attributes. Ascend already has 8-bit VSA's, so how does the server work with the 16-bit ones? Please put a tcpdump or ethereal capture of the Ascend box sending or receiving 16-bit VSA's on a web site. Email the link here. Odds are it can be done with just dictionary updates. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
"Alan DeKok" <aland@deployingradius.com> wrote:
Please put a tcpdump or ethereal capture of the Ascend box sending or receiving 16-bit VSA's on a web site. Email the link here. Odds are it can be done with just dictionary updates.
You know, if the "ascend" 16-bit VSA's are really the Lucent ones, just add the attributes to the lucent dictionary, and it will work. Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog
Thanks for your help in the end the Attributes were actually Lucent 16-bit VSA's not Ascend. I added: ATTRIBUTE Ascend-LCP-Keepalive-Period 321 integer Lucent ATTRIBUTE Ascend-LCP-Keepalive-Missed-Limit 322 integer Lucent to my "/etc/raddb/dictionary" and then also had to tell the DSLAM to accept 16-bit VSA's. Thanks Adam Alan DeKok wrote:
"Alan DeKok" <aland@deployingradius.com> wrote:
Please put a tcpdump or ethereal capture of the Ascend box sending or receiving 16-bit VSA's on a web site. Email the link here. Odds are it can be done with just dictionary updates.
You know, if the "ascend" 16-bit VSA's are really the Lucent ones, just add the attributes to the lucent dictionary, and it will work.
Alan DeKok. -- http://deployingradius.com - The web site of the book http://deployingradius.com/blog/ - The blog - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- Adam Ring, GCIA, GCIH, RHCE Systems Engineer Green Mountain Access http://www.gmavt.net/ Phone: (802) 496-8579 Fax: (802) 329-8579
participants (2)
-
Adam -
Alan DeKok