Switch Basiseinrichtung 5100 Serie
Terminal
Der Erstkontakt erfolgt über das mitgelieferte Modemkabel.
Bits per second: 9600, Data Bits: 8, Stop Bits: 1, Parity: none, Flow Control: none
IP und VLAN setzen
Wechsel von User View in System View. IP und Netzmaske für Default VLAN setzen.
<HP>sys System View: return to User View with Ctrl+Z. [HP]interface Vlan-interface 1 [HP-Vlan-interface1]ip address 10.1.0.100 255.255.0.0 [HP-Vlan-interface1]quit
Dienste aktivieren
http, https, ftp und SSH aktivieren
[HP]ip http enable [HP]ip https enable The system might take several minutes to enable the HTTPS service. Please wait... [HP]ftp server enable [HP]ssh server enable
Systemnamen setzen
Systemname wird festgelegt (hier: VINet01)
[HP]sysname VINet01
SSH an VTY Interface binden
Damit das SSH Protokoll an VTY gebunden werden kann muss die Authentifizierungsmethode auf “scheme” gesetzt werden.
[VINet01]user-interface vty 0 4 [VINet01-line-vty0-4]authentication-mode scheme [VINet01-line-vty0-4]protocol inbound ssh [VINet01-line-vty0-4]quit
Lokalen User erstellen und Dienste zuordnen
Es wird ein lokaler User “admin” erzeugt und diesem diverse Dienstprotokolle zugeordnet.
[VINet01]local-user admin New local user added. [VINet01-luser-manage-admin]service-type http [VINet01-luser-manage-admin]service-type https [VINet01-luser-manage-admin]service-type ftp [VINet01-luser-manage-admin]service-type ssh
Athorisierungs Attribute und Admin Passwort (hier: myPassword) setzen.
[VINet01-luser-manage-admin]authorization-attribute user-role level-15 [VINet01-luser-manage-admin]password simple myPassword [VINet01-luser-manage-admin]quit
Einstellungen speichern
[VINet01]save
Firmware Update
Für deas Firmware Update lädt man die für den Switchtyp aktuelleste IPE Datei bei HP herunter und überträgt diese auf den Switch mittels FTP. Die IPE Datei enthält das Image für den Bootloader und das System.
Im hier geschilderten Fall hatte die IPE Datei den Namen: “5130EI-CMW710-R3109P07.ipe”. Wir installieren sie aus dem Flash-root, wohin wir sie mit FTP kopiert hatten.
<VINet01>boot-loader file flash:/5130EI-CMW710-R3109P07.ipe slot 1 main
Slot 1 bezieht sich auf Standalone Switches. Für IRF-Cluster müssen die weiteren Member mit slot 2, slot 3, etc angesprochen werden.
Nach dem erfolgreichen Update muss der Switch neu gestartet werden.
<VINet01>reboot
Nach dem Neustart kann man die Firmware Version überprüfen.
<VINet01>display version
Really thanks for that !!
Signed by a french newbie on network.
De rien 🙂
Thank you very much !!
Do you know how enable SNMP?
An other french newbie .
to enable snmp-agent just enter system-view and type snmp-agent. This will activate the agent. You can check state with ‘display snmp-agent sys-info’ (without the hyphens).
To get a quick overview of the functions type in system-view:
snmp-agent ?
bonne chance! 🙂
Merci beaucoup!
Hello, is it possible to set this switch to disable a port if there is a loop on this port?
Regards
As far as I know, on 5130 series each port is configured for spanning-tree-protocol (STP) by default. That means once you connect a port it will enter a learning state while it listens to BPDU packets (Bridge Protocol Data Unit) and learns the STP topology. Learning takes a couple of seconds. After that listen-and-learn period, your port will be set to “forwarding” state. That is the case if you connect a printer or a computer to that port. You can achieve a port shutdown by activation of stp bpdu-protection and defining that port as an edged-port. Once an edged-port receives a BPDU packet (from another switch) it will shut the port down. Printers and computers do usually not send BPDU packets.
Have a look at HP 5130 Layer2 LAN Switching Guide starting at page 70.
Once again thank you for your help 🙂
Avec plaisir! 😉