<div>Hello all!</div><div> </div><div>Bellow is a part of my bird.conf:</div><div> </div><div># Static routes (again, there can be multiple instances, so that you<br># can disable/enable various groups of static routes on the fly).<br>
protocol static partial_20 {<br>        import all;<br>#       disabled;               # Disable by default<br>#       table testable;         # Connect to a non-default table<br>#       preference 1000;        # Default preference of routes<br>
        debug { states, routes, filters, interfaces, events, packets };<br>        debug all;<br>        route <a href="http://0.0.0.0/0">0.0.0.0/0</a> via 192.168.100.1;<br>        route <a href="http://186.232.229.0/24">186.232.229.0/24</a> via 192.168.100.10;<br>
#       route <a href="http://62.168.0.0/25">62.168.0.0/25</a> reject;<br>#       route <a href="http://10.0.0.0/8">10.0.0.0/8</a> reject;<br>#       route 10.1.1.0:255.255.255.0 via 192.168.100.10;<br>#       route <a href="http://10.2.0.0/24">10.2.0.0/24</a> via "arc0";<br>
}</div><div> </div><div>How can I export a route to my neighbor?</div><div> </div><div>[]'s Virgilio Pavel</div>