[Kea-users] Vendor specific options (Option 43 + 60)

perl-list perl-list at network1.net
Tue Nov 16 15:38:29 UTC 2021


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"
                }
            ]
        },
    ]


More information about the Kea-users mailing list