Configuring Arista Networks Switches for WheatNet-IP

Configuring Arista Networks Switches for WheatNet-IP

What you will need:
- A RJ-45 to serial console cable. We like the ones that have a little USB to serial device built in like this, but any standard console cable will do.
It connects to the console port on the switch.
- A terminal program such as PuTTY.

Step 1: Log into the switch
Arista switches come out of the box set up for ZeroTouch provisioning. If your facility is set up for that, follow your company's procedures to get the switch online. This guide assumes that you are not using ZeroTouch and need to manually configure the switch.

Set your serial port as follows:
  1. 9600 baud
  2. no flow control
  3. 1 stop bit
  4. no parity bits
  5. 8 data bits
Connect your console cable, open a serial session in PuTTY with the COM port your console cable is on and power up the switch.
The default login is admin with no password.
Notes
If you miss this login screen and the switch starts cycling looking for a ZeroTouch server (it looks like this)

Hit Ctrl + C to get a login prompt.
Once you have logged in as admin, type zerotouch cancel at the prompt and hit enter. The switch will reboot into an empty configuration.
Log in as admin again. (no password)
Step 2: Set an admin password.
The switch allows for you to initially log into the switch as admin without a password through the console port only. Setting a password for the admin user will let you log into the switch from any port.
After logging in, you will be at a standard prompt. (localhost>)
Elevate to privileged mode by typing enable and hitting enter. Your prompt will change to locahost#
Now, put the switch into configure mode. Type config t and hit enter.
This command assigns the password wheatstone to the username admin:

Step 3: Assign a hostname
While at the (config) prompt, use the hostname command to name your switch

Step 4: Set up a management port
Most Artista switches have an out of band management port. Use these commands to assign it an IP address, assign a default gateway, and save it.
Once you have set this up, you have the option to configure using SSH instead of the serial console cable.
Step 5: Set up the WNIP VLAN
Wheatstone prefers that only WNIP devices are connected to a switch, therefore our example will use VLAN 1, the default VLAN. Valid VLAN numbers range from 1 to 4094.
From the (config) prompt, type vlan 1
Assign the VLAN a name by using the name command.
Then look at the state of the VLAN by entering show vlan 1. You will see what ports are connected (if any).
We also need to give the VLAN an interface; this will be used for the IGMP querier. Each switch will get its own IP address. The core switch should have the lowest IP. Example: if your core is 192.168.87.1, the first edge switch is 192.168.87.2.
The switches will choose the lowest IP as the querier.

Type exit when complete.
Step 6: Enable IGMP 
From a (config) prompt:
- set IGMP version 2
- enable the querier
- set the query interval
- set the max response time
- set the querier address to the VLAN interface that you set above.
- write this to memory so it is saved.
Step 7: Set up the switch ports
There are two types of ports: Access and Trunk.
An Access port is a switch port that has a Wheatstone device on it, such as a Blade, Console, PC Driver, computer with WNIP software, Talent Station, etc.
A Trunk port is a port that connects two switches together. (ie leaf/spine, core/edge).

This is how to configure Access ports. You can configure a range of ports by typing a range (interface ethernet 1-45) or by a single port (interface ethernet 5). Type end to finish configuring the range/port.




This is how to configure trunk ports.

Step 8: Make sure you save your work with the write command, otherwise the changes will be lost when the switch is rebooted.

    • Related Articles

    • Approved Ethernet Switches for WheatNet-IP

      Overview The Ethernet switch is the backbone of WheatNet-IP, as the network transports all of the audio between blades. Just as you selected Wheatstone because it is the best-in-class audio console, you need to select a best-in-class Ethernet switch ...
    • Configuring Paravel Systems WallTime with WheatNet-IP

      The Paravel Systems Walltime is a nice studio clock and notification system based on a Raspberry Pi. It can be used as your primary studio clock and can also display notifications from various systems, including Wheatnet-IP. As many of our customers ...
    • Optimizing Windows for the WheatNet-IP AoIP Driver

      Introduction Audio over IP (AoIP) is the transportation of digital audio via local or wide area networks using the Internet Protocol. Due to the very nature of ethernet, there are numerous obstacles to the efficient transport of audio (and video) ...
    • How To Configure Cisco 9200x/9300x for WheatNet-IP

      Overview Let’s take a look at what needs to be done to get your Cisco 9200/9300 switch ready for the installation of your WheatNet‑IP system. Properly configuring your switch allows you to take advantage of the “management” capabilities to control ...
    • How To Configure Cisco C1000 for WheatNet-IP

      Overview Note: The C1000 has a limit of 1024 IPv4 Multicast Routes and IGMP groups. This effectively limits the number of multicast streams (every source in the system is a multicast stream) connected at the same time. When planning a system keep ...