Skip to content

openspork/webmiko

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webmiko

Webmiko is a dynamic websocket/JS based web GUI for Netmiko, a Python module that issues commands to SSH network equipment using the Python Paramiko module

Features

  • Device library, each which can be assigned arbitrary variables -- think username, password, IP address, port numbers, etc.
  • Smart variable value expansion -- i.e. 1-4 will enumerate to [1, 2, 3, 4] so as to intelligently expand permutations
  • Command shell with two execute buttons -- one for read-only queries (for which blacklisted strings can be defined) and a read-write.
  • All commands are hashed on transmission from web-gui and re-hashed on reception by backend
  • A history of all commands
  • The ability to "favorite" certain commands
  • Perhaps more, but I shouldn't get ahead of myself :)

About

WebGUI for Netmiko

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published