Device-level Actions
CloudVision Portal (CVP) enables you to provision devices as needed based on your current networking requirements. Some examples of the types of actions you can perform include:
- Adding devices (use this action to add devices from the undefined container to defined containers)
- Moving devices (used this action to move devices from one defined container to another defined container)
- Removing devices (removing devices from the CVP topology)
- Reset devices
- Replace devices
When resetting a device:
- The device will be removed from the parent container.
- The running configuration of the device will be flushed.
- Device will reboot with ZTP mode enabled.
- Device will be identified under undefined container.
There are three options you can use to move devices. They are:
- Option 1
- Option 2
- Option 3
Option 1:
- Locate the device.
- Right-click the device and choose Factory Reset.
Option 2:
- Locate the parent container.
- Right-click the container and choose
Show All Devices. This will list all the devices under the container.
- Right-click the device and choose
Factory Reset.
Option 3:
- Locate the parent container.
- Right-click the container and choose Manage > Device. This will load the inventory of all the child devices under the container.
- Select the checkbox of the device to be
reset, and click the reset icon.
On saving the session, a task will be spawned to reset the selected device.
Adding Devices (from Undefined Container)
Complete the following steps to add a device from the undefined container to a destination container:
Deploying vEOS Routers
CVP deploys and provisions vEOS routers from cloud and datacenter to Amazon Web Services (AWS) and Microsoft Azure. Based on the requirement in vEOS deployment, configlets are assigned for push EOS configuration along with deployment parameters such as AWS Virtual Private Cloud (VPC), subnets, and security groups.
Prerequisites
The prerequisites to deploy vEOS routers within a cloud are:
- vEOS version 4.21.1.1F or later
- CVP 2018.2.0
- vEOS license
- Cloud (AWS/Microsoft Azure) credentials
- vEOS deployment parameters including VPC within which the vEOS has to be deployed, subnets and security groups associated with vEOS
- IP connectivity from deployed vEOS to CVP
Adding IPSec and vEOS Licenses
The addition of an IPSec license is optional based on the deployment.
Perform the following steps to add IPSec and vEOS licenses:
Adding AWS to Public Cloud Accounts
AWS Security Token Service (STS) is required when adding an AWS account to public cloud accounts.
AWS STS gives CVP temporary access to your AWS environment with proper permissions. This allows CVP to deploy the vEOS router and related resources in your AWS VPC.
CVP calls certain AWS APIs to query VPC information and creates a vEOS router Virtual Machine (VM) in VPC. It needs an AWS IAM (Identity and Access Management) role with permissions as listed in the code below .
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"ec2:DescribeRegions",
"ec2:DescribeVpcs",
"ec2:DescribeImages",
"ec2:DescribeAddresses",
"ec2:DescribeKeyPairs",
"ec2:DescribeAvailabilityZones",
"ec2:DescribeSubnets",
"ec2:DescribeSecurityGroups",
"ec2:DescribeNetworkInterfaces",
"ec2:CreateNetworkInterface",
"ec2:ModifyNetworkInterfaceAttribute",
"ec2:DetachNetworkInterface",
"ec2:DeleteNetworkInterface",
"ec2:AllocateAddress",
"ec2:AssociateAddress",
"ec2:DisassociateAddress",
"ec2:ReleaseAddress",
"ec2:RunInstances",
"ec2:TerminateInstances"
],
"Resource": "*"
}
]
}
Perform the following steps to add a AWS account to public cloud accounts:
Deploying the vEOS Router to AWS
Deploying a vEOS Router to Microsoft Azure
Adding Microsoft Azure to Public Cloud Accounts
You need a subscription ID, a tenant ID, a client ID, and client server details in order to an azure account to public cloud accounts.
To get these details, you must create an application in the Azure active directory and assign proper permissions to CVP for authentication with Microsoft Azure environment to make API calls. CVP uses a few APIs to create a vEOS router. Therefore, you must add a contributor role to the resource group that has either Virtual Network Protocol (VNET) or the whole subscription.
Perform the following steps for adding the Microsoft Azure account to public cloud accounts:
Registering Devices
Registering is the method used for adding devices to CVP. As a part of registering devices, CloudVision automatically enables streaming of the registered devices' state to the cluster by installing and configuring the TerminAttr agent. Newly registered devices are always placed under an undefined container.
Complete the following steps to register devices with CVP:
Moving Devices from one Container to Another Container
Moving devices from one defined container to another is a method you can use to add devices to a container in the CVP topology. You use this method when you want to add devices to a container, and the device you want to add is currently under another container in the CVP topology. This method involves locating the device to be moved, and then moving it to the destination container. Containers that receive the imported devices are called destination containers.
There are three options you can use to move devices. They are:
Option 1
Option 2
Option 3
- Locate the container that has the device you want to move.
- Right-click the container and choose Manage > Device. This will load the inventory of all the devices under the container.
- Select the device to be moved and click <–> to choose the destination container.
- From the popup menu, select the destination container and click OK. This will provision a move for the device
Removing a Device from a Container
A device can be removed from a container. Removing a device from the container will:
- Remove the device from parent container.
- Clear all information about the device in the CloudVision Portal.
- Stop any monitoring of the device.
There are three options you can use to remove devices. They are:
Option 1
Option 2
This option is available only for topology views.
Option 3
This option is available only for the list view of the Network Provisioning screen.
Device Factory Reset
When resetting a device:
- The device will be removed from the parent container.
- The running configuration of the device will be flushed.
- Device will reboot with ZTP mode enabled.
- Device will be identified under undefined container.
There are three options you can use to move devices. They are:
Option 1
Option 2
Option 3