Procurve Konfig, TFTP, Firmware: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Thomas (Diskussion | Beiträge) |
|||
| (4 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
| Zeile 9: | Zeile 9: | ||
=Speichern der laufenden Konfiguration als Startup= | =Speichern der laufenden Konfiguration als Startup= | ||
*write memory | *write memory | ||
| + | =Löschen der Startupkonfiguration= | ||
| + | *erase startup-config | ||
| + | |||
| + | =Komandos ausführen= | ||
| + | *copy tftp command-file 192.168.240.200 hp2824-startup.cfg | ||
| + | Running configuration may change, do you want to continue [y/n]? | ||
| + | |||
| + | =Kopieren und überschreiben der Startup Konfiguration= | ||
| + | *copy tftp startup-config 192.168.240.200 hp2824-startup.cfg | ||
| + | Device may be rebooted, do you want to continue [y/n]? | ||
| + | =Kopieren flash zum tftp Server= | ||
| + | *copy flash tftp 10.1.1.88 hp-procurve1.swi | ||
| + | |||
| + | =Links= | ||
| + | *http://evilrouters.net/2009/02/02/upgrading-procurve-firmware-via-tftp/ | ||
Aktuelle Version vom 29. März 2018, 14:07 Uhr
Anzeigen der laufenden Konfiguration
- show running-config
Anzeigen der Startup Konfiguration
- show config
Kopieren der laufenden Konfiguration zum TFTP Server
- copy running-config tftp 192.168.240.200 hp2824-04.16.cfg
Kopieren der Startup Konfiguration zum TFTP Server
- copy startup-config tftp 192.168.240.200 hp2824-startup.cfg
Speichern der laufenden Konfiguration als Startup
- write memory
Löschen der Startupkonfiguration
- erase startup-config
Komandos ausführen
- copy tftp command-file 192.168.240.200 hp2824-startup.cfg
Running configuration may change, do you want to continue [y/n]?
Kopieren und überschreiben der Startup Konfiguration
- copy tftp startup-config 192.168.240.200 hp2824-startup.cfg
Device may be rebooted, do you want to continue [y/n]?
Kopieren flash zum tftp Server
- copy flash tftp 10.1.1.88 hp-procurve1.swi