Cisco WLC - Freeradius Vlan assigment problem

Martin Silvero silvero.martin at gmail.com
Thu Jun 28 21:30:33 CEST 2012


> ++- if (!Huntgroup-Name) returns ok ++? if (Huntgroup-Name == "list")
> (Attribute Huntgroup-Name was not found)
>
>the problem seems to be your huntgroup.. Can you post your huntgroup
>definitions?

>--
>Jens Weibler
>IT-Services

Hi,

In huntgroup I just have:

...........
# Usuario = xxx xxx
list          Calling-Station-Id == 0221.6ae0.cef8
............

Them in sites-available/inner-tunnel I have a script:


if(!Huntgroup-Name) {
#    reject
                              update reply  {
                              Tunnel-Type = VLAN
                              Tunnel-Medium-Type = IEEE-802
                              Tunnel-Private-Group-Id = 249
                                             }
}
if(Huntgroup-Name == "list") {
                              if( Ldap-Group == "WIFI-Direccion") {
                              update reply  {
                              Tunnel-Type = VLAN
                              Tunnel-Medium-Type = IEEE-802
                              Tunnel-Private-Group-Id = 200
                                             }


seems ok. What do you think?

Thanks a lot.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freeradius.org/pipermail/freeradius-users/attachments/20120628/1c6f25f1/attachment.html>


More information about the Freeradius-Users mailing list