Features/Mass Deployment/DHCP/DHCP Server

From Snom User Wiki

Jump to: navigation, search

Introduction

snom phones use DHCP to receive network related parameters, see this general description. Professional DHCP servers can be configured to offer additional options to the network device sending the DHCP request. snom phones retrieve their setting (provisioning) URL from the values configured in option 66/67.

DHCP server installation

DHCP Options and Values

DHCP Server MUST be capable to provide one of the following option types:

  • server-name/filename (Linux) or sname/file (Windows)
  • tftp-server-name/bootfile-name (LINUX) or Option 66/67 (Windows)

The following values can be configured:

DHCP Option Valid values Description Example

Option 66:

  • (tftp-server-name)
  • (server-name)
  • (sname)
  • <protocol> : // <IP address> or <domain>
  • <IP address> or <domain>
  • http://10.0.0.2
  • https://provisioning.company.com
  • tftp://192.168.10.100
  • 227.187.23.40

Option 67:

  • (bootfile-name)
  • (filename)
  • (file)
  • <path>
  • <empty> or <not used>
  • <path> = path to the location of the setting file/script file
  • NOTE: If this option is empty or not specified at all the firmware automatically requests the following setting files:
    • all snom300 phones request --> http://<domain>/snom300.htm
    • all snom320 phones request --> http://<domain>/snom320.htm
    • all snom360 phones request --> http://<domain>/snom360.htm
    • all snom370 phones request --> http://<domain>/snom370.htm
  • settingfiles/snom/snom300.cfg
  • settingfiles/snom/snom320.htm
  • settingfiles/snom/snom360.xml
  • scripts/snom/snom.php?macaddress={mac}
Personal tools