<div dir="ltr"><div><div>Hello,<br><br></div>I have a very simple setup with one rr and one rr client.<br><br></div>Im not seeing  ORIGINATOR_ID nor  CLUSTER_LIST attributes appended to the updates sent to the rr client. Aren't those supposed to be mandatory per RFC 4456 ?<br><div><br><br>filter wr1_import<br>{<br>    reject;<br>}<br><br>filter wr1_export<br>prefix set te_internal;<br>{<br>    te_internal = [ <a href="http://10.0.0.0/8">10.0.0.0/8</a> ];<br>    if (net ~ te_internal) then reject;<br>    accept;<br>}<br><br>protocol bgp bgp_wr1_v4 {<br>    description "something";<br>    import filter wr1_import;<br>    export filter wr1_export;<br>    multihop 2;<br>    password "pass";<br>    local as my_as;<br>    neighbor  X.X.X.X as my_as;<br>    source address x.x.x.x;<br>    rr client;<br>    rr cluster id 1.1.1.1;<br>}<br><br></div></div>