OcNOS-RON : System Management Guide : System Management Command Reference : Remote Management
Remote Management
This chapter is a reference for commands that copy these types of files:
Start-up configuration and running configuration
System files such as boot files, core dumps, and debug logs
You can use these commands to copy files locally or to copy between the local device and a remote system.
The commands in this chapter use the techniques in Table 18-31 to remotely transfer files:
Table 18-31: File transfer techniques
Trivial File Transfer Protocol (TFTP)
No authentication or encryption; dangerous to use over the Internet, but might be acceptable in a trusted environment
Address format: tftp:[//server[:port]][/path]
File Transfer Protocol (FTP)
Authenticates, but does not encrypt
Address format: ftp:[//server][/path]
Secure copy (SCP)
Authenticates and encrypts using Secure Shell (SSH1)
Address format: scp:[//server][/path]
SSH File Transfer Protocol (SFTP)
Authenticates and encrypts using Secure Shell (SSH2); this is the most secure technique
Address format: sftp:[//server][/path]
Hyper text Transfer Protocol (HTTP)
Address format: http:[//server][/path] For download of running and startup configurations
This chapter contains these commands.
Last modified date: 08/28/2023