You mentioned it is being added to these classes from the log file:  ALL, 
VENDOR_CL_ArubaInstantAP, UNKNOWN

ALL can be ignored.  UNKNOWN is a special class that can also be ignored.  It 
is also being added to some autogenerated class of VENDOR_CL_ArubaInstantAP it 
seems.  Perhaps you can make use of that like so: 

    "client-classes": [
        {
            "name": "WLAN-Controller-Test",
            "test": "member('VENDOR_CL_ArubaInstantAP')",
            "option-def": [
               {
                    "code": 43,
                    "name": "vendor-encapsulated-options",
                    "type": "string"
                }
            ],
            "option-data": [
                {
                    "code": 43,
                    "name": "vendor-encapsulated-options",
                    "data": "10.1.1.201"
                }
            ]
        },
    ]
_______________________________________________
ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.

To unsubscribe visit https://lists.isc.org/mailman/listinfo/kea-users.

Kea-users mailing list
[email protected]
https://lists.isc.org/mailman/listinfo/kea-users

Reply via email to