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

Associating a bridge domain with an external network


Now that we have a routed interface, we must associate it with the bridge domain.

How to do it…

  1. Navigate to TenantA | Networking | Bridge Domains | TenantA-BD.
  1. Click on L3 Configurations on the right-hand side.
  2. If required, you can add additional subnets here as well. In the following screenshot, I have added the 10.2.20.0/24 subnet.
  3. Select TenantA-Routed for L3 Out under Associated L3 Outs.
  1. Select the same L3 Out for the L3 Out for Route Profile.
  1. Click on SUBMIT. One issue here is that we will not be advertising any routes. If you have a successful peering to another BGP speaker, you will see that you will receive routes advertised to you, but the other speaker will not receive any prefixes from the tenant. Therefore, we must make a small change.

 

  1. Navigate to TenantA | Networking | Bridge Domains | TenantA-BD | Subnets, and click on the 10.2.20.1/24 subnet.
  1. Tick the Advertised Externally box.
  1. Click on SUBMIT.
  2. Return to the TenantA-BD bridge domain...