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 sFlow

Setup sFlow configuration with various Switch platforms

Configuration in SONiC from sonic-cli:

sonic-cmd bash
sudo config sflow enable
sudo config sflow collector add collector_1 <NCP-IP-Here>
sudo config sflow interface enable Ethernet0
sudo config sflow agent-id add eth0 >> for agent address (switch managment) reflect with flow data to uniquely identify the source of the flows.

Configuration in Cisco from Cisco-CLI:

configure terminal
feature sflow
sflow agent <MGMT-IP-Here>
sflow collector-ip <NCP-IP-Here> vrf management
sflow data-source interface ethernet 1/1
show sflow
copy running-config startup-config
show sflow statistics

Configuration in Arista from Arista-CLI:

configure terminal
sflow destination <NCP-IP-Here>
sflow source-interface Ethernet19
sflow source <MGMT-IP-Here>
show sflow
copy running-config startup-config
show sflow statistics
PreviousAdding Switches using CSVNextUsing API

Last updated 26 days ago

Was this helpful?