Re: OpenBGPD not parsing cluster-id

2018-01-25 Thread Andrew Thrift
Thanks Tom and Tony, That is the solution. It is so obvious now :D On Fri, Jan 26, 2018 at 7:10 PM, Tom Smyth wrote: > Hi Andrew > > Try replacing > > route-reflector > cluster-id 202.49.106.0 > > With > route-reflector 202.49.106.0 > > > On 26 Jan 2018 3:56 AM, "Andrew Thrift" wrote: > > H

Re: OpenBGPD not parsing cluster-id

2018-01-25 Thread Tom Smyth
Hi Andrew Try replacing route-reflector cluster-id 202.49.106.0 With route-reflector 202.49.106.0 On 26 Jan 2018 3:56 AM, "Andrew Thrift" wrote: 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 13

OpenBGPD not parsing cluster-id

2018-01-25 Thread Andrew Thrift
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