Open
Description
I'm trying to build a simple topology using 2 vEOS nodes. The nodes boot up fine no issues.
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
af77d840802a vr-xcon "/xcon.py --p2p use0…" 5 minutes ago Up 5 minutes vr-xcon-1
81ee82ae9b40 vrnetlab/vr-veos:4.22.0F "/launch.py" 23 hours ago Up About an hour (healthy) 22/tcp, 80/tcp, 443/tcp, 830/tcp, 5000/tcp, 10000-10099/tcp, 161/udp manm2
4532f144d8be vrnetlab/vr-veos:4.21.1.1F "/launch.py" 24 hours ago Up About an hour (healthy) 22/tcp, 80/tcp, 443/tcp, 830/tcp, 5000/tcp, 10000-10099/tcp, 161/udp manm1
However, after building the vr-xcon container the 2 nodes are not able to to talk to each other.
I got the vr-xcon image via docker pull and tagged it as vr-xcon based on the below link reference
https://www.brianlinkletter.com/vrnetlab-emulate-networks-using-kvm-and-docker/
docker run -d --privileged --name vr-xcon-1 --link manm1 --link manm2 vr-xcon --p2p manm1/1--manm2/1 --debug
Below are the errors which we are seeing when checking docker logs
2019-06-05 04:13:12,215: xcon WARNING endpoint not connected, connecting to source manm1/1
2019-06-05 04:13:12,215: xcon WARNING connect failed [Errno 107] Transport endpoint is not connected
2019-06-05 04:13:12,215: xcon WARNING endpoint not connected, connecting to source manm2/1
2019-06-05 04:13:12,215: xcon WARNING connect failed [Errno 107] Transport endpoint is not connected
Please let me know how to fix this issue ?
Thanks
GS
Metadata
Metadata
Assignees
Labels
No labels