Book Image

Cisco ACI Cookbook

By : Stuart Fordham
Book Image

Cisco ACI Cookbook

By: Stuart Fordham

Overview of this book

Cisco Application Centric Infrastructure (ACI) is a tough architecture that automates IT tasks and accelerates data-center application deployments. This book focuses on practical recipes to help you quickly build, manage, and customize hybrid environment for your organization using Cisco ACI. You will begin by understanding the Cisco ACI architecture and its major components. You will then configure Cisco ACI policies and tenants. Next you will connect to hypervisors and other third-party devices. Moving on, you will configure routing to external networks and within ACI tenants and also learn to secure ACI through RBAC. Furthermore, you will understand how to set up quality of service and network programming with REST, XML, Python and so on. Finally you will learn to monitor and troubleshoot ACI in the event of any issues that arise. By the end of the book, you will gain have mastered automating your IT tasks and accelerating the deployment of your applications.
Table of Contents (17 chapters)
Title Page
Credits
About the Author
About the Reviewers
www.PacktPub.com
Customer Feedback
Preface

Adding virtual machines to a tenant


Now that we have associated our vCenter to the APIC, we need to start associating some virtual hosts to the tenant.

To do this, I set up a new ESXi host in VirtualBox (with the VM set to use two CPUs, two 30 GB hard disks, and 4 GB of memory). If you are short on available hardware and are running the ACI simulator within one ESXi host, this avoids any issues that could be caused by adding the host controlling the ACI simulator to a tenant running within the simulator. 

Note

I am not sure whether there would be a problem, but I did not want to encounter any "divide by zero" issues!

 

How to do it...

  1. Add the ESXi host to vCenter and license it.
  2. Go to the Networking settings, and add the new host to the DVS by right-clicking on the switch and selecting Add and Manage Hosts.
  1. Follow the wizard to add the ESXi server. Once this has completed, you should see the host listed.

 

  1. Import an OVA file (I am using a Tiny Linux OVA file due to its small footprint), by selecting...