HP Procurve: Unterschied zwischen den Versionen

Aus xinux.net
Zur Navigation springen Zur Suche springen
Zeile 7: Zeile 7:
 
  conf t
 
  conf t
 
  ip default IP ADRESSE GATEWAY
 
  ip default IP ADRESSE GATEWAY
==ssh verbindung aufbauen==
+
==ssh verbindung aufbauen==
 
*configure modus
 
*configure modus
 
  configure terminal
 
  configure terminal

Version vom 8. April 2016, 07:39 Uhr

Grunglagen

system information anzeigen lasen

show system-information

Host-name Setzen

hostname XXXXXX

Default Gateway setzen

conf t
ip default IP ADRESSE GATEWAY

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