ftpservers=ip_address, country=n, language=n, layer2tagging=n, vlanid=x
ip_address is the IP address of the Headquarters server
n in county=n corresponds to the country number found in the ShoreTel Planning and Install Guide
n in language=n corresponds to the language number found in the ShoreTel Planning and Install Guide
n in layer2tagging=n is 0 (to disable 802.1Q) or 1 (to enable 802.1Q) the default is 0
x in vlanid=x corresponds to a VLAN ID number between 0 and 4094 when 802.1Q is enabled the default is0
A filled out option 156 string looks like this:
configServers=192.168.1.10, ftpservers=192.168.1.10, country=1, language=1, layer2tagging=1, vlanid=10
It is possible to add two FTP servers for option 156, just place a comma between them:
ftpservers=192.168.1.10, 192.168.1.15
Default Data network DHCP
Voice Network DHCP
We sometimes have users that work from home that run voice across their VPN back to the office. So here is what the DHCP configuration looks like on a Cisco router. Here we do not have separate networks for data and voice so it is just a single DHCP scope.
ip dhcp pool LAN
import all
network 192.168.9.0 255.255.255.0
default-router 192.168.9.1
domain-name ABC.local
option 4 ip 192.168.1.5
dns-server 192.168.1.12 8.8.8.8
option 156 ascii "ftpservers=192.168.1.10"
option 66 ip 192.168.1.10
lease 0 8
Sometimes you need to add Option 156 to your DHCP server. Here are the steps to do that.
- Open DHCP manager on your DHCP server
- Right-click the DHCP server and select set pre-defined options
- Click add
- Set Name to IP Phone Boot Server
- Set Data Type to String
- Set Code to 156 and add a description if you like
- Navigate to the scope options and add option 156