The Adtran community holiday season is starting next week! The holiday period will span from December 21, 2024 to January 6, 2025. During this time, responses to feedback form submissions may be delayed. If you are encountering product issues, you can reach out to Adtran support at any time.
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