Here is how to remotely copy your Brocade device running FabricOS to a remote TFTP server.
To copy the currently running configuration :
1 |
copy startup-config tftp <TFTP_Server_IP> startup-config.cfg |
To copy the configuration saved to the flash memory :
1 |
copy run tftp <TFTP_Server_IP> switch-name.cfg |
To restore the remote config to your device :
1 |
copy tftp start <TFTP_Server_IP> switch-name.cfg |