cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
wita1234
New Contributor

Adtran 3305 Router - DHCP OPTION 66

Jump to solution

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 ?

Labels (1)
0 Kudos
1 Solution

Accepted Solutions
Anonymous
Not applicable

Re: Adtran 3305 Router - DHCP OPTION 66

Jump to solution

:

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

View solution in original post

0 Kudos
3 Replies
Anonymous
Not applicable

Re: Adtran 3305 Router - DHCP OPTION 66

Jump to solution

:

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

0 Kudos

Re: Adtran 3305 Router - DHCP OPTION 66

Jump to solution

This will do DHCP option 160 also ?

Anonymous
Not applicable

Re: Adtran 3305 Router - DHCP OPTION 66

Jump to solution

Yes,

Use the same method as levi wrote.