Difference between revisions of "HP4000M - configuration"

From Perswiki
Jump to: navigation, search
(Created page with "In August 2012 I acquired a number of HP4000M switches - these are really quite elderly 100Mbit switches. However, they come with a complete set of professional management featur...")
 
Line 1: Line 1:
 
In August 2012 I acquired a number of HP4000M switches - these are really quite elderly 100Mbit switches.
 
In August 2012 I acquired a number of HP4000M switches - these are really quite elderly 100Mbit switches.
However, they come with a complete set of professional management features, which is perfect for my purposes.  
+
100Mbit/s is hardly an impressive speed today, but for me it is sufficient. More importantly, the switches come with a complete set of professional management features, which is perfect for my purposes.  
  
 
When I started configuring them, I went to look for a way to download the configuration file (as a backup)
 
When I started configuring them, I went to look for a way to download the configuration file (as a backup)
as well as a way to upload a new one (mass changes are easier done with an editor).  I did eventually find a summary procedure, but  
+
as well as a way to upload a new one (mass changes are easier done with an editor).  Google did eventually lead me to summary procedure, but  
it wasn't exactly well documented.
+
it wasn't exactly well documented.
 +
 
 +
==Download configuration file==
 +
The HP4000m uses TFTP so you will need a TFTP-server on your network. How to set up a TFTP server is outside the scope of this article.
 +
 
 +
===Step by step===
 +
Because the file transfer must be initiated from the switch, it looks more like a file upload. I prefer to think of the switch as the target or the client, hence I think of this as downloading the config file. Apologies if that sounds confusing.
 +
 
 +
<ol>
 +
<li>On your TFTP server, create the target file: <br/>
 +
touch <tftpdir>/hp4000m/switch.config<br/>
 +
chmod 777 <tftpdir>/hp4000m/switch.config
 +
</li>
 +
<li>telnet <switch-address></li>
 +
<li>Choose "Diagnostics"</li>
 +
<li>Choose "Command prompt"</li>
 +
<li>Enter: "put <tftp-server> CONFIG <remote filename></li>
 +
</ol>
 +
 
 +
The server will automatically reboot to activate the new config.
 +
 
 +
==Upgrading firmware==
 +
Firmware upgrade is also done via TFTP, but you don't need the command line interface.
 +
 
 +
First of all, retrieve the lastest firmware from the HP support website.  At the moment, the latest version is C.09.30. The zip archive contains two
 +
file - release note and the firmware file.

Revision as of 12:34, 6 August 2012

In August 2012 I acquired a number of HP4000M switches - these are really quite elderly 100Mbit switches. 100Mbit/s is hardly an impressive speed today, but for me it is sufficient. More importantly, the switches come with a complete set of professional management features, which is perfect for my purposes.

When I started configuring them, I went to look for a way to download the configuration file (as a backup) as well as a way to upload a new one (mass changes are easier done with an editor). Google did eventually lead me to summary procedure, but it wasn't exactly well documented.

Download configuration file

The HP4000m uses TFTP so you will need a TFTP-server on your network. How to set up a TFTP server is outside the scope of this article.

Step by step

Because the file transfer must be initiated from the switch, it looks more like a file upload. I prefer to think of the switch as the target or the client, hence I think of this as downloading the config file. Apologies if that sounds confusing.

  1. On your TFTP server, create the target file:
    touch <tftpdir>/hp4000m/switch.config
    chmod 777 <tftpdir>/hp4000m/switch.config
  2. telnet <switch-address>
  3. Choose "Diagnostics"
  4. Choose "Command prompt"
  5. Enter: "put <tftp-server> CONFIG <remote filename>

The server will automatically reboot to activate the new config.

Upgrading firmware

Firmware upgrade is also done via TFTP, but you don't need the command line interface.

First of all, retrieve the lastest firmware from the HP support website. At the moment, the latest version is C.09.30. The zip archive contains two file - release note and the firmware file.