On Thu, Jun 21, 2018 at 08:23:37PM +0200, Tim Weippert wrote:
> Hi List,
>
> i do some testing on Bird as FlowSpec Controller.
> ...
> With this approach i can successfully drop all flow4 entries on a
> cisco ASR 1001-X. But how would i add several flow routes to the flow
> table and deside diffe
Hi List,
i do some testing on Bird as FlowSpec Controller.
I added a static protocol for inserting flowspec routes:
flow4 table flowtab4;
# RFC 5575 flow specification
protocol static flowstat4 {
flow4;
route flow4 {
src 80.147.231.118/32;
dst 1
Team :
trying to observe the BPG protocol hick up traces in Bird logs(BIRD
daemon only spitting (Received: Administrative reset) messages.. no info about
the bgp peeing up time ...do I need to enable more elaborate traces ?? ... any
recommendation??
log syslog all;
Thanks,