blob: 499e5b19e07a8ed5d7f1a15fdfef136914a02e51 [file] [log] [blame]
Zack Williams794532a2021-03-18 17:38:36 -07001..
2 SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
3 SPDX-License-Identifier: Apache-2.0
4
5Management Network Bootstrap
6============================
7
8The current Pronto deployment uses an HP/Aruba 2540 24G PoE+ 4SFP+ JL356A
9switch to run the management network and other VLAN's that are used internally.
10
11By default the switch will pull an IP address via DHCP and ``http://<switch IP>``
12will display a management webpage for the switch. You need to be able to access
13this webpage before you can update the configuration.
14
15Loading the Management Switch Configuration
16-------------------------------------------
17
181. Obtain a copy of the Management switch configuration file (this ends in ``.pcc``).
19
202. 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
273. 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
364. In the "Select switch configuration file to update" section, select
37 "config1", so it overwrites the default configuration.
38
395. 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
496. 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