Sichern der Cisco Konfiguration

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

Beispiel: Kopieren nach TFTP

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

Beispiel: Kopieren nach FTP

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

Beispiel: Kopieren nach SCP

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

Beispiel: Kopieren nach SFTP

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

Beispiel: Kopieren nach Bootflash

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

Beispiel: Kopieren nach NVRAM

copy running-config nvram:
Destination filename [running-config]? startup-config