Administrator Guide

EXEC Privilege mode
copy running-config scp://{hostip | hostname}/ filepath/filename
NOTE: When copying to a server, a host name can only be used if a DNS server is configured.
NOTE: When you load the startup configuration or a configuration file from a network server such as TFTP to the
running configuration, the configuration is added to the running configuration. This does not replace the existing
running configuration. Commands in the configuration file has precedence over commands in the running configuration.
Configure the Overload Bit for a Startup Scenario
For information about setting the router overload bit for a specific period of time after a switch reload is implemented, refer to the
Intermediate System to Intermediate System (IS-IS) section in the Dell Networking OS Command Line Reference Guide.
Viewing Files
You can only view file information and content on local file systems.
To view a list of files or the contents of a file, use the following commands.
View a list of files on the internal flash.
EXEC Privilege mode
dir flash:
View the contents of a file in the internal flash.
EXEC Privilege mode
show file flash://filename
View a list of files on an external flash.
EXEC Privilege mode
dir usbflash:
View the running-configuration.
EXEC Privilege mode
show running-config
View the startup-configuration.
EXEC Privilege mode
show startup-config
The output of the dir command also shows the read/write privileges, size (in bytes), and date of modification for each file.
Dell# dir
Directory of flash:
1 drwx 4096 Jan 01 1980 00:00:00 +00:00 .
2 drwx 2380 Sep 30 2015 16:59:51 +00:00 ..
3 drwx 4096 May 20 2015 10:45:42 +00:00 TRACE_LOG_DIR
4 drwx 4096 May 20 2015 10:45:42 +00:00 CONFD_LOG_DIR
5 drwx 12288 May 20 2015 10:45:42 +00:00 CRASH_LOG_DIR
6 drwx 28672 May 20 2015 10:45:42 +00:00 CORE_DUMP_DIR
7 drwx 4096 May 20 2015 10:45:42 +00:00 DEFAULT_DIAG_REPORT_DIR
8 d--- 4096 May 20 2015 10:45:44 +00:00 ADMIN_DIR
9 drwx 4096 May 20 2015 10:45:44 +00:00 RUNTIME_PATCH_DIR
10 -rwx 23495 May 21 2015 10:53:00 +00:00 0521_6unit.cfg
11 -rwx 25350 May 20 2015 16:22:44 +00:00 0520_6unit.cfg
12 -rwx 33901 Jul 29 2015 01:48:08 +00:00 backup1
13 -rwx 32267 Aug 07 2015 14:45:26 +00:00 startup-config.bak
Changes in Configuration Files
Configuration files have three commented lines at the beginning of the file, as shown in the following example, to help you track the last
time any user made a change to the file, which user made the changes, and when the file was last saved to the startup-configuration.
In the running-configuration file, if there is a difference between the timestamp on the “Last configuration change,” and “Startup-config
last updated,” you have made changes that have not been saved and will not be preserved after a system reboot.
Getting Started
49