Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
Cisco ACI Cookbook

You're reading from   Cisco ACI Cookbook A Practical Guide to Maximize Automated Solutions and Policy-Drive Application Profiles

Arrow left icon
Product type Paperback
Published in May 2017
Publisher
ISBN-13 9781787129214
Length 424 pages
Edition 1st Edition
Tools
Concepts
Arrow right icon
Author (1):
Arrow left icon
 Fordham Fordham
Author Profile Icon Fordham
Fordham
Arrow right icon
View More author details
Toc

Table of Contents (17) Chapters Close

Title Page
Credits
About the Author
About the Reviewers
www.PacktPub.com
Customer Feedback
Preface
1. Understanding Components and the ACI Fabric FREE CHAPTER 2. Configuring Policies and Tenants 3. Hypervisor Integration (and Other Third Parties) 4. Routing in ACI 5. ACI Security 6. Implementing Quality of Service in ACI 7. Network Programmability with ACI 8. Monitoring ACI 9. Troubleshooting ACI 10. An End-to-End Example Using the NX-OS CLI

Creating an L4-L7 device


When creating an L4-L7 device, the GUI is most useful.

The ASA device package, like other packages, has some required entries, and the NX-OS cannot be re-written to account for all the required fields from all the different vendors. So, while scripting may be quicker, the GUI wins here.

How to do it...

  1. First of all, we need to set up the ASA's management interface for DHCP and allow HTTPS access:

      ASAv# sh run int management 0/0
      !
      interface Management0/0
        management-only
        nameif management
        security-level 0
        ip address dhcp 
      ASAv# sh run | i http
      http server enable
      http 0.0.0.0 0.0.0.0 management
      ASAv#
  1. You will also need an administrative account for the APIC to be able to connect to and manage the firewall.

While we do not have to do this next step, it's useful as it highlights the control over the VMWare environment that the APIC can have. So, assign the ASA interfaces to the Finance and Marketing port...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at £13.99/month. Cancel anytime
Visually different images