Hi, I am trying to create IPv6 Ascend Data Filter in Free radius. but unfortunately its not happening. Any help? I have created Ascend-Data-Filter 242 abinary attribute in dictinary filter. Following is the record I am trying to parse. ======== ipv6 Password := test Service-Type = Framed-User, Framed-IP-Netmask = 255.255.255.255, Framed-Protocol = PPP, Session-Timeout = 86400, Idle-Timeout = 36000, Framed-IP-Address = 115.2.255.253, Framed-IPv6-Prefix = 3001:1:2:ffff::/64, Delegated-IPv6-Prefix = 6001:1:2:ffff::/64, Ascend-Data-Filter = "03000000300182ab102087ec0000000000000000200182ab102087ec12340917341500124080110000000C1200020000", =========== I am following this URL to create ADF. http://www.juniper.net/techpubs/software/erx/junose100/sw-rn-erx1001/html/sw... Thanks, Jana
janardhan madabattula wrote:
Hi,
I am trying to create IPv6 Ascend Data Filter in Free radius. but unfortunately its not happening. Any help?
See the FAQ for "it doesn't work".
I have created Ascend-Data-Filter 242 abinary attribute in dictinary filter.
Why? The attribute is already defined in the default dictionaries.
I am following this URL to create ADF. http://www.juniper.net/techpubs/software/erx/junose100/sw-rn-erx1001/html/sw...
Uh... that isn't FreeRADIUS documentation. You can specify the attribute as hex, but you will need to change the data type from "abinary" to "octets". Alan DeKok.
Thanks its working..After coverting it into hex format (start with 0x) and modifying the attribute type to octets. On Wed, Oct 20, 2010 at 12:38 PM, Alan DeKok <aland@deployingradius.com>wrote:
janardhan madabattula wrote:
Hi,
I am trying to create IPv6 Ascend Data Filter in Free radius. but unfortunately its not happening. Any help?
See the FAQ for "it doesn't work".
I have created Ascend-Data-Filter 242 abinary attribute in dictinary filter.
Why? The attribute is already defined in the default dictionaries.
I am following this URL to create ADF.
http://www.juniper.net/techpubs/software/erx/junose100/sw-rn-erx1001/html/sw...
Uh... that isn't FreeRADIUS documentation.
You can specify the attribute as hex, but you will need to change the data type from "abinary" to "octets".
Alan DeKok. - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
participants (2)
-
Alan DeKok -
janardhan madabattula