From daaaad7bf1178b5ef9ad89c527b6c09f30b8ae26 Mon Sep 17 00:00:00 2001 From: restitux Date: Tue, 24 Jan 2023 02:05:58 +0000 Subject: [PATCH] Updated Aruba S2500.md (markdown) --- networking/Aruba S2500.md | 36 ++++++++++++++++++++++++++---------- 1 file changed, 26 insertions(+), 10 deletions(-) diff --git a/networking/Aruba S2500.md b/networking/Aruba S2500.md index 890b4a1..7955405 100644 --- a/networking/Aruba S2500.md +++ b/networking/Aruba S2500.md @@ -13,7 +13,9 @@ To factory reset the switch, do the following: 4. Press the ``menu`` button until ``Factory Default`` is selected. 5. Press the ``enter`` button once to select, and a second time to confirm. -### Connecting Via Serial +## Connecting to the Switch + +### Console The Aruba S2500 has a micro USB port on the back which exposes a serial interface that can be used to manage the switch. @@ -35,7 +37,7 @@ You should now be dropped to a shell that looks like the below ``` -### Connecting Via Ethernet (TODO) +### Ethernet (broken) The Aruba S2500 provides a Web UI that can be used to configure the switch. @@ -44,18 +46,32 @@ most modern browsers. You can enabled outdated ciphers in your browser which will enable you to sucessfully connect, but the WebUI may still fail to display. To connect to the WebUI - -1. Connect an ethernet cable between your device and one of the 1GbE port on +1. TODO: enable the Quick Setup WebUI via the front panel menu +2. Connect an ethernet cable between your device and one of the 1GbE port on the front of the switch -2. On your machine, assign the interface a static IP with the follow configuration +3. On your machine, assign the interface a static IP with the follow configuration - IP: `172.16.0.2` - Subnet Mask: `255.255.255.0` or `/24` - Gateway: `172.16.0.1` -3. Connect to `http://172.16.0.254` in your browser. +4. Connect to `http://172.16.0.254` in your browser. You should now have access to the WebUI. - - - -hello \ No newline at end of file +## Running through Quick Setup + +### Console +After logging into the switch's console, you need to launch the switch's +`Quick-setup` program. + +This can be done by running the `enable` command and providing the password +`enable` as seen below. You will then need to press `y` berfore the `Quick-setup` +prompt times out. +``` +ArubaS2500-48P-US) >enable +Password:enable +Quick-setup helps in setting the basic configuration of the system + +Autoconfiguration of system will be stopped, if Quick-setup is launched by user + +Invoke Quick-setup (y|n)??? [y]:y +```