[Kea-users] Option 43 KEA Help

johnB jonaslui at gmail.com
Thu Sep 12 14:45:39 UTC 2019


Hey, I am trying to migrate from ISC to KEA, but can´t seem to "translate"
this old config into the new setup, tryed reading the manual with much
result, could anyone shed a light? Thanks in advance.
Old config:
#Option 43 for VoIPs

# OpenStage/OpenScape CP200
option space OpenStage;
option OpenStage.vendor code 1 = string;
option OpenStage.vlanid code 2 = unsigned integer 32;
option OpenStage.dls code 3 = string;

# OptiPoint
option space OptiPoint;
option OptiPoint.vendor code 1 = string;
option OptiPoint.vlanid code 2 = unsigned integer 32;
option OptiPoint.dls code 3 = string;

#Polycom
option polycom_vlanid code 128 = string;

class "vendor-classes" {
        match option vendor-class-identifier;
}

subnet ... {
	# OpenStage
		subclass "vendor-classes" "OptiIpPhone" {
	        vendor-option-space OpenStage;
	        option OpenStage.vendor "Siemens";
	        option OpenStage.vlanid 232;
	        option OpenStage.dls "sdlp://<insert IP here>:18443";
	}
	# OptiPoint
	subclass "vendor-classes" "OptiPoint" {	
		vendor-option-space OptiPoint;
		option OptiPoint.vendor "Siemens";
		option OptiPoint.vlanid 232;
		option OptiPoint.dls "sdlp://<insert IP here>:18443";
	}
	# Polycom
	option polycom_vlanid "VLAN-A=232;";
}



--
Sent from: http://kea-users.7364.n8.nabble.com/



More information about the Kea-users mailing list