ONES-GA 1.3
Release
  • ONES GA v1.3
    • Open Networking Enterprise Suite (ONES)
      • ONES Application
        • ONES Telemetry Collector(s) and Visibility
        • ONES Orchestration
        • ONES Supportability
        • ONES Security
    • What's new?
    • Getting Started
      • Supported Switch Platforms and NOS
      • Scalability
      • Subscription
      • Download ONES
      • ONES Installation
        • Installation Pre-requisites
        • Download ONES Package
        • Installing ONES Application
        • Installing ONES Agents
          • ONES Telemetry Agent Installation
          • ONES Orchestration Agent Installation
          • Agent Less Telemetry
            • Cumulus(NVUE API)
            • Arista EOS (OpenConfig)
      • VM Integration
        • Deploy VM
        • Upgrade VM
    • ONES Web GUI Administration
      • Login Page
      • Adding Devices
      • Dashboards
      • Monitor
      • Inventory
      • Configurations
      • User Management
      • Settings
      • ONES Orchestration
        • BGP IP-CLOS
        • BGP IP-CLOS with MCLAG
        • L2 VXLAN EVPN
        • L2 VXLAN EVPN with MCLAG
        • VXLAN EVPN Asymmetric IRB
        • VXLAN EVPN Asymmetric IRB with MCLAG
        • VXLAN L3 EVPN Symmetric IRB
        • VXLAN L3 EVPN Symmetric IRB with MCLAG
    • Common Issues and Troubleshooting Steps
      • ONES Installation
        • Storage issue
      • ONES Uninstallation
        • ONES-Application
        • Telemetry Agent
        • Orchestration Agent
      • Permission Issues
        • Application Installation
      • gNMI Troubleshooting on non-SONiC Switches
    • How to contact Aviz Networks Support?
    • Backup and Recovery
Powered by GitBook
On this page
Export as PDF
  1. ONES GA v1.3
  2. ONES Web GUI Administration

Adding Devices

PreviousLogin PageNextDashboards
  • Agent-based devices auto-discover the ONES-App and get registered automatically on ONES Inventory page

  • To Onboard the Agent-Less devices user need to add manualy

    • Navigate to Inventory

  • This page gives the control to onboard the devices with two options

    • Add/Remove Devices using the YAML Editor

    • Upload the YAML file containing the device list

  • Click on Add/Remove Devices

  • Upload Device Inventory using YAML Editor

  • Navigate to Inventory >> Devices >> Add/Remove Devices

  • Use the below format to add devices to the application

inventory:
  - switchName: "SN2100-Spine"
    layer: "Spine"
    ipAddress: "10.4.4.61"
    region: "SJC"
    azId: 1
    brickId: 1
    rackId: null
    user: "admin"
    password: "YourPaSsWoRd"
  • Make sure to use the correct indentation for the YAML files

  • Make sure the Switch Name matches to Hostname of the switch

  • Click Save & Apply

  • ONES Application is now ready to manage the added devices