Skip to content

Lab 1 - Timeline Foundations

Timeline Foundations, where we move from basic inventory to the "Time Machine" capabilities of Arista CloudVision.

We’ll explore the critical distinction between what we want the network to do and what it is actually doing.

Lab Tasks - Planned vs. Current State (Designed vs. Running)

We’re starting in the Devices > Inventory screen.

Think of the Designed Config as the 'Target State' and the Running Config as the 'Current State'.

When you look at spine-1, the diff should be empty because, right now, reality matches our intent.

But in a moment, we’re going to intentionally break that harmony to see how CloudVision reacts.

  1. Click the Cloud Icon (top-left) at any time to return to the home screen.
  2. Hover over the blue panel on the left and select Devices.
  3. Click Inventory if necessary.

Observe the data presented. If there were issues with a device the following indicators would be present.

Lab Walkthrough

  1. Click spine-1 > Configuration.
  2. Click the Compare Config tab to diff the Running Config against the Designed Config.
  3. Note: The diff should be minimal or empty as no changes have been made yet.

Lab Walkthrough

Lab Tasks - Edit the Running Config and Analyze Changes

We’re going to jump into the CLI of spine-1 and act like a rogue admin.

We're adding VLAN 99 and an IP address directly on the box, bypassing the CloudVision UI.

Then, look back at CloudVision. Notice that red 'Out of compliance' icon? CloudVision just caught us.

It compared its database (the blueprint) to the actual switch and realized someone went 'off-script.'

This is your early warning system against configuration drift.

  1. Return to the Arista Campus Lab tab in your browser.

    Lab Walkthrough

  2. Locate spine-1 in the Topology diagram and click the icon to access the CLI.

  3. If you are prompted to log in, use the arista/[password] credentials under the network topology where you clicked the switch.
  4. Copy these commands and paste them in the switch console to create and name vlan 99 and an SVI with IP address 192.168.99.1/24

  5. Return to CloudVision and click the Compare Config tab. (Refresh the page if the changes don't appear immediately).

  6. Observe that spine-1 is now "Out of compliance" in the top-right corner because the Running Config no longer matches the Designed Config.

Lab Walkthrough

Lab Tasks - Config Sources

We’re going to click on the Config Sources tab.

The running config of a switch is generated from multiple config sources, compiled together to generate the ultimate Designed Config.

It has three different configlets assigned to it.

One might handle the basic management, another handles the campus fabric automation, and a third might be a custom snippet we wrote ourselves.

This view is essential for troubleshooting because it tells you exactly 'who' owns a specific line of code.

  1. Click the Config Sources tab.
  2. Notice how there are three configlets assigned to this device.
  3. We can search these to find where a specific configuration line originates from.
  4. Search for "name" in the search box and review the results.

Lab Walkthrough

Lab Tasks - Timeline & Change History (The "DVR" of Networking)

One of the hardest parts of troubleshooting is knowing what changed and when.

CloudVision is essentially a DVR for your network.

By using the Time Picker, we can travel back in time—to 30 minutes ago, or even back to last December.

We aren't just looking at old text files; we are looking at the actual state of the network at that exact moment.

Use the color-coding to spot the differences: Red is deleted, Green is added, and Blue is modified.

This is how you answer the age-old question: 'What changed last night at 2 AM?'

  1. Under spine-1 > Configuration > Compare Config, click the Live Time button on the top right
  2. Under Quick Times click 30 mins ago to see how our running config matched the designed config, then return to Now.
  3. Click the Live button under Custom time and select a date a few months in the past; Dec 1, 2025, 00:00:00 and click OK.
  4. Observe the differences, then return to the current time by selecting Now from the Custom Time selection.

Lab Walkthrough

CVaaS stores a complete record of EVERY change that was made for at least 90 days.

  1. Click the Running Config button and notice the Change History panel on the right of the screen.
  2. This allows you to audit the historical evolution of spine-1.
  3. Click the oldest timestamp to view and compare historical changes.

Lab Walkthrough

When comparing these two versions, use the color-coding to explain the "intent" of the changes (Red=Deleted, Green=Added, Blue=Modified).

Lab Tasks - Compliance Verification

Compliance isn't just about typos in a config. The Compliance Overview is your mission control for security.

It automatically checks your hardware and software against known Bugs, CVEs (vulnerabilities), and End-of-Life notices.

  1. Hover over the blue panel and select Devices.
  2. Locate spine-1 in the Inventory list.
  3. Notice the red page icon, which informs you the running config is out of compliance.
  4. Click Compliance Overview in the Devices Panel.
  5. Review Bugs and CVEs, Configuration and Image, and End of Life tabs.
  6. Confirm all are green/In Sync (except for spine-1).

Lab Walkthrough

This page can be used to track known vulnerabilities and bugs, configuration and image compliance and devices and software that is approaching End of Life across your entire Arista footprint.

Lab Tasks - Time and Device Comparison (Fabric Visibility)

Finally, let's use the Comparison tools. We can do a Time Comparison to see how leaf-1a has evolved over the last few months.

Or, even better, we can do a Device Comparison.

If you’re wondering why leaf-1a is behaving differently than leaf-2a, you can put them side-by-side.

You can compare their MAC tables, their ARP entries, and their configurations simultaneously.

It’s the ultimate 'spot the difference' tool for network architects.

  1. Click Comparison in the Devices Panel, then choose Time Comparison.
  2. Select leaf-1a
  3. Click the second Current time, which allows us to compare to a time in the past.
  4. Select a date several months in the past; for example. Dec 1, 2025.
  5. Click the blue Apply and then the blue Compare.
  6. Explore the Configuration, ARP Table, MAC Table, and LLDP Neighbors sections on the left side of this view.

Lab Walkthrough

  1. Click the Inventory link on the top left of the page
  2. Click Comparison in the panel
  3. Click Device Comparison
  4. Select leaf-1a and leaf-2a, then click Compare.
  5. Explore the Configuration and ARP Table sections on the left side.
  6. For the MAC Address Table: Sort by the Device column, then filter the Port column by entering 1 in the search box above the table.

Lab Walkthrough

You have completed the Timeline Foundations lab!! You are ready for the next lab.

Next Lab

Continue to Lab 2 - Workspaces and Inventory