Updated Aruba S2500.md (markdown)
This commit is contained in:
+26
-10
@@ -13,7 +13,9 @@ To factory reset the switch, do the following:
|
|||||||
4. Press the ``menu`` button until ``Factory Default`` is selected.
|
4. Press the ``menu`` button until ``Factory Default`` is selected.
|
||||||
5. Press the ``enter`` button once to select, and a second time to confirm.
|
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
|
The Aruba S2500 has a micro USB port on the back which exposes a serial
|
||||||
interface that can be used to manage the switch.
|
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.
|
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.
|
will enable you to sucessfully connect, but the WebUI may still fail to display.
|
||||||
|
|
||||||
To connect to the WebUI
|
To connect to the WebUI
|
||||||
|
1. TODO: enable the Quick Setup WebUI via the front panel menu
|
||||||
1. Connect an ethernet cable between your device and one of the 1GbE port on
|
2. Connect an ethernet cable between your device and one of the 1GbE port on
|
||||||
the front of the switch
|
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`
|
- IP: `172.16.0.2`
|
||||||
- Subnet Mask: `255.255.255.0` or `/24`
|
- Subnet Mask: `255.255.255.0` or `/24`
|
||||||
- Gateway: `172.16.0.1`
|
- 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.
|
You should now have access to the WebUI.
|
||||||
|
|
||||||
|
## Running through Quick Setup
|
||||||
|
|
||||||
|
### Console
|
||||||
hello
|
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
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user