The Nanog77 Hackathon theme is Traffic Exceptions and this repo contains demos that show how we can manage traffic exceptions using these 3 components:
In order to manage our out-of-the-ordinary flows, we need a way to trigger and flag the flows that are interesting
The network should have a way of responding to exceptions and apply policies to get our traffic to the desired network segments
The piece that ties the previous two components together, this is how we inject policy into the network from an exception flow we've flagged.
In this demo, we look at how to have more granular influence, at the TCP session level.
Instructions and files can be found in this branch
Build a foundation and get ExaBGP talking to our network
Instructions and files can be found in this branch