Just as if you were on the command line, Nexus Dashboard can create and modify configuration intent for interfaces. In this section, you will learn how to edit or modify an interface using Nexus Dashboard. Subsequent sections in the lab will introduce you to creating other types of interfaces such vPCs and Loopbacks. Different template policies exist for interfaces that can be assoicated depending on the type of interface. For example, an access interface, which is what you'll be working with in this section, has a template policy for the command line required to make an interface an access port, i.e. switchport mode access.
This section also introduces you to filtering capabilities of Nexus Dashboard. This capability streamlines the tabular display which allows you to quickly and easily locate the desired item you're working with. The filter option works automatically when you start to type in the filter field. You will be prompted with word completion options to help you select the appropriate filter. Since you're working with interfaces, Interface will be the word you type in this section to begin your filter. Next, the filter needs to know if it's looking to filter on something it's equal to or not. Thus, == ("equals equals") will be used to match the string name of a particular interface. The last option for the filter requires the string name you want to match (or not match). You will want to match the string Ethernet1/5.
From the Overview dashboard, you need to navigate to Interfaces to view all the interfaces Nexus Dashboard is aware of from your switches and begin your next task.
In the Edit interface wizard, notice Site1-L1 : Ethernet1/5 has int_trunk_host selected. This is the default Policy for the Leaf Switches. In this scenario,
we will be highlighting how to change the default policy from int_trunk_host to int_access_host.
Launch the template policy selection pop up:
In the Select Attached Policy Template pop up you will select the policy template that will make your Ethernet1/5 interfaces on your Site1-L1 switch access interface.
After clicking Deploy, Nexus Dashboard launches the Deploy interfaces configuration wizard. This view should look very similar to what you saw when performing the initial fabric deployment with the two stages and the option to review the pending configuration. Feel free to do so if you desire. Once done:
You will see the intended interface configuration starting being deployed for the Ethernet1/5 interface on Site1-L1 and Site2-L1.
Upon the interface configuration being successfully deployed, Nexus Dashboard will redirect you back to the Edit interface wizard.
Back at the main Interfaces overview, the filter for Ethernet1/5 should still be active. Locate the Ethernet1/5 interfaces for Site1-L1 and Site1-L2 and ensure the Policies column shows int_access_host
Continue to the next section to create a vPC interface between your Site1-L1 and Site1-L2.