ciscodnacnautobot

This is a fork from ciscodnacnetbox ported to Nautobot

Cisco DNA Center Integration with Nautbot


ciscodnacnautbot is a Nautbot Plugin for Cisco DNA Center.
It uses the Cisco DNA Center Platform APIs to sync data.

Prerequisites

  • Cisco DNA Center
    • Supported release: 1.3.3+
  • Nautbot
    • Tested with: v1.0.0b3
  • Python
    • Version: 3.3+

Data that is synced

  • Sites
  • Devices
  • IP Address (/32 of Devices)

Screenshots

Settings


Status

Sync

Nautobot Inventory


Getting Started

  • Install the plugin from source

    # sudo -iu nautobot
    # git clone https://github.com/joakimnyden/ciscodnacnautobot.git
    # pip3 install -e ciscodnacnautbot
    
  • Enable the plugin in nautobot_config.py of Nautobot

    PLUGINS = [
        'ciscodnacnautobot',
    ]
    
  • Migrate database in Nautobot

    # nautobot-server migrate
    

(More details at https://nautobot.readthedocs.io/en/latest/plugins/)

Sync your data from Cisco DNA Center to Nautbot

  • Add your Cisco DNA Center(s) in Settings at the ciscodnacnautbot plugin
  • Check status dashboard that API calls are OK towards your Cisco DNA Center (refresh if being cached)
  • Use the buttons on the Dashboard to sync (Sites is mandatory for Devices to be assigned in Nautobot)

Technologies & Frameworks Used

Cisco Products & Services:

Third-Party Products & Services:

Tools & Frameworks:

Authors & Maintainers

License

This project is licensed to you under the terms of the Cisco Sample
Code License
.

Use Case

Cisco DNA Center Integration with Nautbot

(Sync Cisco DNA Center Inventory with Nautobot)

This Nautobot plugin allows you to sync Inventory from Cisco DNA Center to Nautobot Database.
Instead of manually entering all the serialnumbers, hostname and IP Addresses.

Follow the instructions to setup Nautobot on their documentation.
You can use Cisco DevNet Sandboxes to test the plugin.

Cisco DNA Center Integration with Nautbot

(Sync Cisco DNA Center Inventory with Nautobot)

This Nautobot plugin allows you to sync Inventory from Cisco DNA Center to Nautobot Database.
Instead of manually entering all the serialnumbers, hostname and IP Addresses.

Follow the instructions to setup Nautobot on their documentation.
You can use Cisco DevNet Sandboxes to test the plugin.

View code on GitHub

Code Exchange Community

Get help, share code, and collaborate with other developers in the Code Exchange community.View Community
Disclaimer:
Cisco provides Code Exchange for convenience and informational purposes only, with no support of any kind. This page contains information and links from third-party websites that are governed by their own separate terms. Reference to a project or contributor on this page does not imply any affiliation with or endorsement by Cisco.