All received BGP routes are inactive

Hi,

I’m quite new to the BGP routing universum.

I managed to get a BGP session running and also announcing an /48 subnet. I also get tons of routes that I placed in a separate routing table. But now the problem is that all learned routes are inactive.

I already created an host route to the gateway that was learned via BGP.

name="AS58057v6" 
     remote.address=XXXXXXX/128 .as=58057 
     local.address=XXXXXXXX .role=ebgp 
     connect=yes listen=yes routing-table=sbit templates=default as=XXXXXXX address-families=ipv6 
     output.filter-chain=out .network=own 
     input.filter=none

Can somebody give me some direction why all routes learned are inactive in table “sbit”?

Kind regards,
Dominik

Leave input filter empty. If you have anyhing defined there, it’s going to look for a list with that name and reject by default.