Brocade Converged Enhanced Ethernet Administrator's Guide v6.1.2_cee (53-1001258-01, June 2009)

Table Of Contents
134 Converged Enhanced Ethernet Administrator’s Guide
53-1001258-01
CEE configuration management tasks
10
Table 24 describes the tasks used to manage the CEE configurations.
Perform the following tasks from Privileged EXEC mode.
TABLE 24 CEE configuration management commands
Task Command
Write the current running configuration file to
Flash.
NOTE: If you enter y at the prompt, the running
configuration file overwrites the startup
configuration file. If you enter n at the
prompt, the startup configuration file is not
overwritten.
switch#write memory
Overwrite the startup config file (y/n): y
Building configuration...
switch#
or
switch#copy running-config startup-config
Overwrite the startup config file (y/n): y
Building configuration...
switch#
switch#write memory
Overwrite the startup config file (y/n): n
switch#
Erase the startup configuration file.
NOTE: This command does not affect the running
configuration file.
switch#write erase
switch#
Copy the startup configuration file to the running
configuration file.
switch#copy startup-config running-config
Building configuration...
switch#
Copy the running configuration file or the startup
configuration file to one of the following locations:
Flash
FTP server
SCP location
switch#copy {startup-config |
running-config} {[flash://]filename |
ftp://[username[:password]@server/path] |
scp://[username[:password]@server/path]}
Copy a configuration file in Flash to one of the
following locations:
FTP server
SCP server
running configuration
startup configuration
switch#copy flash://filename
{ftp://[username[:password]@server/path] |
scp://[username[:password]@server/path] |
running-config | startup-config}
Copy a configuration file on an FTP or SCP server
to one of the following locations:
Flash
running configuration
startup configuration
switch#copy
{ftp://[username[:password]@server/path] |
scp://[username[:password]@server/path]}
{[flash://]filename | running-config |
startup-config}
Display the contents of the running configuration
file or the startup configuration file.
switch#show {running-config |
startup-config}