User Tools

Site Tools


3com:wireless:ap:configuration:enable_option_43_hpe_colubris

ENABLE OPTION 43 AP HPE COLUBRIS


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
 }
}

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