Cisco IOS Router Manuel d'utilisateur Page 14

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 16
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 13
The Cisco IOS v1.22 – Aaron Balchunas
* * *
All original material copyright © 2007 by
Aaron Balchunas (aaron@routeralley.com),
unless otherwise noted. All other material copyright © of their respective owners.
This material may be copied and used freely, but may not be altered or sold without the expressed written
consent of the owner of the above copyright. Updated material may be found at http://www.routeralley.com.
14
Managing Configuration Files
Cisco IOS devices employ two distinct configuration files
running-config – stored in RAM, contains the active configuration
startup-config – stored in NVRAM (or flash), contains the saved
configuration
Any configuration change made to an IOS device is made to the running-
config. Because the running-config file is stored in RAM, the contents of
this file will be lost during a power-cycle. Thus, we must save the contents
of the running-config to the startup-config file. We accomplish this by using
the copy command from Privileged mode:
Router# copy running-config startup-config
The copy command follows a very specific logic: copy [from] [to]. Thus, if
we wanted to copy the contents of the startup-config file to running-config:
Router# copy startup-config running-config
We can use shortcuts to simplify the above commands:
Router# copy run start
Router# copy start run
To view the contents of the running-config and startup-config files:
Router# show run
Router# show start
To delete the contents of the startup-config file:
Router# erase start
If the router is power-cycled after erasing the startup-config file, the router
will enter Initial Configuration Mode (sometimes called Setup Mode).
This mode is a series of interactive questions intended for quick
reconfiguration of the router.
Initial Configuration Mode can be exited by typing CTRL-C.
Vue de la page 13
1 2 ... 9 10 11 12 13 14 15 16

Commentaires sur ces manuels

Pas de commentaire