Dell PowerConnect 3324/3348 Switch CLI Guide
The configure privileged EXEC command enters global configuration mode.
configure
This command has no default configuration.
Privileged EXEC Mode
There are no user guidelines for this command.
In the following example, a prompt is displayed because no keyword is entered. After the keyword is selected, a message confirming the command entry method is displayed.
Console # configure Console(config)# |
Use the copy privileged EXEC command to copy files from a source to a destination.
copy source-url destination-url
The following table describes keywords for sources or destinations:
This command has no default configuration.
Privileged EXEC Mode
The location of a file system dictates the format of the source or destination URL.
The startup-config and the backup-config files cannot be copied to the running-config file.
The entire copying process may take several minutes and differs from protocol to protocol and from network to network.
Some invalid combinations of source and destination files exist. Specifically, the following cannot be copied:
The following table describes characters used in the copy process.
Use the copy source-url image command to copy a system image file from a server to Flash memory.
Use the copy source-url boot command to copy a boot file from a server to Flash memory.
Use the copy source-url running-config command to load a configuration file from a network server to the device running configuration. The configuration is added to the running configuration as if the commands were typed in the command-line interface (CLI). The resulting configuration file is a combination of the previous running configuration and the loaded configuration file, with the loaded configuration file having precedence.
Use the copy source-url startup-config command to copy a configuration file from a network server to the device startup configuration. These commands replace the startup configuration file with the copied configuration file.
Use the copy running-config destination-url command to copy the current configuration file to a network server using TFTP. Use the copy startup-config destination-url command to copy the startup configuration file to a network server.
The configuration file copy can serve as a backup copy.
Use the copy running-config startup-config command to copy the running configuration to the startup configuration file.
Use the copy running-config backup-config command to backup the running configuration to the backup configuration file. Use the copy startup-config backup-config command to backup the startup configuration to the backup configuration file.
The following example copies a system image from the TFTP server with an IP address of 172.16.101.101 to a non-active image file.
Use the delete startup-config privileged EXEC command to delete the startup-config file.
delete startup-config
This command has no default configuration.
Privileged EXEC Mode
There are no user guidelines for this command.
The following example deletes the startup-config file.
Console# delete startup-config Startup file was deleted. Console# |
Use the boot system global configuration command to specify the system image that the device loads at startup.
boot system [unit unit] {image-1 | image-2}
This command has no default configuration.
Global Configuration Mode
Use the show bootvar command to find out which image is the active image.
The following example loads system image 1 for the next device startup.
Console# boot system image-1 |
Use the show running-config privileged EXEC command to display the contents of the currently running configuration file contents.
show running-config
This command has no default configuration.
Privileged EXEC Mode
There are no user guidelines for this command.
The following example displays the running-config file contents.
Use the show startup-config privileged EXEC command to display the startup configuration file contents.
show startup-config
This command has no default configuration.
Privileged EXEC Mode
There are no user guidelines for this command.
The following example displays the startup-config file contents.
Console# show startup-config Using 1132 out of 29688 bytes ! version 12.1 ! . . . interface FastEthernet1/e1 ip address 176.242.100.100 255. ip pim dense-mode duplex auto speed auto ! . . . end |
Use the show backup-config privileged EXEC command to display the backup configuration file contents.
show backup-config
This command has no default configuration.
Privileged EXEC Mode
There are no user guidelines for this command.
The following example displays the contents of the backup-config file.
Console# show backup-config Using 1132 out of 29688 bytes ! version 12.1 ! . . . interface FastEthernet1/e1 ip address 176.242.100.100 255. ip pim dense-mode duplex auto speed auto ! . . . end |
Use the show bootvar privileged EXEC command to display the active system image file that the device loads at startup.
show bootvar
This command has no default configuration.
Privileged EXEC Mode
There are no user guidelines for this command.
The following example displays the active system image file that the device loads at startup
Console# show bootvar Images currently available on the FLASH image-1 active (selected for next boot) image-2 not active |