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: 
dan
New Contributor

Add DHCP options

Jump to solution

Hello
I am new to the NetVanta platform
I would like to add the following DHCP options:
066 Boot Server Host Name <IP Address>
067 Bootfile Name <boot\x64\wdsmgfw.efi>
Could you give me the command lines to do that?
I am connected via Putty in Telnet.
Thank you

0 Kudos
1 Solution

Accepted Solutions
tshea
New Contributor II

Re: Add DHCP options

Jump to solution

Assuming you already have a DHCP pool set. It should be something like:

config t
ip dhcp pool "Whatever yours it"
option 66 ip "192.168.x.x"
option 67 ascii "https://whateveryouwant.com/cfg.file"

View solution in original post

0 Kudos
1 Reply
tshea
New Contributor II

Re: Add DHCP options

Jump to solution

Assuming you already have a DHCP pool set. It should be something like:

config t
ip dhcp pool "Whatever yours it"
option 66 ip "192.168.x.x"
option 67 ascii "https://whateveryouwant.com/cfg.file"

0 Kudos