NCP
  • Network Copilot
  • What's New?
  • Quick Start
  • Getting Started
    • System Requirements
      • On-Prem Deployment
      • Cloud Deployment
    • Licensing
    • Metrics Matrix
    • Onboarding Data
    • Scalability
  • Downloading Network Copilot
  • Deploying & Managing Network Copilot
    • Deployment Prerequisites
    • Installing Prerequisite Packages
    • Deploying the NCP Package
    • Managing Network Copilot
      • Upgrading License
      • Upgrading NCP
      • Uninstalling NCP
  • Web UI Administration
    • License Activation
    • Login Page
    • Dashboard Overview
    • Inventory Management
      • Onboarding Switches
        • Using ONES Telemetry Agent
        • Using SNMP
          • Adding Switches using YAML
          • Adding Switches using CSV
        • Using sFlow
        • Using API
        • Using gNMI
    • User Accounts
  • Accessing NCP
  • External Integrations
    • Communication & Collaboration
      • NetBox
      • Cisco Nexus Dashboard
      • Slack
    • Data Ingestion
      • AWS S3
      • Azure
      • ELK Stack
      • Google Cloud Storage
      • InfluxDB
      • Loki
      • Snowflake
      • Splunk
  • Use Cases
    • Basic NetOps
    • Flow Analytics
    • Security Audits
    • Inventory Insights
    • Support Knowledge Base
    • Upgrade Compliance
  • Contact Aviz Networks Support
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Web UI Administration
  2. Inventory Management
  3. Onboarding Switches
  4. Using SNMP

Adding Switches using YAML

PreviousUsing SNMPNextAdding Switches using CSV

Last updated 22 days ago

Was this helpful?

On the NCP GUI:

  • Navigate to Inventory > Devices > Add Devices > Use YAML

  • Create a YAML file listing all devices using a text editor, then select Upload YAML on the next screen

inventory.yaml
inventory:
  - ipAddress: 121.2.4.101
    layer: Spine
    region: SJC
    azId: 1
    brickId: 1
    user: admin
    password: admin
    type: snmp
    community: public
  - ipAddress: 110.4.7.97
    layer: Spine
    region: SJC
    azId: 1
    brickId: 1
    user: admin
    password: YourPaSsWoRd
    type: snmp
    community: public
  - ipAddress: 120.2.2.95
    layer: Leaf
    region: SJC
    azId: 1
    brickId: 1
    user: admin
    password: YourPaSsWoRd
    type: sonic
    community: public
  • Click on Save & Apply to add the devices

  • Newly added Switches will appear in the inventory section