I don't know if you are using a Cisco router as a DHCP for ShoreTel phones. We have that in place with this setup:
ip dhcp pool Mypool
network 10.1.1.0 255.255.255.0
default-router 10.1.1.254
option 156 ascii "ftpservers=10.1.1.1"
dns-server 139.130.4.4 61.3.133.192 61.9.134.49
option 4 ip 128.250.36.2 128.250.36.3
Option 4 is where I specified the time servers. But it seemed that they are not working. Those servers are working on my PC. Could someone please tell me why it doesn't work?
Note that I have enabled a permit on the ACL of the dialer0 (outside interface).
Thank you for your time.
Triet
ip dhcp pool Mypool
network 10.1.1.0 255.255.255.0
default-router 10.1.1.254
option 156 ascii "ftpservers=10.1.1.1"
dns-server 139.130.4.4 61.3.133.192 61.9.134.49
option 4 ip 128.250.36.2 128.250.36.3
Option 4 is where I specified the time servers. But it seemed that they are not working. Those servers are working on my PC. Could someone please tell me why it doesn't work?
Note that I have enabled a permit on the ACL of the dialer0 (outside interface).
Thank you for your time.
Triet
Comment