1 Rookie
•
15 Posts
0
606
August 19th, 2024 04:43
How to bakup and restore running configuration on Dell S4148F-OS10
i need backup running config on dell Switch S4148F-OS10
I try connect tftp via management port but not work
please tell me how can i backup running dell switch
No Events found!
DELL-Erman O
Moderator
•
2.8K Posts
0
August 19th, 2024 09:54
Hello,
You can check that the firewalls between the switch and the TFTP server let TFTP traffic through. If you still have problems, try using SCP or FTP to transfer the configuration files instead. https://dell.to/4dw9VqO
Copy running configuration
The running configuration contains the current OS10 system configuration and consists of a series of OS10 commands. Copy the running configuration to a remote server or local directory as a backup or for viewing and editing. The running configuration is copied as a text file that you can view and edit with a text editor.
Copy running configuration to local directory or remote server
Copy file to running configuration
To apply a set of commands to the current running configuration and execute them immediately, copy a text file from a remote server or local directory. The copied commands do not replace the existing commands. If the copy command fails, any commands that were successfully copied before the failure occurred are maintained.
Copy running configuration to startup configuration
To display the configured settings in the current OS10 session, use the show running-configuration. To save new configuration settings across system reboots, copy the running configuration to the startup configuration file.
OS10# copy running-configuration startup-configuration
Hope that helps!