Open Stephenxf opened 10 months ago
P.S.: this is not an ebgp multiple issue. I do have fanout switches in between, but adding "ebgp-multihop" command doesn't help. I tried converting the bgp sessions to ibgp, no luck either.
BTW, on the cEOS containers, the bgp sessions with exabgp are all UP as expected.
Description I'm setting up a physical testbed with cEOS to simulate neighboring devices following these steps. Both
add-topo
anddeploy-mg
have been run successfully. The configs look good on DUT and cEOS containers.However, the BGP sessions between the DUT and cEOS containers stay down, although ping works from either side. From one of the containers, the tcpdump output shows both sides are initiating TCP connection requests, but it seems the cEOS container is ignoring or dropping the TCP packets from DUT. When DUT starts with TCP SYN, no response is seen from container; when container initiates, DUT returns SYN ACK, but no ACK follows up from container.
Am I missing anything in the setup? Has anyone seen a similar issue with cEOS? Any input would be highly appreciated.
Steps to reproduce the issue:
Describe the results you received: BGP sessions between DUT and cEOS stay down, although ping works from both sides.
Describe the results you expected: BGP sessions between DUT and cEOS come up.
Additional information you deem important: I started with a lower version of cEOS. Now I'm running
cEOS64-lab-4.30.4M
.