Restore der Cisco Konfiguration

Aus Xinux Wiki
Version vom 3. September 2024, 16:33 Uhr von Thomas.will (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== Beispiel: Wiederherstellen von TFTP == <pre> copy tftp: running-config Address or name of remote host []? 10.0.10.103 Source filename []? backup-config </pr…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Zur Navigation springen Zur Suche springen

Beispiel: Wiederherstellen von TFTP

copy tftp: running-config
Address or name of remote host []? 10.0.10.103
Source filename []? backup-config

Beispiel: Wiederherstellen von FTP

copy ftp: running-config
Address or name of remote host []? 10.0.10.103
Source filename []? backup-config
Username? admin
Password? ******

Beispiel: Wiederherstellen von SCP

copy scp: running-config
Address or name of remote host []? 10.0.10.103
Source filename []? backup-config
Username? admin
Password? ******

Beispiel: Wiederherstellen von SFTP

copy sftp: running-config
Address or name of remote host []? 10.0.10.103
Source filename []? backup-config
Username? admin
Password? ******

Beispiel: Wiederherstellen von Bootflash

copy bootflash: running-config
Source filename []? backup-config

Beispiel: Wiederherstellen von NVRAM

copy nvram:running-config startup-config