Hi,
I am using OpenBGPD and trying to specify a cluster-id in a route
reflector setup.
Configuration is:
neighbor 43.231.192.241 {
remote-as 132255
passive
route-reflector
cluster-id 202.49.106.0
announce all
descr "ibgp1"
}
On startup bgpd spits a syntax error on the cluster-id line. I have
also tried "clusterid" with no success.
On reading through parse.c it does not have cluster-id or clusterid
specified as keywords.
Is cluster-id supported by OpenBGPD or am I configuring it incorrectly ?
Regards,
Andrew