HP Switch Comware firmware Upgradation

      UPGRADING FIRMWARE IN HP SWITCHES

In Switch:

<system>system-view

[system]ftp server enable
local-user admin
password simple admin
authentication-attribute user-role network-admin
service-type ftp

quit


vlan 2

port gigabitethernet 1/0/1
quit
interface vlan-interface 2
ip address 192.168.1.1 255.255.255.0
quit

save



in PC

Turn off windows firewall
Turn off Any antivirus
Turn off windows defender





//connect a cable one end to switch 1/0/1 port and other end to your PC.

configure static ip address in your PC.

IP:192.168.1.10
Mask: 255.255.255.0
Test the connectivity by pinging 192.168.1.1

Open command prompt with administrator rights


Type: ftp 192.168.1.1

username: admin
password: admin
ftp> binary
ftp> put filename.ipe

wait for 3 min. file will be uploaded to switch.


after uploading completed type in the following commands.


<system>boot-loader file flash:filename.ipe all main

press Yes for all prompts.

after completing the proces reboot the switch.. Upgradation completed.