On Fri, Aug 16, 2019 at 12:21:18PM +0200, Clemens Mosig wrote:
> Hi all,
>
> we are manually announcing and withdrawing prefixes by disabling and
> enabling a static protocol:
> E.g:
>
> protocol static prefix{
> ipv4;
> route 1.2.3.0/24 blackhole;
> }
>
> Is there a way to manually set
Hi all,
we are manually announcing and withdrawing prefixes by disabling and
enabling a static protocol:
E.g:
protocol static prefix{
ipv4;
route 1.2.3.0/24 blackhole;
}
Is there a way to manually set the BGP AGGREGATOR IP address or ASN for
the resulting announcements or withdraws?
Ch