I have two new directly connected CRS354-48G-4S+2Q+ running RouterOS 7.11.3. They are directly connected on ether1. Ping works both ways, but eBGP won't establish. When running a packet capture, I can see a SYN from sw1, SYN-ACK from sw2, and then packets are retransmitted. I've replicated this setup on a different pair of brand new CRS354, and the same thing is happening.
sw1:
/ip address
add address=10.255.255.2/30 interface=ether1 network=10.255.255.0
/routing bgp connection
add as=65001 disabled=no local.address=10.255.255.2 .role=ebgp name=test remote.address=10.255.255.3 .as=65000 routing-table=main
sw2:
/ip address
add address=10.255.255.3/30 interface=ether1 network=10.255.255.0
/routing bgp connection
add as=65000 disabled=no local.address=10.255.255.3 .role=ebgp name=test remote.address=10.255.255.2 .as=65001 routing-table=main
Any ideas as to what can be happening?