Code Monkey home page Code Monkey logo

go2run's Introduction

go2run - Network Automation library

This repo holds packages that can be used in your code to easily manage network devices. The code was written in such away that it allows the user to determine the degree to which they influence their devices. At the time of publishing only Cisco Devnet devices IOS, IOS-XE and NXOS have been tested. The library uses the ssh protocol.

The ssh cipher have been modified so that legacy devices can be connected to as well newer devices. This was done by adding aes128-cbc to the list of allowed ciphers. It should be noted that this is considered a vulnerability. If thats a problem for you don't use this code. That said there are a lot of devices out there that cannot have the ciphers upgraded, and they are still being used. You may as well do your best to manage them until they can be replaced. Or if this is a lab, you now should have access to your gear via ssh.

Testing environment for this has been Cisco Devnet always on network devices as well as older Cisco72xx-K9 images used in GNS3. Planning to expand to other vendor platforms at some point.

runcli

  • Package that allow users to login to groups of devices and interactively issuing both show and config commands
  • The groupings are based on common login credentials
  • Good for troubleshooting, gathering info quickly, and lab environments

runscript

  • This package will allow the user make changes and validate device configurations using host and command files
  • The amount of Go code the user has to write is minimal for the script to work

runscp

  • This package will allow users to scp file over to a remote device

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.