Guidelines for Deploying Cisco Catalyst 8000V
Restrictions
Before you deploy a Cisco Catalyst 8000V instance, see these guidelines and recommendations.
-
You can choose the gVNIC option only if you're using an N4 instance. If you've deployed Cisco Catalyst 8000V in GCP by using N1 or N2 instance series, you cannot resize your existing VMs to N4 instance series due to the variation in disks.
-
If you use the Infrastructure Manager through public worker pools to run the Terraform that is used for the VM deployment, your permissions might restrict the usage of public pools, especially if you use VPC Service Controls. To overcome this issue, use Google Cloud Build, which allows the creation of private worker pools with your own security and configuration. Use this method to deploy VMs if the standard GUI launch option is restricted.
Download the Cisco Catalyst 8000V Terraform through the Command-Line Deployment option and add the private worker pool option in the Terraform deployment script. First, manually deploy the Cisco Catalyst 8000V instance via CLI and then add the worker pool parameters.
Guidelines
-
A maximum transmission unit (MTU) is the size, in bytes, of the largest possible IP packet, including IP headers, layer 4 protocol headers, and layer 4 data, that can fit inside an Ethernet frame.
When using gvNIC-based instances, the MTU of the GCP VPC will be inherited by the guest VM, that is, Cisco Catalyst 8000V. If the GCP VPC MTU is set below 1500 bytes, Cisco Catalyst 8000V uses this MTU value. If the GCP VPC MTU is set above 1500 bytes, Cisco Catalyst 8000V uses an MTU ranging from 1500 bytes up to the configured MTU of the VPC.
For Cisco Catalyst 8000V deployments in SD-WAN mode that utilize bootstrap configuration from vManage, it is important that the configured MTU matches the GCP VPC MTU, especially when the VPC MTU is less than 1500 bytes. Any mismatch in MTU values could lead to deployment failures.
To configure the MTU settings, see Maximum transmission unit.

Feedback