Giter Site home page Giter Site logo

notnyt / bgpdump2 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from yasuhironet/bgpdump2

1.0 0.0 0.0 312 KB

Bgpdump2: A Tool to Read and Compare the BGP RIB Dump Files.

License: GNU General Public License v3.0

Shell 5.79% R 1.37% C 91.69% Makefile 0.41% M4 0.75%

bgpdump2's Introduction

* usage examples

% ./src/bgpdump2 --help

% ./src/bgpdump2 ../ribs/rib.20140817.1500.bz2

% ./src/bgpdump2 ../ribs/rib.2014081{7,8}.1500.bz2

% ./src/bgpdump2 ../ribs/rib.2014081{7,8}.1500.bz2 --count

% ./src/bgpdump2 ../ribs/rib.20140817.1500.bz2 -k

% ./src/bgpdump2 ../ribs/rib.20140817.1500.bz2 --peer 1

% ./src/bgpdump2 ../ribs/rib.20140817.1500.bz2 -p 1 -l 8.8.8.8

% ./src/bgpdump2 ../ribs/rib.20140817.1500.bz2 -p 1 -L <addr-file>

% ./src/bgpdump2 ../ribs/rib.20140817.1500.bz2 -u -p 1 -p 2

% ./src/bgpdump2 ../ribs/rib.20140817.1500.bz2 -u -r -p 1 -p 2

udiff:
<: the prefix is in left and unreachable in right (maybe partially).
+: the prefix is only in right (but it is reachable in left).
): the prefix is in right, and is covered by a shorter prefix in left
   that is unreachable in right. (i.e., the shorter is '<')
>: the prefix is in right and unreachable in left (maybe partially).
-: the prefix is only in left (but it is reachable in right).
(: the prefix is in left, and is covered by a shorter prefix in right
   that is unreachable in left. (i.e., the shorter is '>')

% ./src/bgpdump2 ../ribs/rib.20140817.1500.bz2 -U -r -p 1 -p 2

verbose udiff:
{: the prefix to compare is in the left peer.
}: the prefix to compare is in the right peer.


bgpdump2's People

Contributors

notnyt avatar

Stargazers

 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.