|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/cisco-aci-automation/
课程评论:没有评论
## 课程总结:使用 Python 实现思科 ACI 自动化 本课程旨在教授学员如何利用 Python 编程语言实现思科 ACI (Application Centric Infrastructure) 的自动化配置。通过本课程的学习,您将能够自动化部署 ACI Fabric,并执行诸如在 ACI Fabric 中实现逻辑租户配置变更等任务。 **课程内容概览:** * **第一部分:ACI 简介与自动化入门** * 深入了解 ACI 的基本概念。 * 学习 ACI 自动化的重要性及其优势。 * **第二部分:实验环境搭建** * 学习安装 Python 及其所需的库。 * 熟悉 Visual Studio Code 等辅助工具,用于脚本编辑和执行。 * 掌握如何获得 APIC (Application Policy Infrastructure Controller) 访问权限。 * **第三部分:ACI 自动化脚本实操** * 学习使用 Python 脚本执行多种 ACI 自动化任务,包括: * 创建新的租户(Tenant)、VRF (Virtual Routing and Forwarding)、桥域 (Bridge Domain)。 * 配置应用配置文件(Application Profile)、EPG (Endpoint Group)。 * 创建契约(Contracts)、过滤器(Filters)。 * 配置 VLAN、域(Domains)。 * 实现与单个接口及端口通道接口的静态绑定。 * 配置 L3Out,包括 OSPF 和 BGP 路由协议。 * **第四部分:GitHub 与代码复用** * 了解 GitHub 的作用,以及如何访问可供 ACI 自动化的代码仓库。 * **第五部分:故障排除与命令解析** * 学习常用的故障排除命令,如 `show interface status`、`show vrf`、`show cdp/lldp neighbour`、`show endpoints`、`show contract` 和 `show filters`,以获取和分析 ACI fabric 的运行状态。 通过本课程的学习,您将具备利用 Python 驱动 ACI Fabric 自动化的能力,显著提升网络部署和管理的效率。
In this course, you will be going to learn about how to do the ACI Automation and this will help youto automate provisioning of an ACI Fabric.Here you will be going to use the programming language i.e Python which is available to run the automation tasks like Implementing logical Tenant Configuration Changes in the ACI Fabric.The first part of this course will be more about covering the ACI Introduction and ACI Automation.Second part of the course is about setting up the lab like installing Python and its libraries that is required to run the scripts.You will also learn supporting tool like Visual studio Code for editing and running the script.Also I will show you how to get the APIC access to perform ACI automation tasks.Now third section of the course is about the scripting and performing the ACI Automation tasks with the help of Python Scripts.In this section, I am covering how you can perform the changes like creating new tenant, VRF, Bridge Domain, App profile, EPGs, Contracts, Filters, Configuring VLANs, Domains, Static binding with individual interfaces and with the port-channel interfaces. Also, I am covering the very important part like configuring the L3out with OSPF and BGP.Forth section is about the Github and accessing repositories that you can use it for the ACI automation.And last section is about troubleshooting commands like running the show commands to get the output of theshow interface status, show vrfshow cdp/lldp neighbour,show endpoints, show contract and filters.