Posts Tagged ‘Startup Config’

June 8 2009

LAN Network Command Equivalences

Here the command equivalences of network command that shows the corresponding old and new versions of the commands. Most people find the new set of commands more logical and prefer using the new ones. However, old habits are difficult to break, and because the old syntax is supported, people still type write mem instead of copy running startup.

Command Equivalences LAN Network

Old-Style (Pre 10.3) Commands                                        New-Style (10.3 and Later) Commands
Configure terminal                                                            configure terminal
Configure memory                                                            copy startup-config running-config
Configure network                                                            copy tftp running-config
Configure overwrite-network                                             copy tftp startup-config
write terminal                                                                   show running-config
write memory                                                                   copy running-config startup-config
write network                                                                   copy running-config tftp
write erase                                                                       erase startup-config
show configuration                                                            show startup-config

An important detail about making changes to the router’s active configuration is that the new configuration file does not substitute the current settings as occurs during a file copy operation. Rather, new commands are merged with the existing settings. It is usually no problem to understand the manual changes made using the “configure terminal command”. However, people tend to incorrectly imagine the way the copy startup-config running-config and the copy tftp running-config commands work as substitution.

Consider an example. The following is the initial configuration of a router’s interface Serial0:

interface serial 0
 no ip address
 shutdown

It is updated with following configuration file on a TFTP server:

interface serial 0
 ip address 10.1.1.1 255.255.255.0
June 6 2009

Knowing Copy running-config and startup-config

Another common configure network commands are copy running-config and startup-config. Those commands create the backup copy of the running configuration in the NVRAM. The show configuration command can be used to check the contents of the NVRAM. The show running-config command displays active settings in the current terminal session. Here the example list of parameters for the copy command that use running-config and startup-config.

R1#copy ?
  /erase          Erase destination file system.
  flash:          Copy from flash: file system
  ftp:            Copy from ftp: file system
  null:           Copy from null: file system
  nvram:          Copy from nvram: file system
  rcp:            Copy from rcp: file system
  running-config    Copy from current system configuration         
  startup-config    Copy from startup configuration                
  system:         Copy from system: file system
  tftp:           Copy from tftp: file system
  xmodem:         Copy from xmodem: file system
  ymodem:         Copy from ymodem: file system
R1#copy running-config ?
  flash:          Copy to flash: file system
  ftp:            Copy to ftp: file system
  null:           Copy to null: file system
  nvram:          Copy to nvram: file system
  rcp:            Copy to rcp: file system
  running-config  Update (merge with) current system configuration
  startup-config  Copy to startup configuration
  system:         Copy to system: file system
  tftp:           Copy to tftp: file system
R1#copy running-config
March 3 2009

Why does the enable password and the enable secret password I supplied to my cisco router 1800 not saving. ?

cisco routers
enemfun asked:


I changed the config register to 0×2142 and deleted the startup config to enable me supply the new password. But each time I reboot the router does not prompt for a password. Please help.

Powered by Yahoo! Answers