All Projects → pierky → invalidroutesreporter

pierky / invalidroutesreporter

Licence: GPL-3.0 license
An ExaBGP process to elaborate and report/log invalid routes received by route servers.

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to invalidroutesreporter

neteng-roadmap
Network Engineering at Scale Roadmap/Landscape
Stars: ✭ 53 (+278.57%)
Mutual labels:  bgp, routing
pocketinternet
A Pocket Internet for teaching how the Internet really works.
Stars: ✭ 28 (+100%)
Mutual labels:  bgp, routing
Peering Manager
Peering sessions management tool
Stars: ✭ 189 (+1250%)
Mutual labels:  bgp, routing
rtrlib
An open-source C implementation of the RPKI/Router Protocol client
Stars: ✭ 62 (+342.86%)
Mutual labels:  bgp, routing
Frr
The FRRouting Protocol Suite
Stars: ✭ 2,009 (+14250%)
Mutual labels:  bgp, routing
Arouteserver
A tool to automatically build (and test) feature-rich configurations for BGP route servers.
Stars: ✭ 181 (+1192.86%)
Mutual labels:  bgp, routing
Looking Glass
Easy to deploy Looking Glass
Stars: ✭ 233 (+1564.29%)
Mutual labels:  bgp, routing
dcompass
A high-performance programmable DNS component aiming at robustness, speed, and flexibility
Stars: ✭ 260 (+1757.14%)
Mutual labels:  routing
router
An Fully Automatic RESTful PHP Router
Stars: ✭ 51 (+264.29%)
Mutual labels:  routing
hyperglass
hyperglass is the network looking glass that tries to make the internet better.
Stars: ✭ 478 (+3314.29%)
Mutual labels:  bgp
Ryu-SDN-IP
SDN-IP project implemented by Ryu SDN framework.
Stars: ✭ 33 (+135.71%)
Mutual labels:  bgp
Mignis
Mignis is a semantic based tool for firewall configuration.
Stars: ✭ 43 (+207.14%)
Mutual labels:  routing
Network-Simulation-Using-Cisco-Packet-Tracer
🖧 Designed this network configuration for the network of three companies, given some constraints. Its an interesting problem demonstrating the concepts of Classless IP Subnetting and using RIPv2 Protocol.
Stars: ✭ 47 (+235.71%)
Mutual labels:  routing
spopt
Spatial Optimization
Stars: ✭ 186 (+1228.57%)
Mutual labels:  routing
sample-envoy-proxy
custom implementation of service discovery with envoy and inter-service communication for spring-boot applications
Stars: ✭ 29 (+107.14%)
Mutual labels:  routing
scion-microfrontend-platform
SCION Microfrontend Platform is a TypeScript-based open-source library that helps to implement a microfrontend architecture using iframes.
Stars: ✭ 51 (+264.29%)
Mutual labels:  routing
vpc-peering-operator
A Kubernetes Operator to manage the lifecycle of AWS VPC Peering Connections
Stars: ✭ 23 (+64.29%)
Mutual labels:  routing
rrx
⚛️ Minimal React router using higher order components
Stars: ✭ 69 (+392.86%)
Mutual labels:  routing
calico-bgp-daemon
GoBGP based Calico BGP Daemon
Stars: ✭ 23 (+64.29%)
Mutual labels:  bgp
pim6sd
PIM for IPv6 sparse mode daemon
Stars: ✭ 15 (+7.14%)
Mutual labels:  routing

InvalidRoutesReporter

Documentation Build Status PYPI Version

This script is intended to be used as an ExaBGP process to elaborate and report/log invalid routes that have been tagged with meaningful dedicated BGP communities by route servers.

Invalid routes are those routes that, for some reason, didn't pass the route server's validation process (invalid/private ASNs in the AS_PATH, bogon prefixes, invalid NEXT_HOP, IRRDBs data mismatch, ...). Route servers, instead of discarding them, can keep these routes and tag them with a BGP community that describes the reason for which they have been considered as invalid.

A session with an ExaBGP-based route collector can be used to announce these invalid routes to this script, that finally processes them, extracts the reject reason and uses this information to log a record or to send an email alert to the involved networks.

If deployed in conjunction with ARouteServer, the "tag" reject policy option can be used to easily setup the route server to work together with this script.

diagram.png

For more information: https://invalidroutesreporter.readthedocs.io

Author

Pier Carlo Chiodi - https://pierky.com

Blog: https://blog.pierky.com Twitter: @pierky

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].