Option 43 and scopes

Chuck Anderson cra at WPI.EDU
Fri Nov 25 17:52:57 UTC 2016


On Fri, Nov 25, 2016 at 10:39:06AM +0000, Mike Richardson wrote:
> Apologies if this has been asked and answered but I'm struggling to find the
> right information.
> 
> I'm trying to configure up option 43 for Aruba APs and Siemens VOIP phones.

You can try using an option space for Aruba as well:

option space Aruba;
option Aruba.ControllerIP code 43 = ip-address;

class "ArubaAP" {
	match if option vendor-class-identifier = "ArubaAP";
	vendor-option-space VOIP;
	option Aruba.ControllerIP x.x.x.x;
}


More information about the dhcp-users mailing list