Skip to main content

A NetBox plugin to integrate Cisco ACI (Application Centric Infrastructure) with NetBox.

Project description

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:

Compatibility

Below listed plugin Versions has been tested with its corresponding NetBox Version.

Netbox Plugin
4.1.3 >= 0.0.1
4.2.0 >= 0.0.1
4.3.1 >= 0.0.2
4.3.4 >= 0.0.6
4.5.3 >= 0.0.7

Installation

Option 1

Install using Docker
Enable the plugin in <netbox docker>/configuration/plugins.py.

Option 2

$ python3 -m pip install netbox-aci

Enable the plugin in <netbox>/configuration.py.

PLUGINS = [
    "netbox_aci"
]

Requirements

  • Custom Field:

      - name: "gateway"
        label: "Gateway"
        object_types:
          - "ipam.ipaddress"
        required: false
        type: "boolean"
        default: false
    
  • Fixtures:

      You can load the requirements manually:
      python3 manage.py loaddata defaults.json
    
      !!! NOTE AND ADJUST THE VALUES FOR pk AND object_types BEFOREHAND !!!
      ipam.ipaddress value must be an integer.
    
      Example to get the integer value for ipam.ipaddress:
          python3 manage.py shell
          from django.contrib.contenttypes.models import ContentType
          from ipam.models.ip import IPAddress
          model_id = ContentType.objects.get_for_model(IPAddress)
          print(model_id.id)
          exit()
    

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

netbox_aci-0.0.7.tar.gz (41.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

netbox_aci-0.0.7-py3-none-any.whl (84.8 kB view details)

Uploaded Python 3

File details

Details for the file netbox_aci-0.0.7.tar.gz.

File metadata

  • Download URL: netbox_aci-0.0.7.tar.gz
  • Upload date:
  • Size: 41.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for netbox_aci-0.0.7.tar.gz
Algorithm Hash digest
SHA256 05157f8bbf36f9033f30fbeb4240ee59264ff26c0bebedaeef91b9913f87477b
MD5 1a44de6245a46853e6ef272f06ccc09f
BLAKE2b-256 892d94772869c7183f7e8c7bd9fde05a453cb65cc3e0c2b1c749fdb17cbc8825

See more details on using hashes here.

File details

Details for the file netbox_aci-0.0.7-py3-none-any.whl.

File metadata

  • Download URL: netbox_aci-0.0.7-py3-none-any.whl
  • Upload date:
  • Size: 84.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.12

File hashes

Hashes for netbox_aci-0.0.7-py3-none-any.whl
Algorithm Hash digest
SHA256 81f857015bc9445b511eea4013032205eecf6ef75b2f0d124f95ae038c82a656
MD5 4c92cc0560142a54045bac4a74115a5d
BLAKE2b-256 0a147244e5b50032950cc8cb94c8eb44fb6fb31b4240b4bfc2658887d5c15172

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page