Giter VIP home page Giter VIP logo

cisco-switch-scanner's Introduction

Cisco Catalyst Switch Scanner

A script that scans a list of network switches and determines active/inactive ports.

This is a Python driven script that allows network admins to determine which ports are active and inactive on a Cisco Catalyst switch. The goal is to allow network admins to indentify inactive ports so that they can be unplugged to free up space for any new connections.

Support

The script works with both:

  • SSH
  • Telnet

Note: Telnet is highly insecure and should be avoided. However certain systems still use switches that are running older OSs that do not support SSH. Due to this, support has been provided.

Process

  1. Pull all IPs from switches.txt.
  2. Attempt to connect to each IP.
  3. If SSH fails, retry with Telnet. If both fail, move to next switch.
  4. If connection was successful, run show int status to show all switches and their status.
  5. Extract data from command.
  6. Format data.
  7. Store data in correct files and .TXT files.
  8. Move to next switch until list is done, and then repeat every 30 minutes.

Overview Files

These files list all ports for an IP that have been notconnect since the start of the scanning process. If a port becomes active, then it will be removed from the list.

cisco-switch-scanner's People

Contributors

zitzabis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  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.