We are currently using a Metaswitch and a Sip Provisining Server,the question i have is that the current DHCP Server we are using now will not let us properly supply the URL in option 66, was wondering if this Adtran 3305 will let us do that ?
Thank you for asking this question in the support community. If I understand your question, there are several ways you can accomplish this in AOS. If you would like to have the ADTRAN be the DHCP server, then please review the Configuring DHCP in AOS document.
I will provide you with some example configurations below:
ip dhcp pool "EXAMPLE1"
network 10.1.1.0 255.255.255.0
default-router 10.1.1.1
option 66 ascii www.url.com
ip dhcp pool "EXAMPLE2"
network 10.1.1.0 255.255.255.0
default-router 10.1.1.1
tftp-server www.url.com
I hope that makes sense, but please do not hesitate to reply to this post with any additional questions or information. I will be happy to help in any way I can.
Levi
Thank you for asking this question in the support community. If I understand your question, there are several ways you can accomplish this in AOS. If you would like to have the ADTRAN be the DHCP server, then please review the Configuring DHCP in AOS document.
I will provide you with some example configurations below:
ip dhcp pool "EXAMPLE1"
network 10.1.1.0 255.255.255.0
default-router 10.1.1.1
option 66 ascii www.url.com
ip dhcp pool "EXAMPLE2"
network 10.1.1.0 255.255.255.0
default-router 10.1.1.1
tftp-server www.url.com
I hope that makes sense, but please do not hesitate to reply to this post with any additional questions or information. I will be happy to help in any way I can.
Levi
This will do DHCP option 160 also ?
Yes,
Use the same method as levi wrote.