Supermicro SSE-F3548S/SSE-F3548SR Configuration User’s Guide
66
setip pim enable
ip pim component 1
exit
2.7.4
Copy Startup-config
Supermicro switches support copying the switch startup configuration to a file in flash or remote location.
Follow the steps below to copy startup-config to a file in a remote location or flash.
Step Command
Description
Step 1 copy startup-config{flash:filename | tftp://ip-
address/filename}
Copy from startup-config to a file in
remote location or flash.
filename – name of the configuration
file.
The example below shows the commands used to copy startup-config to a file in flash.
SMIS# copy startup-config flash:config5.txt
Copied startup-config => flash:/mnt/config5.txt
SMIS#
2.7.5
Copy File
The copy command copies the configuration file from flash memory to a remote TFTP server and vice
versa. This command can be used to copy files in the local flash memory also.
Follow the steps below to copy the configuration file to a remote site/flash.
Step Command
Description
Step 1 copy flash: filenametftp://ipaddress/filename
copy tftp://ip-address/filename flash: filename
copy flash: filename flash: filename
Copies a local flash file to remote TFTP
server.
Copies a remote file to local flash.
Makes a copy of the file in the flash
memory.
filename – name of the configuration
file.
The example below shows the commands used to copy a file to another file in remote site/flash.
SMIS# copy flash:config1.txt flash:switch1.conf
Copied flash:/mnt/config1.txt ==> flash:/mnt/switch1.conf
SMIS#