Giter Site home page Giter Site logo

ciscobatchcommand's Introduction

Cisco Batch Command

This Python script will help you with running commands on several Cisco Catalyst devices. It will run each connection in separate thread, it will batch together 100 commands by default. This can be changed.

Requirements

See requirements.txt

Running the code

Running the code is easy:

python3 main.py

Then enter username and password which will authorize access to the devices. By default, it will gather show ver | i System serial number and save it in seperate files.

If you want another command, add it in quotes after main.py.

E.g.:

python3 main.py -r "show mac addresses"

If you want to push a configuration snippet to the devices:

python3 main.py -c config.cfg

devices.csv

The CSV file contains the IP-address of the devices you wish to connect to. First value after the IP is for custom commands, if nothing is noted there, the default command is used.

Logging

The program will create a logfile, describing which devices that were connection attempts to, and which commands that where sent.

TO-DO

  • Creating possibility to push config set
  • The possibility to define which CSV file to load

ciscobatchcommand's People

Contributors

girafskind avatar

Watchers

 avatar

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.