Reference Guide

Brocade Fabric OS Command Reference 133
53-1004112-02
configDownload
To download all system configuration data for the chassis and all logical switches (requires chassis permissions):
switch:admin> configdownload -all -ftp 192.168.38.245, \
jdoe,config.txt,password
To download the switch configurations to a logical switch with FID 8 from an attached USB device (requires
chassis permissions):
switch:admin> configdownload -fid 8 -USB config.txt
To download the switch configurations belonging to a logical switch with FID 4 to a logical switch with FID 8 from
an attached USB device (requires chassis permissions):
switch:admin> configdownload -fid 8 -sfid 4 \
-USB config_fid8.txt
To download the Virtual Fabric configuration file using secure FTP:
switch:admin> configdownload -vf -p sftp \
10.32.248.119,jdoe,/temp/vf-conf_66.txt,mypassword
SEE ALSO configDefault, configList, configShow, configUpload, configure, configRemove