<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hi All, <br><div><br></div><div>I am facing something very strange from almost a week now. I have multiple i-bgp neighbors which are working just fine. </div><div><br></div><div><div># birdc show protocols </div></div><div>bgp_r4 BGP      master   up     2019-01-21  Established     <br></div><div><div>bgp_r3 BGP      master   up     2019-01-21  Established   </div><div><b>bgp_r2 BGP      master   start  15:04:30    Active        Socket: Connection refused</b></div></div><div><br></div><div>There as in issue with only one of them. It did work initially but for some reason it is now down since a few days. I have tried everything in my knowledge but have failed to bring it to work again. </div><div><br></div><div>Below are the configurations: </div><div><br></div><div><div># R-1 #</div><div>protocol bgp bgp_r1 {</div><div>        # disabled;</div><div>        debug { states, routes, filters, interfaces, events };</div><div>        router id 10.10.2.1;</div><div>        local as 65001;</div><div>        neighbor 10.10.2.2 as 65001;</div><div>        next hop self;</div><div>        direct; </div><div>}</div><div><br></div><div># R-2 #</div><div>protocol bgp bgp_r2 {</div><div>        # disabled;</div><div>        debug { states, routes, filters, interfaces, events };</div><div>        router id 10.10.2.2;</div><div>        local as 65001;</div><div>        neighbor 10.10.2.1 as 65001;</div><div>        next hop self;</div><div>        direct; </div><div>}</div></div><div><br></div><div>Any idea what can be the possible reason behind this? </div><div><br></div><div>Thanks, </div><div>Shahan</div><div><br></div><div><br></div></div></div></div></div>