Categories

Category cover

Automation
155 posts

Category cover

Learning paths
119 posts

Category cover

CISO
22 posts

Category cover

Security
20 posts

Category cover

Notes
19 posts

Category cover

Personal Security
18 posts

Category cover

Infrastructure
12 posts

Category cover

OT/ICS
5 posts

Category cover

Books
3 posts

Category cover

UNetLab
3 posts

Category cover

Write-up
3 posts

Category cover

OSInt
2 posts

Category cover

My life
1 posts

Operating with Cisco ACI

Andrea Dainese
August 24, 2025
Post cover

Cisco ACI can be managed through five different interfaces:

  • GUI: The graphical user interface, typically used for the initial setup and, unfortunately, often still used for direct day-to-day operations on the fabric.
  • CLI: Primarily used for the initial APIC configuration and, later, only in rare cases where special troubleshooting commands are required, either at the APIC level or on individual switches.
  • Cobra SDK : A Python-based SDK that provides a programmatic interface to the fabric using Pythonic methods.
  • Visore : A simple web interface for querying fabric objects.
  • API: A complete set of REST APIs for full programmatic control of the fabric.

Continue reading the post on Patreon .