Netbox ACI Plugin
A Netbox plugin for Cisco ACI related objects in Netbox.
Features
This plugin provides the following models to be able to document an Cisco ACI setup:
Attachable Access Entity Profiles
Application Profiles
Bridge Domains
Contracts (Standard)
Endpoint Groups
Endpoint Security Groups
Interface Policy Groups
L3 Outs
Link Level Policies
Contributing
This project is currently maintained jointly by:
Marc-Aurel Mohr-Lenné
Compatibility
Below listed plugin Versions has been tested with its corresponding NetBox Version.
Netbox
Plugin
- 1.3
>= 0.0.1
- 2.0
>= 0.0.1
- 3.1
>= 0.0.2
- 3.4
>= 0.0.6
Installation
Option 1
Install using Docker
Enable the plugin in /configuration/plugins.py.
Option 2
$ python3 -m pip install netbox-aci
Enable the plugin in /configuration.py.
PLUGINS = [
"netbox_aci"
]
Requirements
Custom Field:
- name: "gateway"
label: "Gateway"
object_types:
- "ipam.ipaddress"
required: false
ty
|