Sunday, May 21, 2017

Cisco Inventory Clipper v1.0


I would like to introduce the Cisco Inventory Clipper.
If you have text files of show inventory output from Cisco Network devices,

this program will help you shortly list up the details of inventory.

This is a python script. I recommend you to use Python 3.5.2 for this script.
If you never installed python on your Windows, you should install python first.

Download Cisco_inventory_clipper_v1.0.py



<User Guide>
1) Save Show Inventory from Cisco network devices as a text file.
2) Run the Cisco Inventory Clipper.
   2.1) Command 1 : This makes a new output file.
          python Cisco_inventory_clipper_v1.0.py Source_Filename.txt -n
   2.2) Command 2 : This appends the data on existing output file.
          python Cisco_inventory_clipper_v1.0.py Source_Filename.txt
3) Open the csv file from MS Excel or notepad.

If you have any questions, please visit http://enlab.blogspot.com



Below snapshot represents output.
You will know that some Cisco devices don't show VID or SN.
Then this Cisco Inventory Clipper automatically recognizes the empty VID or SN.



No comments:

Post a Comment