0

I have looked everywhere, and cannot find a firmware download for my network switch, HPE doesn't have the files as they are legacy and no longer accessible, if ANYONE has a copy of the latest firmware, PLEASE TELL ME!

  • 1
    Is the switch not working? Devices like this only need firmware updates to correct problems. – John Jun 07 '23 at 13:04
  • It is working, and I can telnet into it, I need the firmware as from old articles online, I'm told that to fix a problem that blocks me from accessing the web interface, due to a old java version, I need to update the firmware – jamesYValley Jun 07 '23 at 13:08
  • Try [this link](https://h10145.www1.hpe.com/Downloads/ProductsList.aspx?lang=en&cc=us&prodSeriesId=3356807). I couldn't test as it requires a login. – harrymc Jun 07 '23 at 14:49

1 Answers1

1

to fix a problem that blocks me from accessing the web interface, due to a old java version, I need to update the firmware

As far as I know, there is no update available for that – even with the latest firmware that was available for this switch series, the web UI was still Java-based.

You're really not missing much though; the web UI of those switches had only minimal functionality exposed and it's often easier to do most things via Telnet instead.

ProCurve# conf
ProCurve(config)# vlan 5 untagged 1-8
ProCurve(config)# vlan 5 tagged 21-24
ProCurve(config)# [Ctrl-Z]
ProCurve# wr mem

All firmwares used to be published at ftp.hp.com and it's possible that they can be be found on Archive.org within one of the FTP grabs.

u1686_grawity
  • 426,297
  • 64
  • 894
  • 966