1.4 - BGP OPEN messages being ignored, RST/ACK

Hi @Nikolay,

set protocols bgp local-as '65001'
set protocols bgp neighbor 10.255.217.35 remote-as '65000'
set protocols bgp neighbor 10.255.217.36 remote-as '65000'
set protocols bgp neighbor 10.255.217.51 remote-as '65000'
set protocols bgp neighbor 10.255.217.52 remote-as '65000'

I have now added the address family statement, that was a complete overlook on my part; my apologies for wasting your time :slightly_smiling_face:.

set protocols bgp local-as '65001'
set protocols bgp neighbor 10.255.217.35 address-family ipv4-unicast
set protocols bgp neighbor 10.255.217.35 remote-as '65000'
set protocols bgp neighbor 10.255.217.36 address-family ipv4-unicast
set protocols bgp neighbor 10.255.217.36 remote-as '65000'
set protocols bgp neighbor 10.255.217.51 address-family ipv4-unicast
set protocols bgp neighbor 10.255.217.51 remote-as '65000'
set protocols bgp neighbor 10.255.217.52 address-family ipv4-unicast
set protocols bgp neighbor 10.255.217.52 remote-as '65000'

It appears to now be working, I will report back here if I have any more issues :slight_smile:

Thank you!