Problems with "rr cluster id"

Neil Davidson neil at knd.org
Thu Apr 8 03:28:18 CEST 2010


Working with a new BIRD 1.2.1 build and am trying to get route
reflection set up. I cannot get BIRD to accept the "rr cluster id"
command. I get the following error message ...

/usr/local/etc/bird.conf, line 10: syntax error

Following is my complete configuration file ...

-------------------------------------------------------------------
router id 69.16.134.148;

log "/usr/local/var/log/bird.log" all;

protocol bgp r1_aa {
        local as 65000;
        neighbor 69.16.134.1 as 65000;
        multihop 5 via 69.16.134.145;
        password "test";
        rr cluster id 1.1.1.1;
        rr client;
        next hop self;
}
-------------------------------------------------------------------

Thanks in advance for any help ... Neil



More information about the Bird-users mailing list