Showing posts with label HP. Show all posts
Showing posts with label HP. Show all posts

Friday, March 22, 2024

ProCurve - Never trace a cable


By using the show mac-address, sh arp, and sh lldp remote info commands, you can avoid almost all cable tracing.

First if you have a mac address of a client that you want to find the port of do this:
  1. Start by connecting to a switch and type 'show mac-address ######-#####   (ie. sh mac-address 0017a4-d7fadf)
  1. This will return the port that the mac address is reported to be on.
  1. Check that another switch is not connected to that port by using 'sh mac (port#)'  (ie. Sh mac a2)
  1. If you have just one mac address then you know the client is connected to that port.  If you have a large list then another switch is most likely connected to that port.  To look up the next switch, type the following command (only works with switches that support lldp, most nice switches do)  'show lldp info remote (port#)  use the port number from before.  (ie. Show lldp info remote a2)
  2. This will give you a description and IP address of the next switch in the chain.  Use the same mac address command there to narrrow down the location of the port.  Always check the mac addresses on the port (sh mac port#) to make sure you are not changing something that a switch is connected to.

If you know the IP address of the client you want to find the port of, you can ping the address from the switch (if it is on a vlan that has an IP in the clinet's subnet).  This will refresh the arp table for that address, then you can type 'sh arp' to list the Ips, mac addresses, and ports.  Remember to always check the mac addresses on the port to make sure there is only 1 (maybe 2) mac addresses on the port to verify that another switch is not connected to that port.

Wednesday, October 10, 2012

HP Onboard Administrator Password Recovery or Reset

Have you ever lost or forgotten the Onboard Administrator credentials? I have had issues working on equipment where I did not have the information handy and I needed to get logged in.

First off I will begin by saying that "Yes" you must have physical access to the enclosure. Below is the easy method of performing the Lost Password Recovery process.

This process will retain the original configuration while changing the Administrator password
  • Connect your computer via serial cable to the Active Onboard Administrator
  • Use a program such as Putty or HyperTerminal to access the console via the serial connection.
  • Press and hold the Reset button on the Active Onboard Administrator for 5 seconds
  • Once the Reset has begun you will see the following screen

  •  Press the L key to start the Password Recovery process.


  • Write down the password displayed from the reset.
    • Option 2 would be to remove the device from the enclosure and read the factory sticker for the default password but if you are like me you would rather not remove the device.
  • Log into the Onboard Administrator to verify the password reset was successful.

  • Once logged in I would change the default password before you forget or loose your notes.
  • To change the password use the command set password

  • Your configuration should now be maintained and your password should be changed.