diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index c24460e..c544387 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -1,2 +1,3 @@ # Weinturm Open Air Infrastructure +* [HP Switch](hp-switch.md) diff --git a/docs/hp-switch.md b/docs/hp-switch.md new file mode 100644 index 0000000..aaf524b --- /dev/null +++ b/docs/hp-switch.md @@ -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` diff --git a/docs/hp-switch/HPE_c04490715_HP_Switch_Software_Basic_Operation_Guide.pdf b/docs/hp-switch/HPE_c04490715_HP_Switch_Software_Basic_Operation_Guide.pdf new file mode 100644 index 0000000..635aeaf Binary files /dev/null and b/docs/hp-switch/HPE_c04490715_HP_Switch_Software_Basic_Operation_Guide.pdf differ diff --git a/docs/hp-switch/Installation_Guide_HP_2910al-Serie.pdf b/docs/hp-switch/Installation_Guide_HP_2910al-Serie.pdf new file mode 100644 index 0000000..00984b5 Binary files /dev/null and b/docs/hp-switch/Installation_Guide_HP_2910al-Serie.pdf differ