Exciting News! Coming soon, our support community will have a new look and feel. There won't be any changes to your favorite features, but you can look forward to an exciting new experience. Stay tuned for more information!
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