Write

From Joe

Revision as of 19:35, 12 December 2006 by R-Joe (Talk | contribs)

Contents

Parancs

write

Mód

Router#

Szintaxis

write [ erase | memory | network | terminal | ]

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

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.

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]

Hibalahatőségek

Nincs

Lásd még

copy - write erase - write memory

Personal tools