dan
New Contributor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2020
02:08 AM
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
1 Solution
Accepted Solutions
tshea
New Contributor II
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Not the Solution
- Report Inappropriate Content
10-20-2020
05:30 PM
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"
1 Reply
tshea
New Contributor II
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Not the Solution
- Report Inappropriate Content
10-20-2020
05:30 PM
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"