-
Terminal
-
Push by sending each line through the command-line interface.
-
Release the session and throw an ERROR in the UI, if any Invalid/Unknown command is sent to the device.
-
-
Terminal/TFTP
-
Running Configuration
-
copy tftp://<server_IP>/<file_path>/<file_name> running-config
-
-
Startup Configuration
-
copy tftp://<server_IP>/<file_path>/<file_name> startup-config
-
-
-
Terminal/FTP
-
Running Configuration
-
copy sftp://<username>@<server_IP>/<file_path>/<file_name> running-config
-
-
Startup Configuration
-
copy sftp://<username>@<server_IP>/<file_path>/<file_name> startup-config
-
-
-
Terminal/SCP
-
Running Configuration
-
copy scp://<username>@<server_IP>/<file_path>/<file_name> running-config
-
-
Startup Configuration
-
copy scp://<username>@<server_IP>/<file_path>/<file_name> startup-config
-
-