ONES-GA 1.0
Release
  • ONES GA v1.0
    • Open Networking Enterprise Suite (ONES)
      • ONES Application
        • ONES Orchestration
        • ONES Telemetry Collector(s) and Visibility
        • ONES Supportability
    • What's new?
    • Getting Started
      • Supported Switch Platforms and NOS
      • Scalability
      • Subscription
      • ONES Installation
        • Installation Pre-requisites
        • Download ONES Package
        • Installing ONES Application
        • Installing ONES Agents
          • ONES Telemetry Agent Installation
          • ONES Orchestration Agent Installation
    • ONES Web GUI Administration
      • Login Page
      • Adding Devices
      • Dashboards
      • Monitor
      • Inventory
      • Configurations
      • User Management
      • Settings
      • ONES Orchestration
        • Use-Case BGP IP CLOS (L2 interface towards Host)
        • Use-Case BGP IP CLOS (L3 interface towards Host)
        • Use-Case IP-CLOS with MCLAG
        • Use-Case IP-CLOS with L2-VXLAN
        • Use-Case BGP-IP-CLOS with MCLAG & L2-VXLAN
    • Common Issues and Troubleshooting Steps
      • ONES Uninstallation
        • ONES-Application
        • Telemetry Agent
        • Orchestration Agent
      • Permission Issues
        • ONES 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.0
  2. ONES Web GUI Administration

Adding Devices

PreviousLogin PageNextDashboards
  • 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 ONES application

inventory:
  - switchName: "labaz01-Spine1"
    layer: "Spine"
    ipAddress: "10.4.4.75"
    region: "Asia Pacific"
    azId: 1
    brickId: 1
    rackId: null
    user: "admin"
    password: "Admin123"
  - switchName: "labaz01-Leaf1"
    layer: "Leaf"
    ipAddress: "10.4.4.76"
    region: "San Jose"
    azId: 1
    brickId: 1
    rackId: null
    user: "admin"
    password: "Admin123
  • 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