For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
    • NVIDIA Switch Infrastructure
    • I want to...
  • Quick Start
    • Start Here
    • Getting Started with Config Manager
    • TUI Wizard Reference
    • Configuration Samples
    • Interfaces
    • Local Development Quick Start
    • DSX Air Simulation
    • First Run Tour
  • Config Manager Overview
    • Config Manager Concepts
    • Getting Started with Nautobot
      • Nautobot Integration
      • Nautobot Bootstrap Data
      • Design Builder Data Loading
      • Nautobot Bootstrap Data Reference
  • User Guides
    • New Site Bringup
    • Workflow Lifecycle
  • Deployment
    • Hosting Options
    • Network Topology Requirements
    • Firewall Ports
    • Airgapped Deployment
    • Troubleshooting
  • Services
NVIDIANVIDIA
Developer-friendly docs for your API
Privacy Policy | Your Privacy Choices | Terms of Service | Accessibility | Corporate Policies | Product Security | Contact

Copyright © 2026, NVIDIA Corporation.

LogoLogo
On this page
  • What is Nautobot, and Why Does Config Manager Use It?
  • Next Steps
Config Manager Overview

Getting Started with Nautobot for NVIDIA Config Manager

||View as Markdown|
Previous

Config Manager API Reference

Next

Nautobot Integration

Nautobot is the single source of truth for your network infrastructure—it is where you define what equipment you have, where it lives, how it is connected, and how it should be configured.

The pages in this section walk you through the core concepts and objects you will work with. By the end, you will understand how all the pieces fit together and be ready to create your first dataset.

What is Nautobot, and Why Does Config Manager Use It?

Nautobot is a network source of truth and network automation platform. In the Config Manager ecosystem, Nautobot serves as the central repository for all information about your network infrastructure:

  • Physical Infrastructure: What equipment you have (switches, servers), where it is located (datacenters, racks), and how it is connected (cables, interfaces)
  • Logical Configuration: IP addresses, VLANs, routing information, and device roles
  • Configuration Data: Device-specific settings through config contexts that drive template rendering

Config Manager installs several Nautobot apps which extend the functionality of Nautobot to support Config Manager’s specific needs. In particular, the Field Serviceable Units (FSUs) and NVDataModels apps model NVIDIA’s high-performance compute resources.

When you populate Nautobot, you create a structured, queryable representation of your network that Config Manager automation workflows can use to:

  • Generate device configurations
  • Validate cable connections
  • Provision new equipment through ZTP (Zero Touch Provisioning)
  • Monitor and report on infrastructure state

Next Steps

  • Continue to the Nautobot Integration page to learn how Config Manager interacts with Nautobot
  • Use Design Builder Data Loading to understand how the bundled mock topology jobs populate Nautobot and how to replace the sample context with your own topology data.
  • Continue to the bootstrap data overview and bootstrap data schema reference pages to learn about the data model used to populate Nautobot with baseline Config Manager data.