Updated Aruba S2500.md (markdown)
This commit is contained in:
@@ -11,16 +11,55 @@ 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.
|
||||||
|
|
||||||
## Reset the Admin Password
|
## Setting the Switch's Account Passwords
|
||||||
Guide [here](https://community.arubanetworks.com/community-home/digestviewer/viewthread?MID=9356).
|
Relevant forum thread [here](https://community.arubanetworks.com/community-home/digestviewer/viewthread?MID=9356).
|
||||||
|
|
||||||
|
First, login with the default credentials
|
||||||
|
```
|
||||||
|
User: password
|
||||||
|
Password: forgetme!
|
||||||
|
```
|
||||||
|
Next, go into `enable` mode.
|
||||||
|
```
|
||||||
|
(aruba) >enable
|
||||||
|
Password: enable
|
||||||
|
```
|
||||||
|
|
||||||
|
Set the admin user's password.
|
||||||
|
```
|
||||||
|
(aruba) #configure terminal
|
||||||
|
Enter Configuration commands, one per line. End with CNTL/Z
|
||||||
|
(aruba) (config) #mgmt-user admin root
|
||||||
|
Password: yourpassword
|
||||||
|
Retype password: yourpassword
|
||||||
|
```
|
||||||
|
Logout and log back in. Then go into `enable` mode.
|
||||||
|
```
|
||||||
|
(aruba) (config) #exit
|
||||||
|
(aruba) #exit
|
||||||
|
(aruba) >exit
|
||||||
|
User: admin
|
||||||
|
Password: yourpassword
|
||||||
|
(aruba) >enable
|
||||||
|
Password: enable
|
||||||
|
```
|
||||||
|
|
||||||
|
Configure the `enable` mode password.
|
||||||
|
```
|
||||||
|
(aruba) #configure terminal
|
||||||
|
Enter Configuration commands, one per line. End with CNTL/Z
|
||||||
|
(aruba) (config) #enable secret
|
||||||
|
Password: yourenablepassword
|
||||||
|
Re-Type password: yourenablepassword
|
||||||
|
(aruba) (config) #write memory
|
||||||
|
```
|
||||||
|
|
||||||
## Update the Switch's Firmware
|
## Update the Switch's Firmware
|
||||||
|
Based on the guide available [here](https://community.arubanetworks.com/community-home/librarydocuments/viewdocument?DocumentKey=92ce82d5-13a7-47cf-8613-73416fa579d3&CommunityKey=2fd943a6-8898-4dbe-915f-4f09e4d3c317&tab=librarydocuments).
|
||||||
|
|
||||||
To update the switch's firmware, you will need to copy the upgrade file to a USB
|
To update the switch's firmware, you will need to copy the upgrade file to a USB
|
||||||
drive and connect it to the USB port on the rear of the switch.
|
drive and connect it to the USB port on the rear of the switch.
|
||||||
|
|
||||||
Guide available [here](https://community.arubanetworks.com/community-home/librarydocuments/viewdocument?DocumentKey=92ce82d5-13a7-47cf-8613-73416fa579d3&CommunityKey=2fd943a6-8898-4dbe-915f-4f09e4d3c317&tab=librarydocuments).
|
|
||||||
|
|
||||||
### Download the Firmware
|
### Download the Firmware
|
||||||
Firmware upgrades are available for download from Aruba without a licence key.
|
Firmware upgrades are available for download from Aruba without a licence key.
|
||||||
An account is required. Aruba does not allow users to make accounts with public
|
An account is required. Aruba does not allow users to make accounts with public
|
||||||
@@ -41,7 +80,6 @@ Password: ******
|
|||||||
Password:******
|
Password:******
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
Then, install the firmware using the `copy` command.
|
Then, install the firmware using the `copy` command.
|
||||||
```
|
```
|
||||||
(ArubaS2500-48P-US) #copy usb ArubaOS_MAS_7.4.1.9_62608 system: partition 0
|
(ArubaS2500-48P-US) #copy usb ArubaOS_MAS_7.4.1.9_62608 system: partition 0
|
||||||
|
|||||||
Reference in New Issue
Block a user