ONES Telemetry Agent Installation
ONES Agent v1.2.1 support Restrict IP
ONESv1.2.1 Agent restricts the device to send metrics to any random server
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
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
Script asks to enable Restrict IP feature
User can input at max 5 Controller
Installation Begin
Now Agent will only stream the metrics to the given controller
Last updated