Skip to main content

The tool collects configuration file of multiple routers

Project description

===========
ConfigCollector
===========
This tool collects configuration file of multiple routers.

Support router OS
==============
* IOS
* IOS-XE
* IOS-XR
* JUNOS

Install
=====
Install using pip.
::
pip install configcolletctor

How to use
==============
Use following format.
::
configcollector -i [inventory_file] -o [output_dirctory]

* inventory_file
Router infomation file using Json format.
The router OS is select from the below list. ::
* JUNOS
* IOS
* IOS-XE
* IOS-XR

Sample inventory file
::
[
{
"hostname" : "router1",
"username" : "user1",
"password" : "aaabbbccc",
"ipv4" : "192.168.0.1",
"os" : "JUNOS"
},
{
"hostname" : "router2",
"username" : "user2",
"password" : "aaabbbccc",
"ipv4" : "192.168.0.2",
"os" : "IOS-XR"
},
{
"hostname" : "router3",
"username" : "user3",
"password" : "aaabbbccc",
"ipv4" : "192.168.0.3",
"os" : "IOS"
}
]

* output_directory
The directory placed router configuration output files by ConfigCollector.

Defalt : Current directory

Example
=======
Example to get router config files using ConfigCollector.
::
% mkdir router_config

% python configcollector.py -i sample_routers.json -o router_config/

Accessing router: router1...
Writing output file "router_config/router1"...
Success : "router_config/router1"!
Accessing router: router2...
Writing output file "router_config/router2"...
Success : "router_config/router2"!
Accessing router: router3...
Writing output file "router_config/router3"...
Success : "router_config/router3"!

% ls router_config
router1.txt router2.txt router3.txt

% less router1.txt

show configuration | no-more
## Last commit: 2015-05-01 17:00:00 JST by user1
version x.x.x;
system {
host-name router1;
time-zone Asia/Tokyo;
(snip)

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

configcollector-0.1.1.tar.gz (3.8 kB view hashes)

Uploaded source

Built Distribution

configcollector-0.1.1-py2-none-any.whl (4.2 kB view hashes)

Uploaded 2 7

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