ACI | APIC unreachable after PCIe NIC card replacement

Following a hardware issue on a Cisco APIC, we had to replace the PCIe NIC card of the server (based on Cisco UCS). And as you may also encounter if you are reading this, it wasn't straight forward :) The initial problem was that the Eth2-1 and Eth2-2 ports went down after a few hours after each reboot, and that's a problem in an active APIC cluster... we decided to replace this APIC by the standby one in order to maintain a stable cluster of 3x APICs, before replacing the card. How to replace Read more [...]

ACI | Network 172.17.0.0/16 unreachable from APIC

Some days ago I had to configure a radius server on an APIC cluster. This server was addressed in the 172.17.0.0/16 range and it worked well for the spines and leaves of the fabric but not for any APIC of the cluster. From the APIC, we had the "unreachable" faults: From the CLI, the problem seemed more clear: APIC1# bashadmin@APIC1:~> ping 172.17.1.50PING 172.17.1.50 (172.17.1.50) 56(84) bytes of data.From 172.17.0.1 icmp_seq=1 Destination Host UnreachableFrom 172.17.0.1 icmp_seq=2 Destination Read more [...]

[Cheat Sheet] ACI – Contracts

This week I detail the Contracts inside ACI, allowing to filter the traffic between endpoints, like an ACL would do in a classic network. In this document, I describe the VRF default behaviors and how we can improve the filtering with the Contracts. How the contracts are working inside ACI, the object model and some example of configurations and their effect (Reverse Filter Ports, Apply Both Directions...). The file is still in progress, but I think the information is already ready to be shared Read more [...]

[Cheat Sheet] ACI – L3out

This week I detail the L3out object of ACI, allowing routed connectivity to external networks. In this document, I describe the objects and their relationships, present the most common designs, gateway redundancy and there is also a step by step configuration guide. The file is available here: ACI 04 - L3out. PS: The other files of this series can be found here: ACI 01 - The Basics. ACI 02 - Fabric Access Policies ACI 03 - The Tenants Read more [...]

[Cheat Sheet] ACI – The Tenants

The third part of these Cheat Sheets series continues to develop the different objects of the Cisco ACI Fabric. After reviewing the Fabric tab last week which can be seen as the "underlay", now it's time to take a look at the Tenant tab, the "overlay" where the EPGs are located. The "Tenant" tab of the APIC is as confusing as the Fabric tab, there is a multitude of objects to take care of, from the Application profile to the EPG and from the VRF to the Subnets, this cheat sheet will help you to Read more [...]