3com:wireless:ap:configuration:enable_option_43_hpe_colubris
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
3com:wireless:ap:configuration:enable_option_43_hpe_colubris [2021/04/05 16:00] – created dgonzalez | 3com:wireless:ap:configuration:enable_option_43_hpe_colubris [2021/10/25 13:48] (current) – aperez | ||
---|---|---|---|
Line 27: | Line 27: | ||
+ | ---- | ||
- | --- //[[nce@itclatam.com|David Gonzalez]] 2021/04/05 15:57// | + | **Configuration to propagate option 43 in dhcp over LINUX** |
+ | |||
+ | |||
+ | # Configuration to propagate option 43 in dhcp | ||
+ | # Configuración para propagar la opcion 43 en el dhcp | ||
+ | # CentOS Linux 6.6 | ||
+ | # ISC DHCPd version 4.1.1 | ||
+ | # Agregar el dhcp.conf | ||
+ | option space MSM_Controller; | ||
+ | option MSM_Controller.server-address code 1 = array of ip-address; | ||
+ | subnet xx.xx.xx.xx netmask 255.xxx.xxx.xxx | ||
+ | { | ||
+ | range xx.xx.xx.xx xx.xx.xx.xx; | ||
+ | | ||
+ | | ||
+ | | ||
+ | class " | ||
+ | match if option vendor-class-identifier = " | ||
+ | option vendor-class-identifier " | ||
+ | vendor-option-space MSM_Controller; | ||
+ | option MSM_Controller.server-address xx.xx.xx.xx # Contraladora | ||
+ | } | ||
+ | } | ||
+ | |||
+ | |||
+ | --- //[[gm@itclatam.com|Antonio Perez]] 2021/04/05 15:57// |
3com/wireless/ap/configuration/enable_option_43_hpe_colubris.1617656455.txt.gz · Last modified: 2021/04/05 16:00 by dgonzalez