90# Specify newest.bin as the main system software image file for next startup of all the member switches. boot-loader file newest.bin slot all mainThis command will set the boot file of the specified board. Continue? [Y/N]:yThe specified file will be used as the main boot file at the next reboot on slot 1!The specified file will be used as the main boot file at the next reboot on slot 2!# Reboot the IRF fabric, and the system software image file is updated at the system reboot. rebootCAUTION:The system software image file for next startup must be saved in the storage medium’s root directory. Youcan copy or move a file to the storage medium’s root directory. For more information about theboot-loader command, seeFundamentals Command Reference.Configuring the FTP serverConfiguring FTP server operating parametersThe FTP server uses one of the two modes to update a file when you upload the file (use the put command)to the FTP server:• In fast mode, the FTP server starts writing data to the storage medium after a file is transferred to thememory. This prevents the existing file on the FTP server from being corrupted in the event that ananomaly, such as a power failure occurs during a file transfer.• In normal mode, the FTP server writes data to the storage medium while receiving data. This meansthat any anomaly, such as a power failure during file transfer might result in file corruption on theFTP server. This mode, however, consumes less memory space than the fast mode.Follow these steps to configure the FTP server:To do… Use the command… RemarksEnter system view system-view —Enable the FTP server ftp server enable RequiredDisabled by default.Use an ACL to control FTP clients’access to the device ftp server acl acl-numberOptionalBy default, no ACL is used to controlFTP clients’ access to the device.Configure the idle-timeout timer ftp timeout minutesOptional30 minutes by default.Within the idle-timeout time, if there isno information interaction betweenthe FTP server and client, theconnection between them isterminated.Set the file update mode for the FTPserver ftp update { fast | normal } OptionalNormal update is used by default.Return to user view quit —