From a92fe607173b52cf28256f00399953c623788c35 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Sat, 1 Nov 2008 12:55:43 +0100 Subject: Implementation of route server. --- doc/bird.sgml | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/bird.sgml b/doc/bird.sgml index 8fa55f8..9a12a71 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -62,9 +62,10 @@ a statically configured table.

A - (non-free), Zebra and MRTD, but their capabilities are limited and -they are relatively hard to configure and maintain. +which does the actual packet forwarding. There already exist other such routing +daemons: routed (RIP only), GateD (non-free), Zebra +and MRTD, but their capabilities are +limited and they are relatively hard to configure and maintain.

BIRD is an Internet Routing Daemon designed to avoid all of these shortcomings, to support all the routing technology used in the today's Internet or planned to be @@ -730,8 +731,8 @@ for each neighbor using the following configuration parameters: password Use this password for MD5 authentication of BGP sessions. Default: no authentication. - rr client Be a route reflector and treat neighbor as - route reflection client. Default: disabled. + rr client Be a route reflector and treat the neighbor as + a route reflection client. Default: disabled. rr cluster id Route reflectors use cluster id to avoid route reflection loops. When there is one route reflector in a cluster @@ -740,6 +741,15 @@ for each neighbor using the following configuration parameters: use a common cluster id. Clients in a cluster need not known their cluster id and this option is not allowed to them Default: a same as router id. + rs client Be a route server and treat the neighbor + as a route server client. A route server is used as a + replacement for full mesh EBGP routing in Internet exchange + points in a similar way to route reflectors used in IBGP routing. + Bird does not implement obsoleted RFC 1863, but uses ad-hoc implementation, + which behaves like plain EBGP but reduces modifications to advertised route + attributes to be transparent (for example does not prepend its AS number to + AS PATH attribute and keep MED attribute). Default: disabled. + enable as4 BGP protocol was designed to use 2B AS numbers and was extended later to allow 4B AS number. BIRD supports 4B AS extension, but by disabling this option it can be persuaded not to advertise it and -- cgit v1.2.3