HP Procurve: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
 
(22 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
=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
 
  
  
 +
=Grundlegendes=
 +
*[[Procurve Grundlegendes]]
 +
=Konfig, TFTP, Firmware=
 +
*[[Procurve Konfig, TFTP, Firmware]]
  
 +
=Interfaces=
 +
*[[Procurve Interfaces]]
 +
=Vlan=
 +
*[[Procurve Vlan]]
 +
=Trunking=
 +
*[[Procurve Trunking]]
 +
=GVRP (GARP VLAN Registration Protocol) =
 +
*[[Procurve GVRP]]
 +
=Faultfinder=
 +
*[[Procvurve Faultfinder]]
 +
 +
=Port Security=
 +
*[[Procurve Port Security]]
 +
=XRRP(XL Router Redundancy Protocol)=
 +
*[[Procurve XRRP]]
 +
= How to configure MAC authentication on a ProCurve switch =
 +
*http://h10032.www1.hp.com/ctg/Manual/c02628207
 +
*https://www.administrator.de/frage/radius-authentifikation-mac-adresse-windows-server-2012-hp-procurve-2510-24-j9019a-235179.html
 +
*https://bramley.gen.cam.ac.uk/groups/computing/weblog/4ef47/Allocating_VLAN_by_MAC_address_on_HP_2600_series_switches_using_Freeradius_and_an_SQL_backend.html
 +
 +
= Radius Server Anbindung =
 +
*[[Procurve Radius Server Anbindung]]
 +
 +
=Configuring 802.1x authentication on ProCurve Switches=
 +
*[[Configuring 802.1x authentication on ProCurve Switches]]
 +
=Anbindung HP Procurve an Syslog-Server=
 +
*[[Anbindung HP Procurve an Syslog-Server]]
 +
 +
=Cert crypto=
 +
*[[HP Procurve Cert crypto]]
 +
 +
=HP CISCO Vergleich=
 +
*[https://www.youtube.com/watch?v=7bD1pTpJnXw&nohtml5=False HP-CISCO]
 +
 +
=Links=
 
*http://www.hp.com/rnd/support/manuals/2800.htm
 
*http://www.hp.com/rnd/support/manuals/2800.htm
*http://www.ingentive.net/sites/default/files/anwenderdokumente/hp_procurve_befehlsuebersicht.pdf
 
*http://itler.net/hp-switch-befehle-uebersicht-kurzbefehlsreferenz-procurve-switche/
 
*http://www.dienetzadresse.de/?p=873
 

Aktuelle Version vom 26. März 2018, 14:32 Uhr


Grundlegendes

Konfig, TFTP, Firmware

Interfaces

Vlan

Trunking

GVRP (GARP VLAN Registration Protocol)

Faultfinder

Port Security

XRRP(XL Router Redundancy Protocol)

How to configure MAC authentication on a ProCurve switch

Radius Server Anbindung

Configuring 802.1x authentication on ProCurve Switches

Anbindung HP Procurve an Syslog-Server

Cert crypto

HP CISCO Vergleich

Links