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

Routing with BGP


ACI supports three routing protocols: BGP, OSPF, and EIGRP. We will start by looking at BGP. 

As we go forward, we will see that the steps taken to implement OSPF and EIGRP are very similar. The steps, from a 10,000-foot view, are to create an "external routed network," configure an interface, and associate this interface to a bridge domain. To get a visualization of the type of deployment we would be looking at, refer to this figure:

How to do it...

  1. Navigate to TenantA | Networking | External Routed Networks.
  2. Right-click on this and select Create Routed Outside.
  1. Give the new Routed Outside a name.
  2. Select the BGP checkbox.
  3. Select the desired VRF.
  1. Click on NEXT.
  2. Click on FINISH.
  1. The new profile will appear in the work pane. Selecting it will show us the options we have configured so far.
  1. Select Node Profiles on the right-hand side and click on the plus sign.

 

 

  1. Name the profile, and click on the plus sign next to Nodes.
  1. Select a node from the drop-down menu.
  1. Enter a Router ID.

Note

Whenever...