copy running-config
Use this command to copy the running configuration to an FTP server, an SCP server, an SFTP server, or a TFTP server .
Command Syntax
copy running-config (tftp TFTP-URL|ftp FTP-URL|scp SCP-URL|sftp SFTP-URL) (vrf (NAME|management)|)
Parameters
TFTP-URL
Destination: tftp:[//server[:port]][/path]
FTP-URL
Destination: ftp:[//server][/path]
SCP-URL
Destination: scp:[//server][/path]
SFTP-URL
Destination: sftp:[//server][/path]
vrf management
Defines the management VRF Virtual Routing and Forwarding instance.
vrf NAME
Specify the user-defined VRF instance name.
Command Mode
Privileged execution mode
Applicability
This command was introduced before OcNOS version 1.3. Removed http
parameter in OcNOS version 6.6.0.
Example
#copy running-config sftp sftp://sftp.mysite.com/running_conf vrf management