Procurve Grundlegendes: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Thomas (Diskussion | Beiträge) |
Thomas (Diskussion | Beiträge) |
||
| Zeile 3: | Zeile 3: | ||
*show system-information | *show system-information | ||
==Host-name Setzen== | ==Host-name Setzen== | ||
| − | hostname hp2824 | + | *configure terminal |
| + | *hostname hp2824 | ||
==Default Gateway setzen== | ==Default Gateway setzen== | ||
*confgure terminal | *confgure terminal | ||
Version vom 11. April 2016, 10:48 Uhr
system information anzeigen lassen
- show system-information
Host-name Setzen
- configure terminal
- hostname hp2824
Default Gateway setzen
- confgure terminal
- ip default 192.168.240.100
ssh verbindung aufbauen
configure modus
- configure terminal
key generieren
- crypto key generate ssh
ssh aktiviren
- ip ssh
ssh verbindung aufbauen (linux)
- ssh ip -p 22
copy & paste
configure terminal crypto key generate ssh ip ssh
telnet deaktiviren
configure modus
- configure terminal
telnet server deaktiviren
- no telnet-server
speichern
- write memory
- Copy & Paste
configure terminal no telnet-server write memory