8 Apr
2010
8 Apr
'10
1:28 a.m.
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