<div dir="ltr">Hi all,<div><br></div><div>I have got a question about subclass declaration scopes. The thing is we will be sending the Controller IP to Aruba APs using Option 43. </div><div><br></div><div>The recommended configuration of Aruba for this is like the following:</div><div><br></div><font face="monospace, monospace">option serverip code 43 = ip-address;<br>class "vendor-class" {<br>      match option vendor-class-identifier;<br>}</font><div><font face="monospace, monospace">.<br>.<br>.<br>subnet 10.200.10.0 netmask 255.255.255.0 {<br>   default-lease-time 200;<br>   max-lease-time 200;<br>   option routers 10.200.10.1;</font><div><font face="monospace, monospace"><br>   subclass "vendor-class" "ArubaAP" {<br>      option vendor-class-identifier "ArubaAP";<br>      option serverip 10.200.10.10;<br>   }</font></div><div><font face="monospace, monospace"><br>   range 10.200.10.200 10.200.10.252;<br>} </font><div><br></div><div>As you can see in the example the subclass declaration is in the subnet.</div><div> </div><div>I know that class declarations are global, but what about subclass declarations? Are they global as well? If I have another subnet with the same subclass name inside but with different serverip or router, would it work correctly? Or what would you recommend for configuring Option 43 for Aruba APs on different subnets with different controller ip?</div><div><br></div><div>Thank you so much in advance.</div></div></div><div>Alp</div></div>