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

Configuring a layer-3 outside interface for tenant networks


We can create three types of interfaces for routing; they are:

  • Routed interfaces
  • SVIs
  • Routed sub-interfaces

We will create one of each!

How to do it…

First, we will create routed interfaces, which are physical interfaces that have an IP address. 

Creating routed interfaces

  1. Navigate to TenantA | Networking | External Routed Networks | TenantA-Routed.
  2. Expand Logical Node Profiles.

 

 

  1. Expand TenantA-Node-Profile.
  2. Right-click on Logical Interface Profiles.
  3. Select Create Interface Profile.

 

 

  1. Name the interface profile and select the interface type (Routed Interface).
  1. Click the plus sign to open Select Routed Interface.
  2. Select the desired leaf node and interface from the drop-down. This interface would connect to another device, such as a switch or router, with which it would form the BGP peering.
  1. Set the IP address (I have chosen 10.2.20.1/24).
  2. Set the peer-specific BGP Peer Connectivity Profiles.
  3. Click on SUBMIT.

Configuring an external SVI

SVIs, or switch...