ONES-GA 1.2.1
Release
  • ONES GA v1.2.1
    • 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
      • ONES Installation
        • Installation Pre-requisites
        • Download ONES Package
        • Installing ONES Application
        • Installing ONES Agents
          • ONES Telemetry Agent Installation
          • ONES Orchestration Agent Installation
      • Deploy the 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
  • ONES Agent v1.2.1 support Restrict IP
  • Installation
  • Installation (Agent Install on multiple switches at the same time)
  • Installation Begin
Export as PDF
  1. ONES GA v1.2.1
  2. Getting Started
  3. ONES Installation
  4. Installing ONES Agents

ONES Telemetry Agent Installation

ONES Agent v1.2.1 support Restrict IP

  1. ONESv1.2.1 Agent restricts the device to send metrics to any random server

  2. While installation of Agent it asks to enable the Restrict IP feature with at max 5 Controllers

Installation

On the Application machine, go to ONES-1.2.1/ones_t_agent folder

root@ones-application:~$ cd /ONES-1.2.1/ones_t_agent

Installation (Agent Install on multiple switches at the same time)

  • Enter device details (Management IP, Username and Password ) in device_info.csv

root@ones-application/ONES-1.2.1/ones_t_agent:~$ vi device_info.csv

ip,user,passwd
10.4.4.75,admin,YourPaSsWoRd
10.4.4.76,admin,YourPaSsWoRd
10.4.4.77,admin,YourPaSsWoRd 
...
...
...
  • Save the File

Executing the installation script can be used for installing a telemetry agent on one or more devices in the data centre.

The installer file automatically detects & will process fresh installation or upgrade to the new version

root@ones-application/ONES-1.2.1/ones_t_agent:~$ python3 ones_agent_parallel_installer.py

  1. Script asks to enable Restrict IP feature

Do you want enable restrict ip. Enter Yes/No : Yes
  1. User can input at max 5 Controller

Do not enter more that 5 IPs

Enter allowed IPs Eg - 10.1.1.1,10.1.1.10 : 10.4.4.11

Installation Begin

root@ones-application/ONES-1.2.1/ones_t_agent:~$ python3 ones_agent_parallel_installer.py
Do you want enable restrict ip. Enter Yes/No : Yes
Do not enter more that 5 IPs

Enter allowed IPs Eg - 10.1.1.1,10.1.1.10 : 10.4.4.11
[{'ip': '10.4.4.61', 'passwd': 'YourPaSsWoRd', 'user': 'admin', 'installation_instance': 1, 'restrict_ip': 'Yes', 'allowed_ip': '10.4.4.11'}]
###############Connecting to switch###############
Connection to switch 10.4.4.61 successful.....................
Looking for previous installation........................
ones-agent:v1_dev
Previous installation found commencing uninstallation on the device 10.4.4.61........
stop ones-agent docker on the device 10.4.4.61........
docker stopped successfully on the device 10.4.4.61........
...
...
...
Copying ones-agent.tar file
ones-agent.tar file copied successfully on the device 10.4.4.61........
Copying ones-agent.service file
ones-agent.service file copied successfully on the device 10.4.4.61........
##################################################################
Deployment of ones-agent to switch 10.4.4.61 is successful

Now Agent will only stream the metrics to the given controller

PreviousInstalling ONES AgentsNextONES Orchestration Agent Installation