GithubHelp home page GithubHelp logo

ipam's Introduction

Introduction

A Python script to find the overlapping IP Subnets between two different sources using Radix Tree.

Data Classification

This file categorizes the overlapping subnets based on the following three categories

  1. No_Overlap - The current subnet doesn't overlaps with any record in the whole dataset.
  2. Self_Overlap_A - The current subnet overlaps with another subnet in the column A itself.
  3. Self_Overlap_B - The current subnet overlaps with another subnet in the column B itself.
  4. Cross_Overlap - The current subnet in the column B is overlapping with another subnet in the column A or vice-versa

Data Representation

An Output file will be generated once the script is completed and all the above categorization will be represented in the Output file in a ".csv" format. When you open the file you will see three different columns Self_Overlap_A, Self_Overlap_B and Cross_Overlap_B. In these three columns, two possible values are as follows

  • No_Overlap - As the name says, there is no "OVERLAP" and this subnet is unique. Hence, it is good to proceed with this subnet.
  • Index {Num} - When you see an index in the output, it represents that the current subnet overlaps with another subnet. Further detailing can be identified based on the column where it is located.
    1. Self_Overlap_A - If you see an index in the "SELF_OVERLAP_A" column, then the current subnet present in the column 'A' is overlapping with another subnet present in the 'index' of the same column 'A' respectively.
    2. Self_Overlap_B - If you see an index in the "SELF_OVERLAP_B" column, then the current subnet present in the column 'B' is overlapping with another subnet present in the 'index' of the same column 'B' respectively.
    3. Cross_Overlap - The current subnet present in the column 'B' overlaps with another subnet in the column 'A' mentioned in the index.

ipam's People

Contributors

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