Skip to content

Get PID, VID, SN and IOS Versions from Cisco Routers from JSON input via SSH

License

Notifications You must be signed in to change notification settings

GianlucaUlivi/cisco-get-inv-ver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

elmec-connect-inv-ver

Get PID, VID, SN and IOS Versions from Cisco Routers from JSON input and save it to JSON output.

JSON input format:

{
"Hostname" : "HOSTNAME"
"IP" : "IP ADDRESS"
}

JSON output format:

{
"Hostname" : "HOSTNAME"
"IP" : "IP ADDRESS"
"PID" : "PID"
"VID" : "VID"
"SN" : "SERIAL NUMBER"
"Version" : "IOS VERSION"
}

Usage:

python3 elmec-connect-inv-ver.py

You will then be required to insert an username and passowrd for SSH login.

About

Get PID, VID, SN and IOS Versions from Cisco Routers from JSON input via SSH

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages