Skip to content

For a given subnet, comparing IPs held in Netbox to those active on an ACI fabric

Notifications You must be signed in to change notification settings

andyburridge/ACI-Netbox-Comparison

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

ACI-Netbox-Comparison

Description

Using the Netbox REST API to query the intended state of the network, and the ACI REST API to query the active state of the fabric, compare the two in order to ensure data validity.

Python 3.6

Prerequisites

requests, json, ipaddress

Usage

(Improve process flow, for now these are just variables in the script)

  • 'inputSummary' defines subnet for which we wish to run the comparison.
  • 'headers' contains netbox API token
  • 'apiBaseURL' defines the Netbox API URL
  • 'aciBaseURL' defines the ACI API URL
  • 'username/password' contains the credentials for authenticating to ACI

Author

Andrew Burridge

About

For a given subnet, comparing IPs held in Netbox to those active on an ACI fabric

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages