how to use bird in Freebsd system.
Hello How to learn from the BIRD routing table to output to the freebsd multiple routing tables. Similar to the linux environment bird table specified routing table can be output to the rt_table in iproute2. My freebsd system version is FreeBSD 10.0-BETA1, BIRD version BIRD 1.3.11. Since my freebsd system configured setfib, and on the pf.conf of rtable. I was able to learn from the BIRD to the ospf routing (the route saved in the specified table in the) output to the freebsd pf the rtable in it? How do I configure it? At the same time, how can I be in the table BIRD route output to setfib in it? How to configure it?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 22.10.2013 08:02, 曾小小 wrote:
Hello Hello!
How to learn from the BIRD routing table to output to the freebsd multiple routing tables. Similar to the linux environment bird table specified routing table can be output to the
rt_table in iproute2.
My freebsd system version is FreeBSD 10.0-BETA1, BIRD version BIRD 1.3.11. You need to specify maximum number of supported fibs in loader.conf ( net.fibs=16 ). (I'm not sure if support for 65k tables was merged in 10)
Since my freebsd system configured setfib, and on the pf.conf of rtable.
I was able to learn from the BIRD to the ospf routing (the route saved in the specified
table in the) output to the freebsd pf the rtable in it? How do I configure it? I don't know much about pf (which is heavily modified in 10) so I can't help here. You can probably ask net@freebsd.org or freebsd-ipfw@freebsd.org
At the same time, how can I be in the table BIRD route output to setfib in it? How to
configure it?
You need to configure different kernel protocols (mapped to different bird tables) for each kernel table, specifying `kernel table X`, where X is kernel table number. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.20 (FreeBSD) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iEYEARECAAYFAlJmLFIACgkQwcJ4iSZ1q2kv3QCePaJkBM99oG/BrIqg9foqojop CzUAnR3ocXyYTHReShPyX2bbxTlqUOyP =Zebh -----END PGP SIGNATURE-----
participants (2)
-
Alexander V. Chernikov -
曾小小