Users Guide

Boot File Name: The Dell Networking OS image to load on the switch. The boot lename is expected to use Option 67 or the
boot lename in the boot payload of the DHCP oer. If both are specied, Option 67 is used.
Conguration File Name: The congurations to apply to the switch. The conguration lename is expected to use Option 209.
File Server Address: The server where the Image and Congurations le are placed. The address is assumed to be a TFTP
address unless it is given as a URL. The switch supports TFTP, HTTP, and FTP protocols, as well as les stored in Flash. If TFTP
is used, you can add Option 66 or Option 150.
Domain Name Server: (Optional.) The domain name server (DNS) to be contacted to resolve the hostname through Option 6.
IP Address: Dynamic IP address for the switch. This is used only for le transfers.
The DHCP option codes used are:
DHCP Option
Code
Description
6 Domain Name Server IP
66 TFTP Server name
67 Boot lename
150 TFTP server IP address
209 Conguration File
NOTE: The boot le name and conguration le name must be in the correct format. If it is not, the switch is unable to
download the le from the DHCP server and behaves as if the server could not be reached. The discovery process
continues, despite congured time-out, until you enter the stop jump-start command.
Table 13. URL Examples
Description URL Example
##### Dell Networking OS image
FTP URL with hostname (requires DNS)
option bootfile-name "ftp://
user:passwd@myserver/ FTOS-SE-8.3.10.1.bin";
HTTP URL with IP address
option bootfile-name "http://10.20.4.1/FTOS-
SE-8.3.10.1.bin";
TFTP URL with IP address
option bootfile-name "tftp://10.20.4.1/ FTOS-
SE-8.3.10.1.bin";
Flash path relative to /f10/ash directory
option bootfile-name "flash://FTOS-
SE-8.3.10.1.bin";
##### Conguration le could be given in the following way
FTP URL with IP address
option config-file "ftp://
user:passwd@10.20.4.1//home/user/
S4810-1.conf";
HTTP URL with hostname (requires DNS)
option config-file "http://myserver/
S4810-1.conf";
TFTP URL with IP address
option config-file "tftp://10.10.4.1/
S4810-1.conf";
Flash path relative to /f10/ash directory
option config-file "flash://S4810-1.conf";
If a conguration cannot be downloaded, the following system messages are logged:
00:02:02:%STKUNIT0-M:CP %JUMPSTART-2-JUMPSTART_DOWNLOAD_ERROR: The config file download
failed due to unreachable server ip or invalid URL.
00:02:02:%STKUNIT0-M:CP %JUMPSTART-5-JUMPSTART_RELEASE: DHCP RELEASE sent on Te 0/10.
Bare Metal Provisioning (BMP)
227