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

Setting up the client VMs


I am using the Tiny Linux distro here, because of the small footprint. They are both running on the same host as the ASAv and therefore have access to the same EPGs as the ASA does.

How to do it...

  1. You can download the same VM from here: https://communities.vmware.com/docs/DOC-21621.
  2. The OVA file should be imported into vCenter and named Finance-VM. Set the network interface to use the ACME-ASAvctxACME-VRFFinance-BD port group.
  1. Repeat the process for the second VM, calling it Marketing-VM and making sure that it is connected to the Marketing EPG.
  1. Following the topology diagram at the start of this chapter, the Finance VM has an IP address of 172.16.1.10/24, and the Marketing VM has an IP address of 172.16.2.10/24. Both have their default gateways set to the ASAv's respective interface, and both can ping their default gateways. Here is the Finance VM pinging the ASA: 
  1. Here we can see the Marketing VM pinging the ASA:
  1. Because we permitted IP traffic through the firewalls...