BGP auto shutdown / import check

I’m currently setting up the rolling 1.3 release where one of my default commands is turning on autoshutdown new neighbors for obvious reasons, but currently I can’t find the command, where should I set this?

It seems the network-import-check command is not working, I enabled it but as soon as the neighbor established because of the issue above, it started to re-announce the full table I got from my upstream back to the upstream which filtered it of course.

For shutdown neighbor, you can use

set protocols bgp 65001 neighbor 10.0.0.2 shutdown

I guess we never had auto shutdown option.
For FRR it

r4-roll(config-router)# bgp default shutdown 

network-import-check - it only don’t anounce prefixes that originated from your host and no entries in the RIB.

More details ⚓ T2100 BGP route adverisement wih checks rib
and ⚓ T1176 FRR - BGP replicating routes