Administrative distance
How to configure administrative distance for default routes in BIRD? Отправлено с iPhone
Hi all, does bird allowes multipath default route? Something like that: protocol static { route 0.0.0.0/32 multipath via 10.4.50.200 weight 1 via 10.4.50.100 weight 2; route 1.0.0.0/32 via 10.4.50.1; } And what weight is the best? Smallest or largest? С уважением, Михаил Хотько 2017-02-01 13:23 GMT+05:00 Михаил Хотько <ya.druma@gmail.com>:
How to configure administrative distance for default routes in BIRD? Отправлено с iPhone
On Thu, Feb 02, 2017 at 02:03:51PM +0500, Михаил Хотько wrote:
Hi all, does bird allowes multipath default route? Something like that:
protocol static { route 0.0.0.0/32 multipath via 10.4.50.200 weight 1 via 10.4.50.100 weight 2; route 1.0.0.0/32 via 10.4.50.1; }
Yes, but it is 0.0.0.0/0 for default route, not 0.0.0.0/32.
And what weight is the best? Smallest or largest?
I guess largest, but i am not really sure. -- Elen sila lumenn' omentielvo Ondrej 'Santiago' Zajicek (email: santiago@crfreenet.org) OpenPGP encrypted e-mails preferred (KeyID 0x11DEADC3, wwwkeys.pgp.net) "To err is human -- to blame it on a computer is even more so."
participants (2)
-
Ondrej Zajicek -
Михаил Хотько