Cisco Catalyst 8000V Edge Software Installation And Configuration Guide

PDF

Install the VM using command line interface

Want to summarize with AI?

Log in

Overview

Provides the instructions to install Cisco Catalyst 8000V on Nutanix AHV hypervisor using command line interface.

Perform these steps to install Cisco Catalyst 8000V on Nutanix AHV hypervisor using command line interface.

Procedure

1.

Run this command to create the VM.

acli vm.create c8kv-test memory=8G num_vcpus=4 num_cores_per_vcpu=1
2.

Create the system disk and attach it to the virtual machine.

acli vm.disk_create c8kv-test create_size=20G container=default-container
3.

Attach the ISO files.

acli vm.disk_create c8kv-test cdrom=true clone_from_image=c8kv-iso-image
acli vm.disk_create c8kv-test cdrom=true clone_from_image=c8kv-bootstrap-config
4.

Create the network interface.

acli vm.nic_create c8kv-test network=labnet
5.

Power on the VM.

acli vm.on c8kv-test