beautypg.com

Copy startup-config – Allied Telesis AlliedWare Plus Operating System Version 5.4.4C (x310-26FT,x310-26FP,x310-50FT,x310-50FP) User Manual

Page 161

background image

File Management Commands

Software Reference for x310 Series Switches

C613-50046-01 REV A

AlliedWare Plus

TM

Operating System - Version 5.4.4C

7.15

copy startup-config

This command copies the startup-config script into a destination file, or alternatively
copies a configuration script from a source file into the startup-config file. Specify whether
the destination is Flash or USB when loading from the local filesystem.

Syntax

copy <source-url> startup-config

copy startup-config <destination-url>

Mode

Privileged Exec

Examples

To copy the file Layer3.cfg to the startup-config, use the command:

To copy the startup-config as the file oldconfig.cfg in the current directory, use
the command:

Related Commands

copy running-config

Parameter

Description

The URL of a configuration file. This must be a valid
configuration file with a .cfg filename extension. Specify this
to copy the script in the file into the startup-config file. Note
that this does not make the copied file the new startup file,
so any further changes made in the configuration file are not
added to the startup-config file unless you reuse this
command. See

“URL Syntax and Keyword Usage” on

page 7.3

for valid URL syntax.

The destination and filename that you are saving the startup-
config as. This command creates a file if no file exists with the
specified filename. If a file already exists, then the CLI
prompts you before overwriting the file. See

“URL Syntax

and Keyword Usage” on page 7.3

for valid URL syntax.

awplus#

copy Layer3.cfg startup-config

awplus#

copy startup-config oldconfig.cfg