Giter Club home page Giter Club logo

nettopo's Introduction

Nettopo - Dynamic Network Topology Builder

A dynamic network topology builder for documentation, troubleshooting, etc..

Issues Pull request.

Why?

Networks are dynamic by design, shouldn't your network documentation be the same? Show me a static network topology drawing (Visio) that is completely accurate and up-to-date. Chances are, none exists. Networks are built to be dynamic. A static diagram can only give you a snapshot in time of the network. Static network diagrams must be constantly updated which is a waste of valuable and expensive resources. Let's solve this problem with Nettopo.

How?

Nettopo will 'attempt' to discover your network topology by performing the following steps.

  1. Find the 'management' network. It is recommended to manually configure the management network to avoid the overhead involved with discovering the network.
  • If not defined, Nettopo will use the local machine's IP and attempt discovery of the default gateway.

Discovery Process

We have an IP we wish to 'Discover', now what?

  1. Ping the IP to verify it is replying. (Sometimes ping is blocked)
  2. Run nmap scan on IP for ports 22,23,161,162. If none are open, tag as host and move on.
  3. See if we can login via SSH/Telnet. Add to list of avail discovery methods for device.
  4. See if we can SNMP query device. Add to list of avail discovery methods for device.
  5. Collect and store the following data using available discovery methods.
  • Device information (type, model, vendor, version, serial, inventory, hardware)
  • MAC, ARP, CAM, CEF, and route tables
  • CDP and LLDP neighbors with details
  • Interface information (status, description, type, members, vlans)
  • Local IPs and their respective interface (VLAN, eth, po)
  1. Find the default route and label 'upstream'.
  2. Find connected routes and label 'local'.
  3. Find all other network routes and label 'downstream'.
  4. If default gateway is public IP and not in DMZ, label 'internet'.
  5. If DG is private, then this is our network device and add to table for discovery.

nettopo's People

Contributors

rlaneyjr avatar

Stargazers

BigJJ avatar

Watchers

James Cloos 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.