cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
255
Views
0
Helpful
4
Replies

Difference!!

tselvan
Level 1
Level 1

Hello,

Whats the exact difference between "write terminal" and "write memory" commands?

After modifying the configuration,when i used "write terminal" in catalyst 6500 to save the configuration in NVRAM,i found that the config was not saved.But when i tried using "write memory" it worked fine.

Thanks in advance...

4 Replies 4

a.manosca
Level 4
Level 4

The 'write terminal' is just the old command for 'show running-config'.

Hi,

Can you explain it more clearly.Thanks ...

I hope I can explain it this way:

'write memory' or 'copy running-config startup-config' = copy the active configuration into NVRAM.

'write terminal' or 'show running-config' = copy the running configuration into the terminal screen.

'write network' or 'copy running-config tftp' = copy the active configuration to a TFTP server.

Plus some documentation:

http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122newft/122tcr/122tfr/fft204.htm#1018899

http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122newft/122tcr/122tfr/fft201.htm#1018831

HTH.

Hi,

Thanks ....