Initial Configuration
20G101-00 E2
2015-09-29
Page 25
Table 9.
Startup-config sequence
The
dir
command lists the files in the FLASH file system while
more
outputs the contents
of the designated file.
The skills exercised in this section form the basis for all day-to-day work with the CLI on
the device: Logging in, displaying information with the
show
command, working with
configuration files (
show running-config, copy, dir, more
), working with the actual
configuration (
configure terminal, exit
) and sub-modes (
interface
).
my-device# copy running-config startup-config
Building configuration...
% Saving 1326 bytes to flash:startup-config
my-device# dir
Directory of flash:
r- 1970-01-01 00:00:00 648 default-config
rw 1970-01-03 18:21:28 1326 startup-config
2 files, 1974 bytes total.
my-device# more flash:startup-config
hostname my-device
username admin privilege 15 password encrypted dmVyeS1zZWNyZXQ=
!
vlan 1
name default
[...]
See the
Ethernet Switch Firmware Manual
for more detailed instructions
and additional information.