User Tools

Site Tools


3com:wireless:ap:configuration:enable_option_43_hpe_colubris

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revisionBoth sides next revision
3com:wireless:ap:configuration:enable_option_43_hpe_colubris [2021/04/05 16:00] – created dgonzalez3com:wireless:ap:configuration:enable_option_43_hpe_colubris [2021/10/25 13:47] 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; 
 +   option subnet-mask 255.xxx.xxx.xxx; 
 +   option broadcast-address xx.xx.xx.xx; 
 +   option routers xx.xx.xx.xx; # Default Gateway 
 + 
 +   class "Colubris-AP"
 +    match if option vendor-class-identifier = "Colubris-AP"; 
 +    option vendor-class-identifier "Colubris-AP"; 
 +    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.txt · Last modified: 2021/10/25 13:48 by aperez

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki