<div dir="ltr">Greetings-<div><br></div><div>I'm attempting to use FRR 7.5.1 running on Debian 11.1 in a lab environment to simulate an upstream BGP peer to other network devices. I wrote a quick shell script to generate all of the /24s in IPv4 address space and have tried loading these into FRR two different ways:</div><div><br></div><div>a) Writing all static route config directives to a separate config file, then loading that config live using "vtysh -f /tmp/nets"</div><div>b) Appending the static route config directives to my existing /etc/frr/frr.conf file and restarting the frr service</div><div><br></div><div>Both options fail to load routes after the first few thousand or so (<a href="http://1.0.0.0/24">1.0.0.0/24</a> through <a href="http://1.4.238.0/24">1.4.238.0/24</a>, none further).<br></div><div><br></div><div>The logs don't indicate any problems or cause for the failure to load additional routes. The system has plenty of resources so I don't expect this to be a memory problem.</div><div><br></div><div>Thoughts on what I could be doing wrong and suggestions on how to accomplish this? Thanks!</div><div><br></div><div>--Tim</div></div>