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

Using SNMP

PreviousUsing ONES Telemetry AgentNextAdding Switches using YAML

Last updated 26 days ago

Was this helpful?

Non-SONiC switches can be set up agentless to use SNMP for collecting telemetry data and integrate with NCP

Use the following methods to add devices to the NCP UI:

Prerequisite for Non-SONiC Switches:

  • SNMP should be enabled on the Switches with support for the below,

    • SNMP v2

    • SNMP Community string public RO (read-only)

  • Sample configuration:

    • Arista - snmp-server community public ro

    • Cisco - snmp-server community public group network-operator

    • SONiC - sudo config snmp community add public RO

    • For Cumulus, edit the SNMP configuration file by running vi /etc/snmp/snmpd.conf and add the following line:

      • rocommunity public

      • agentaddress <self-mgmt-ip-here>@mgmt

      • And restart SNMPD services

        • service snmpd restart

Adding Switches Using YAML
Adding Switches Using CSV