Ciao Gareth,
thank you for the reply, my mistake was to configure the class out of the subnet declaration.
We have several models of AP in the same subnet, so I've removed the first entry in the class declaration and changed the match entry with:
match if substring(option vendor-class-identifier,0,6) = "HiPath";
So I can include in the class all models of AP. The configuration is as follows:
# In the globlal scope
option space IdentiFi;
option IdentiFi.controllers code 1 = text;
# Inside the subnet scope
class "AP" {
vendor-option-space IdentiFi;
option IdentiFi.controllers "10.2.0.178,10.2.0.179";
match if substring(option vendor-class-identifier,0,6) = "HiPath";
}
Thank a lot for your help!
Claudio