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
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"
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"