Zack Williams | 794532a | 2021-03-18 17:38:36 -0700 | [diff] [blame] | 1 | .. |
| 2 | SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org> |
| 3 | SPDX-License-Identifier: Apache-2.0 |
| 4 | |
| 5 | Management Network Bootstrap |
| 6 | ============================ |
| 7 | |
| 8 | The current Pronto deployment uses an HP/Aruba 2540 24G PoE+ 4SFP+ JL356A |
| 9 | switch to run the management network and other VLAN's that are used internally. |
| 10 | |
| 11 | By default the switch will pull an IP address via DHCP and ``http://<switch IP>`` |
| 12 | will display a management webpage for the switch. You need to be able to access |
| 13 | this webpage before you can update the configuration. |
| 14 | |
| 15 | Loading the Management Switch Configuration |
| 16 | ------------------------------------------- |
| 17 | |
| 18 | 1. Obtain a copy of the Management switch configuration file (this ends in ``.pcc``). |
| 19 | |
| 20 | 2. Open the switch web interface at ``http://<switch IP>``. You may be |
| 21 | prompted to login - the default credentials are both ``admin``: |
| 22 | |
| 23 | .. image:: images/pswi-000.png |
| 24 | :alt: User Login for switch |
| 25 | :scale: 50% |
| 26 | |
| 27 | 3. Go to the "Management" section at bottom left: |
| 28 | |
| 29 | .. image:: images/pswi-001.png |
| 30 | :alt: Update upload |
| 31 | :scale: 50% |
| 32 | |
| 33 | In the "Update" section at left, drag the configuration file into the upload |
| 34 | area, or click Browse and select it. |
| 35 | |
| 36 | 4. In the "Select switch configuration file to update" section, select |
| 37 | "config1", so it overwrites the default configuration. |
| 38 | |
| 39 | 5. In the "Select switch configuration file to update" section, select |
| 40 | "config1", so it overwrites the default configuration. Click "Update". |
| 41 | You'll be prompted to reboot the switch, which you can do with the power |
| 42 | symbol at top right. You may be prompted to select an image used to reboot - |
| 43 | the "Previously Selected" is the correct one to use: |
| 44 | |
| 45 | .. image:: images/pswi-003.png |
| 46 | :alt: Switch Image Select |
| 47 | :scale: 30% |
| 48 | |
| 49 | 6. Wait for the switch to reboot: |
| 50 | |
| 51 | .. image:: images/pswi-004.png |
| 52 | :alt: Switch Reboot |
| 53 | :scale: 50% |
| 54 | |
| 55 | The switch is now configured with the correct VLANs for Pronto Use. If you |
| 56 | go to Interfaces > VLANs should see a list of VLANs configured on the |
| 57 | switch: |
| 58 | |
| 59 | .. image:: images/pswi-005.png |
| 60 | :alt: Mgmt VLANs |
| 61 | :scale: 50% |
| 62 | |
| 63 | |