Changes between Version 5 and Version 6 of campuswifiandeduroam2023Agenda/WiFi-Lab
- Timestamp:
- Jul 28, 2024, 12:44:55 PM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
campuswifiandeduroam2023Agenda/WiFi-Lab
v5 v6 1 1 == Aruba Wi-Fi Lab == 2 2 3 In this lab session we are going to setup and configure enterprise-grade access points. This is a group lab and each group will have four persons. For this lab please refer to the IP tablegiven [https://ws.learn.ac.lk/wiki/campuswifiandeduroam2023Agenda/IPAllocationWiFiLab here].3 In this lab session we are going to setup and configure enterprise-grade access points. This is a group lab and there will be 9 groups. For this lab please refer to the IP table and network diagram given [https://ws.learn.ac.lk/wiki/campuswifiandeduroam2023Agenda/IPAllocationWiFiLab here]. 4 4 5 5 = Initial setup of the Access Point = 6 6 7 power on the AP. Within five seconds hit enter to stop autoboot. enter factory_reset. 7 We are using two models of access points for this lab Aruba AP-515 and AP-225. Two are having differences in the way they are setup and configurations are done. 8 9 Note: 10 Each group will be provided two Access points. 11 Each group is allocated 4 ports(given in the table) on a PoE switch which you need to plug your access points. 12 Don't plug both access points at once. First plug one and configure it until done. When you add the second AP it should automatically get the configurations from the previous AP. 13 14 15 == Initial setup of AP-515 == 16 17 When you power up the AP it should show a SSID named setmeup-XX:XX:XX . Connect your laptop to it. Then browse the page https://setmeup.arubanetworks.com/ (prefer chrome browser). 18 19 == Initial setup of AP-225 == 20 21 Install putty on a laptop with a serial console cable attached(We will provide a shared laptop to setup APs). Connect the AP to the console port. The plug a patch cord to the Ethernet 0 port of the AP. Plug the other end of the patch cord to a given switch port. AP will power up and within five seconds hit enter to stop autoboot of the AP. You will enter to a low level configuration mode of the AP. enter below commands to do IP configuration for the AP. 8 22 9 23 {{{ … … 19 33 optional, 20 34 {{{ 21 setenv domainname g1.learn.ac.lk 35 setenv domainname g<Group No>.learn.ac.lk 36 saveenv 22 37 }}} 23 38 24 Then enter bootto load OS image.39 Then enter 'boot' to load OS image. 25 40 26 Console will show as Init -> Master. Th isAP will be the master.41 Console will show as Init -> Master. Then the AP will be the master. 27 42 43 Now you are able login to the AP through a web console. Enter https://<AP_IP_address>:4343/ on a browser. Credentials will be as follows. 44 45 user : admin 46 password : serial number of the AP 28 47 29 48 = Setting up a DHCP server = 30 49 31 Password will be admin/serialno 32 Go to DHCP servers menu. 50 Login to AP. Go to DHCP servers menu. 33 51 34 52 default DHCP scope is for virtual controller assigned networks. It uses private IP ranges only. 35 There are other 3 types of Local DHCP scopes.36 37 Local - DHCP and Gateway is at V. controller, Use NAT (This is the NAT mode)38 Local, L2 - DHCP is at controller but gateway is located outside the AP. (This is just the AP/Bridge mode)39 Local, L3 - DHCP and Gateway is at V. controller but use forwarding of traffic. (This is the forwarding/routing mode)40 53 41 54 IN Local DHCP scopes click new.