<div dir="ltr">Dear All,<div>Is it possible to replace the ":" or " " characters with "/" in the agent.circuit-id on the ISC dhcpd 4.2.3-P2 server side.</div><div><br></div><div>For example if the following is received.</div><div><br></div><div><a href="http://192.168.1.21:8080/server/axs/ger-tld">http://192.168.1.21:8080/server/axs/ger-tld</a> xpon 0/6/0/15:2.90.1101<br></div><div><br></div><div>I want to replace the spaces and ":" with "/" so that it looks like below</div><div><br></div><div><a href="http://192.168.1.21:8080/server/axs/ger-tld/xpon/0/6/0/15/2.90.1101">http://192.168.1.21:8080/server/axs/ger-tld/xpon/0/6/0/15/2.90.1101</a><br></div><div><br></div><div>My current config is like below.</div><div><br></div><div><br></div><div> if exists agent.circuit-id<br>
                {<br>
                        option vendor-encapsulated-options = concat 
("\x01\x64<a href="http://192.168.1.21:8080/server/axs/ger-tld/">http://192.168.1.21:8080/server/axs/ger-tld/</a>",(option 
agent.remote-id),(option agent.circuit-id));<br>
                }<br>
                if not exists agent.circuit-id<br>
                {<br>
                        option vendor-encapsulated-options "\x01\x39<a href="http://192.168.1.21:8080/server/axs/ger-tld/">http://192.168.1.21:8080/server/axs/ger-tld/</a>";<br>
                }<br></div><div><br></div><div>I want to add the logic to replace spaces and ":" with "/" character.</div><div><br></div><div>Your help is highly appreciated.</div><div><br></div><div><br></div><div>Regards</div><div>Abdul Khader</div><div><br></div><div><br></div><font face="yw-999a12618556130afb2e69e7c6aa038dff1d54ff-deb34c2f21c2c9010149a6981ae027b2--o" style></font></div>