pierky / arouteserver

A tool to automatically build (and test) feature-rich configurations for BGP route servers.
https://arouteserver.readthedocs.org/
GNU General Public License v3.0
284 stars 46 forks source link

Can I run bgp route-server and route-client in one docker? #94

Closed grandnew closed 2 years ago

grandnew commented 2 years ago

Hi, all. Is there anyway to run bgp route-server and route-client in one docker?

pierky commented 2 years ago

Hello @grandnew, not sure what you mean with "one docker", if you mean having one route-server-like BGP speaker + one route-server-like client BGP speaker inside the same Docker container I think it should be possible, but tricky. However, I believe your question is off topic regarding this repository; please use other resources on the Internet to ask help on this.

I'll be happy to provide assistance for what concerns ARouteServer here.

grandnew commented 2 years ago

Hi, @pierky. Yeah I mean that. But how to construct a route-server-like client BGP speaker using ARouteServer? Thanks!