A simple topology generation tool
Project description
# README #
This idea was born because of a need for a simple tool to generate a network topology out of the information obtained from the output of show router interface command.
— ## Setup ##
### System Libraries These libraries have been tested under Ubuntu 20.04 and Windows10 with Python3.8.
###### Ubuntu `bash pip3 install logToTopo ` ###### Windows For Windows users, make sure you have Python and [PIP](https://pip.pypa.io/en/stable/installing/) installed. `bash py -m pip install logToTopo ` — ## Usage ##
1) Getting data To obatain the data, use [taskAutom](https://pypi.org/project/taskAutom/) where the plugin uses only the show router inteface command.
Example: taskAutom -d data -py plugin -j 2
Generate the topology. [logChecker](https://pypi.org/project/logChecker/) will be ran within logToTop. This will generate an Excel file with the parsed content. Use that as input.
Example: logToTopo -xs sheet_name -folder folder_at_step_1
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for logToTopo-1.1.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e78caa0ab05f85961635d7e5c5a77628ee8180b170d3b8391bb3d1162c02c154 |
|
MD5 | 8f1543d516350bdc61e0eba2d20e1bdc |
|
BLAKE2b-256 | c86a4f1ce6eb8c2b7e694f1ddb45c329db297221694789cfcaaacc5e06c5e679 |