Configuring your Arista Switch and Access Points for Home Use¶
Overview¶
This document provides a guide to configure your Arista switch for home use, including setting up wired and wirelesourss network connectivity and management access.
Prerequisites¶
- An Arista switch (e.g., Arista 710P-12P)
- Console cable or SSH access to the switch
- Home network details (IP address, subnet mask, gateway IP, DNS server IP)
Step 1: Connect to the Switch¶
- Connect your computer to the switch using a console cable or SSH.
- Open a terminal emulator (e.g., PuTTY, Tera Term) and connect to the switch's console port or SSH into the switch.
- Log in to the switch using the default username and password (arista/arista).
Step 2: Configure Basic Network Connectivity¶
- Enter global configuration mode by typing
configure. - Configure a VLAN for management access using the
vlancommand. For example: - Configure VLAN 20 and VLAN 30 for guest and IoT networks respectively:
- Configure the switch's hostname using the
hostnamecommand. For example: - Configure the switch's IP address, subnet mask, and default gateway using the
interface ethernet5command. For example: - Assign an IP address to the VLAN interface:
- Set the default gateway. This is your home router's IP address:
- Save the configuration:
Step 3: Configure DHCP Services¶
- Configure DHCP pool for VLAN 10:
- Enable DHCP pool for VLAN 20:
- Enable DHCP pool for VLAN 30:
- Save the configuration:
Step 4: Configure your access points¶
- Connect your access points to the switch interface ethernet 7 or ethernet 9.
- Configure interface ethernet 7 or ethernet 9 as a trunk port to allow multiple VLANs:
- Save the configuration:
Step 5: Login to CV-CUE Launchpad¶
- Login to the Arista Launchpad for your lab.
- Click on the
CV-CUE (CloudVision WiFi)Tile in the LaunchPad from the Dashboard menu. - Click on
Configure > WiFiand click onAdd SSID - Configure your SSID and security settings. Configure the SSID to use the appropriate VLAN (e.g., VLAN 10 for management, VLAN 20 for guest, VLAN 30 for IoT).
- Click on
Saveto apply the changes.