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 gNMI

Platforms: CISCO NXOS, ONES + SONiC

Configuration on CiSCO NXOS:

configure terminal
feature grpc 
grpc use-vrf default

Configuration on ONES Telemetry Agent + SONiC

There is no configuration required for SONiC devices, ONES utilizes an agent that listens on 50052 gNMI/gRPC socket for streaming telemetry.

gnmic -a <IP-Here>:50052 -u admin -p YourPaSsWoRd --skip-verify
capabilities
gNMI version: 1.1.0
supported models:
- openconfig-bgp, OpenConfig working group, 6.1.1
- openconfig-if-ethernet,, OpenConfig working group, 2.12.0
- openconfig-lldp, OpenConfig working group, 0.2.1
- openconfig-platform-fan, OpenConfig working group, 0.1.1
- openconfig-platform-psu, OpenConfig working group, 0.2.1
- openconfig-platform-transceiver, OpenConfig working group,
0.8.0
- system/processes, Aviz Networks Inc, 0.1.0
supported encodings:
- PROTO

Subscribe to System Resources:

gnmic -a <IP-Here>::50052 -u admin -p YourPaSsWoRd --skip-verify subscribe --path “/system/processes/“ --stream-mode sample --sample-interval 10s --qos 0
PreviousUsing APINextUser Accounts

Last updated 26 days ago

Was this helpful?