[Babel-users] IPv6 ULA GUA S2S routing problem

Daniel Gröber dxld at darkboxed.org
Mon Mar 13 09:53:45 GMT 2023


On Mon, Mar 13, 2023 at 10:51:52AM +0100, Daniel Gröber wrote:
> So that's a good start and then you just need to add filters to get the
> prefixes in:
> 
>     redistribute local deny
>     redistribute ip fd5e:ef07:ec1a::/48 #< Site A ULA prefix
>     redistribute ip 2000::/3            #< Site X GUA prefixes

Argh, forgot an `allow` statement at the end. That should be:

    redistribute local deny
    redistribute ip fd5e:ef07:ec1a::/48 allow #< Site A ULA prefix
    redistribute ip 2000::/3 allow            #< Site X GUA prefixes

--Daniel



More information about the Babel-users mailing list