Copy running-config startup-config, Copy startup-config tftp – Enterasys Networks X-Pedition XSR CLI User Manual

Page 116

Advertising
background image

File System Commands

3-110 Configuring the XSR Platform

Configuration Load

This example loads startup‐config via the network from a TFTP server. The XSR does not load the 
configuration from the network automatically.

XSR#copy tftp:TFTP1/tftpfiles/tftpimage flash:startup-config

Save Running Configuration

To save configuration changes into non‐volatile memory, the running configuration must be 
copied into startup configuration:

XSR#copy running-config startup-config

copy running-config startup-config

This command copies the running configuration to the startup configuration file which is stored in 
non‐volatile memory. It initiates a script requiring confirmation of your intention.

Syntax

copy running-config startup-config

Mode

Privileged EXEC: 

XSR#

Example

XSR#copy running-config startup-config

Sample Output

XSR#copy running-config startup-config
Copy 'running-config'
as 'startup-config' into flash: device (y/n) ? y
Running-config saved to startup-config.
<186>Sep 23 16:02:08 10.10.10.20 CLI: Running-config saved to startup-config by
user admin

copy startup-config tftp

This command saves the startup configuration on a TFTP server via the network connection. It 
initiates a script requiring confirmation of your intention.

Syntax

copy startup-config tftp:[[[//location]/directory]/filename

]

location

IP address of the TFTP server on the network.

directory

Name of the TFTP directory.

filename

Name of the TFTP file.

Advertising