05.01.2013 Views

CCNA Cisco Certified Network Associate Study Guide - FTP Server

CCNA Cisco Certified Network Associate Study Guide - FTP Server

CCNA Cisco Certified Network Associate Study Guide - FTP Server

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

206 Chapter 4 � Configuration and IOS Management Commands<br />

You can manually save the file from DRAM to NVRAM by using the<br />

copy running-config startup-config command. You can use the shortcut<br />

copy run start also.<br />

Router#copy run start<br />

Destination filename [startup-config]?return<br />

Warning: Attempting to overwrite an NVRAM configuration<br />

previously written by a different version of the system<br />

image.<br />

Overwrite the previous NVRAM configuration?[confirm]return<br />

Building configuration...<br />

Notice that the message stated we were trying to write over the older<br />

startup-config. The IOS had been just upgraded to version 12.8, and the last<br />

time the file was saved, 11.3 was running.<br />

You can view the files by typing the command show running-config or<br />

show startup-config from privileged mode. The sh run command, which<br />

is the shortcut for show running-config, tells us that we are viewing the<br />

current configuration.<br />

Router#sh run<br />

Building configuration...<br />

Current configuration:<br />

!<br />

version 12.0<br />

service timestamps debug uptime<br />

service timestamps log uptime<br />

no service password-encryption<br />

!<br />

hostname Router<br />

ip subnet-zero<br />

frame-relay switching<br />

!<br />

[cut]<br />

The sh start command, which is the shortcut for the show startupconfig<br />

command, shows us the configuration that will be used the next time

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!