Skip to main content

Avaya SAT (Communication Manager Site Administration Tool) python emulator, to generate CSV file from command output

Project description

ossi_tool
-------------------------

It is a Python script to emulate Avaya SAT (Communication Manager Site Administration Tool)
to execute multiple commands, and write output data into the CSV file for later processing.
It should be ideal tool to repeat a command multiple times which not available as import in
Avaya Site Administration Tool (eg. list usage).

As input arguments need to define the followings:
- host
- Username
- Password
- Input file
- Output file

For all available option use "ossi_tool3 -h"

Usage example:

#ossi_tool3 192.168.10.10 sampleuser -ppassword -i commands.csv -o outputfile.csv

---------------------
Installation (Linux):
---------------------

You can easily install ossi_tool3 with pip. It takes care about the prerequisits.
Usage
#pip3 install ossi_tool3

-----------------------
Installation (Windows):
-----------------------

Due to different ssh approch on Windows the pexpect and the ossi_tool3 is not available. For Windows use WSL
(Windows Subsystem for Linux ).
Please read about WSL here: https://docs.microsoft.com/en-us/windows/wsl/

If you have working linux subsystem, you can follow the Linux description.


-------------
Known issues:
-------------

- If the RSA key of the host where want to connect not in the .ssh/known_hosts file, than it drops an exception.
Workaround:
ssh to the host with regular ssh and accept the RSA key.
- Some of the 'list measurement' commands does not provide general output, so it will drop error


Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ossi_tool3-0.4.0.1.tar.gz (6.5 kB view hashes)

Uploaded Source

Built Distributions

ossi_tool3-0.4.0.1-py3.8.egg (11.0 kB view hashes)

Uploaded Source

ossi_tool3-0.4.0.1-py3-none-any.whl (6.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page