<div dir="ltr">Hi <div><br></div><div>I have isc dhcp appliance on my local environment and for mitel(<span style="color:rgb(32,31,30);font-family:Calibri,sans-serif;font-size:14.6667px">VOIP</span><span style="color:rgb(32,31,30);font-family:Calibri,sans-serif;font-size:14.6667px"> </span> phones) to work .</div><div>I tried to assign the option 125 with value <span style="color:rgb(70,74,79);font-family:sophos-regular,"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:15px">id:<a href="http://ipphone.mitel.com">ipphone.mitel.com</a>;sw_tftp=3.2.5.6;call_srv=1..3.6.4;vlan=1;l2p=6;</span></div><div><font color="#201f1e" face="Calibri, sans-serif"><span style="font-size:14.6667px">but still i see the issue, when i search on google forums, few of them say that semicolon is not accepting and they tried with some hexadecimal concept but for me after updating the dhcp config I tried with syntax check command but it is not throwing any error </span></font></div><div>[root@server1 ~]# cat dhcpdtest.conf<br>subnet 192.168.3.0 netmask 255.255.255.0 {<br> option subnet-mask 255.255.255.0;<br> option routers 192.168.3.1;<br> option domain-name "<a href="http://test.com">test.com</a>";<br> option vivso "
<a href="http://ipphone.mitel.com">ipphone.mitel.com</a>;sw_tftp=3.2.5.6;call_srv=1..3.6.4;vlan=1;l2p=6
;";<br>}<br>[root@server1 ~]# dhcpd -t -cf dhcpdtest.conf</div><div>Can anyone has idea about this? will the option 125 needs to be in hexadecimal format only to work or is it can be normal string ?</div><div>If it accepts only hexadecimal they why is the dhcpd syntax checker command is not throwing error? </div><div><br></div><div>Thanks in advance</div></div>