From 18abd896719b94f1b95a6839ba17b8365c7e6797 Mon Sep 17 00:00:00 2001 From: Joey Hafner Date: Mon, 8 Jan 2024 11:10:33 -0800 Subject: [PATCH] Add Aruba S2500 setup documentation --- wizard/README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/wizard/README.md b/wizard/README.md index cfb50ed..aac7e02 100644 --- a/wizard/README.md +++ b/wizard/README.md @@ -138,4 +138,15 @@ set system login user admin authentication public-keys jafner425@gmail.com key $ To get a monitoring panel of bandwidth usage listed by connection on the internet, use `sudo iftop -i pppoe1`. To instead get usage listed by connection on LAN, use `sudo iftop -p -i eth6` -[`iftop` docs](https://linux.die.net/man/8/iftop). Use [`pcap-filter'](https://www.tcpdump.org/manpages/pcap-filter.7.html) syntax for filtering with the `-f` flag. \ No newline at end of file +[`iftop` docs](https://linux.die.net/man/8/iftop). Use [`pcap-filter'](https://www.tcpdump.org/manpages/pcap-filter.7.html) syntax for filtering with the `-f` flag. + +# Setting up the Aruba S2500-48P +Followed the instructions given in [this video](https://www.youtube.com/watch?v=HegeBkglsec) + +1. Reset to factory settings. +2. Basic configuration (using static IP 192.168.1.9). +3. Flashed new firmware image (7.4.0.7, built 2021_07_07) to default boot partition. +4. Deleted stacking interfaces for 3rd and 4th SFP+ ports. +5. Flashed new firmware image (7.4.0.7, built 2021_07_07) to backup boot partition. + +Additional reference: https://forums.serverbuilds.net/t/official-aruba-s2500-managed-ethernet-switch-poe-10gsfp/5038 \ No newline at end of file