BIG NEWS! The Adtran Support Community is moving! In the next few weeks it will be housed in a new location. Be sure to visit our NEW Adtran Community before the end of July to check it out and verify that you can access all the resources and features that you need. If you discover any issues with your account or access, or just want to let us know about your experience, be sure to use our Feedback Form to let us know!
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.