Add basic instructions for HP switch

This commit is contained in:
Jakob Lechner 2025-07-18 17:00:15 +02:00
parent 4e65fd11a9
commit f6313b6f64
4 changed files with 32 additions and 0 deletions

View file

@ -1,2 +1,3 @@
# Weinturm Open Air Infrastructure
* [HP Switch](hp-switch.md)

31
docs/hp-switch.md Normal file
View file

@ -0,0 +1,31 @@
# HP Switch
[ProCurve 2910al Switches Installation and Getting Started Guide](./hp-switch/Installation_Guide_HP_2910al-Serie.pdf)
[HP Switch Software Basic Operation Guide](./hp-switch/HPE_c04490715_HP_Switch_Software_Basic_Operation_Guide.pdf)
## Factory reset
To execute the factory default reset on the switch, perform these steps:
1. Using pointed objects, simultaneously press both the Reset and Clear buttons
on the front of the switch.
2. Continue to press the Clear button while releasing the Reset button.
3. When the Self Test LED begins to blink, release the Clear button.
The switch will then complete its self test and begin operating with its
configuration restored to the factory default settings.
## Serial console
Recommendation: use `sio` to access the serial terminal.
```sh
sudo tio --baudrate 9600 /dev/ttyS0
```
Quit with CTRL+t, q
Turn pager off: `no page`
Change screen length: `screen length 50`

Binary file not shown.