If you are using a Cisco Router as a DHCP server, you can still set it to offer option 156.
Within the 'DHCP Pool'
add this:
option 156 ascii "ftpservers=192.168.1.x, country=1, language=1, layer2tagging=0, vlanid=0"
If you want to add DHCP option 4 (SNTP time server)
add this:
option 4 ip 131.107.1.10 (or IP of your Time Server)
Within the 'DHCP Pool'
add this:
option 156 ascii "ftpservers=192.168.1.x, country=1, language=1, layer2tagging=0, vlanid=0"
If you want to add DHCP option 4 (SNTP time server)
add this:
option 4 ip 131.107.1.10 (or IP of your Time Server)
Comment