{ "info": { "author": "Taiji Tsuchiya", "author_email": "tuty0630@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "===========\nConfigCollector\n===========\nThis tool collects configuration file of multiple routers.\n\nSupport router OS\n==============\n* IOS\n* IOS-XE\n* IOS-XR\n* JUNOS\n\nInstall\n=====\nInstall using pip.\n::\n pip install configcolletctor\n\nHow to use\n==============\nUse following format.\n::\n configcollector -i [inventory_file] -o [output_dirctory]\n\n* inventory_file\n Router infomation file using Json format.\n The router OS is select from the below list. ::\n * JUNOS\n * IOS\n * IOS-XE\n * IOS-XR\n\n Sample inventory file\n ::\n [\n {\n \"hostname\" : \"router1\",\n \"username\" : \"user1\",\n \"password\" : \"aaabbbccc\",\n \"ipv4\" : \"192.168.0.1\",\n \"os\" : \"JUNOS\"\n },\n {\n \"hostname\" : \"router2\",\n \"username\" : \"user2\",\n \"password\" : \"aaabbbccc\",\n \"ipv4\" : \"192.168.0.2\",\n \"os\" : \"IOS-XR\"\n },\n {\n \"hostname\" : \"router3\",\n \"username\" : \"user3\",\n \"password\" : \"aaabbbccc\",\n \"ipv4\" : \"192.168.0.3\",\n \"os\" : \"IOS\"\n }\n ]\n\n* output_directory\n The directory placed router configuration output files by ConfigCollector.\n\n Defalt : Current directory\n\nExample\n=======\nExample to get router config files using ConfigCollector.\n::\n % mkdir router_config\n\n % python configcollector.py -i sample_routers.json -o router_config/\n\n Accessing router: router1...\n Writing output file \"router_config/router1\"...\n Success : \"router_config/router1\"!\n Accessing router: router2...\n Writing output file \"router_config/router2\"...\n Success : \"router_config/router2\"!\n Accessing router: router3...\n Writing output file \"router_config/router3\"...\n Success : \"router_config/router3\"!\n\n % ls router_config\n router1.txt router2.txt router3.txt\n \n % less router1.txt\n\n show configuration | no-more\n ## Last commit: 2015-05-01 17:00:00 JST by user1\n version x.x.x;\n system {\n host-name router1;\n time-zone Asia/Tokyo;\n (snip)\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "network router cisco juniper junos ios ios-xr ios-xe", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "ConfigCollector", "package_url": "https://pypi.org/project/ConfigCollector/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/ConfigCollector/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/ConfigCollector/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "The tool collects configuration file of multiple routers", "version": "0.1.1" }, "last_serial": 1635211, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "29b5ca860735befdfcc74aaf5c8a216e", "sha256": "d129180166e9b80f8d3f0291ed9a8f0173b40f1a983547fc500e6048f8c8f571" }, "downloads": -1, "filename": "configcollector-0.1.1-py2-none-any.whl", "has_sig": false, "md5_digest": "29b5ca860735befdfcc74aaf5c8a216e", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 4154, "upload_time": "2015-07-15T22:55:05", "url": "https://files.pythonhosted.org/packages/52/6e/2cf52a9ea14fdc2f61bb73c8b34253e93d00328f4bfacd4fd557223f48fa/configcollector-0.1.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "eb1acbb94d3a521cd8f8bce0b11f2123", "sha256": "f85666ceab0bfb282d2eeea1feb0097343972918da0466c5c2999cc54aee4ab3" }, "downloads": -1, "filename": "configcollector-0.1.1.tar.gz", "has_sig": false, "md5_digest": "eb1acbb94d3a521cd8f8bce0b11f2123", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3761, "upload_time": "2015-07-15T22:55:01", "url": "https://files.pythonhosted.org/packages/d1/04/1826f8790356d58e4f031282f5275e232ece2807ac31015a05c609b60eec/configcollector-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "29b5ca860735befdfcc74aaf5c8a216e", "sha256": "d129180166e9b80f8d3f0291ed9a8f0173b40f1a983547fc500e6048f8c8f571" }, "downloads": -1, "filename": "configcollector-0.1.1-py2-none-any.whl", "has_sig": false, "md5_digest": "29b5ca860735befdfcc74aaf5c8a216e", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 4154, "upload_time": "2015-07-15T22:55:05", "url": "https://files.pythonhosted.org/packages/52/6e/2cf52a9ea14fdc2f61bb73c8b34253e93d00328f4bfacd4fd557223f48fa/configcollector-0.1.1-py2-none-any.whl" }, { "comment_text": "", "digests": { "md5": "eb1acbb94d3a521cd8f8bce0b11f2123", "sha256": "f85666ceab0bfb282d2eeea1feb0097343972918da0466c5c2999cc54aee4ab3" }, "downloads": -1, "filename": "configcollector-0.1.1.tar.gz", "has_sig": false, "md5_digest": "eb1acbb94d3a521cd8f8bce0b11f2123", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3761, "upload_time": "2015-07-15T22:55:01", "url": "https://files.pythonhosted.org/packages/d1/04/1826f8790356d58e4f031282f5275e232ece2807ac31015a05c609b60eec/configcollector-0.1.1.tar.gz" } ] }