Write
From Joe
(Difference between revisions)
(Új cikk) |
(→Lásd még) |
||
(4 intermediate revisions not shown) | |||
Line 6: | Line 6: | ||
'''write''' ''[ erase | memory | network | terminal | ]'' | '''write''' ''[ erase | memory | network | terminal | ]'' | ||
==Szintaxis leírása== | ==Szintaxis leírása== | ||
- | ''erase'' Törli a indulási konfigurációt (startup-configuration) | + | *'''''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. | + | *'''''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) | + | *'''''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 | + | *'''''network''''' Az indulási konfigurációt a tftp-server felé küldi |
+ | |||
==Parancs leírása== | ==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. | 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. | ||
Line 18: | Line 19: | ||
Router#'''write terminal <cr>''' | Router#'''write terminal <cr>''' | ||
3. Példa: konfiguráció küldése a tftp szerverre. | 3. Példa: konfiguráció küldése a tftp szerverre. | ||
- | + | C2940_Joe#'''write network <cr>''' | |
This command has been replaced by the command: | This command has been replaced by the command: | ||
'copy system:/running-config <url>' | 'copy system:/running-config <url>' | ||
Line 25: | Line 26: | ||
Write file tftp://172.16.1.1/c2940_sw-confg? [confirm]'''<cr>''' | Write file tftp://172.16.1.1/c2940_sw-confg? [confirm]'''<cr>''' | ||
!! [OK] | !! [OK] | ||
+ | |||
==Hibalahatőségek== | ==Hibalahatőségek== | ||
Nincs | Nincs | ||
==Lásd még== | ==Lásd még== | ||
[[copy]] - [[write erase]] - [[write memory]] | [[copy]] - [[write erase]] - [[write memory]] | ||
+ | |||
+ | [[Category:Cisco]] | ||
+ | [[Category:TFTP]] |
Current revision as of 22:02, 27 March 2008
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