Write
From Joe
Revision as of 22:02, 27 March 2008 by 193.68.61.138 (Talk)
Contents |
[edit] Parancs
write
[edit] Mód
Router#
[edit] Szintaxis
write [ erase | memory | network | terminal | ]
[edit] Szintaxis leírása
- erase Törli a indulási konfigurációt (startup-configuration)
- memory Az aktuális konfigurációt (running-configuration) az indulási konfigurációba másolja.
- terminal Az aktuális konfigurációt a terminálra másolja (console/line)
- network Az indulási konfigurációt a tftp-server felé küldi
[edit] Parancs leírása
Paraméter nélkül indítva a parancs egyenértékű a write memory paranccsal. Néhány copy parancs funkcionalitása megegyezik ezzel a paranccsal.
[edit] Példa
1. Példa: ez a parancs megegyezik a copy running-config startup-config paranccsal.
Router#write <cr>
2. Példa: konfiguráció kilistázása a konzolra.
Router#write terminal <cr>
3. Példa: konfiguráció küldése a tftp szerverre.
C2940_Joe#write network <cr> This command has been replaced by the command: 'copy system:/running-config <url>' Address or name of remote host []? 192.168.1.1 <cr> Destination filename [c2940_sw-confg]? <cr> Write file tftp://172.16.1.1/c2940_sw-confg? [confirm]<cr> !! [OK]
[edit] Hibalahatőségek
Nincs
[edit] Lásd még
copy - write erase - write memory