-
Notifications
You must be signed in to change notification settings - Fork 447
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Exabgpcli with multiple configuration files with different named pipes #1214
Comments
The PIPE location can be controlled by env name if I recall how I did it correctly (and if it does not now it could). This name could be passed via another env variable and changed by the forking version of ExaBGP. This would be a feature and is not available ATM. |
Hi @thomas-mangin, Thank you for the hint.
Run exabgp like this.
Run the API like this.
However, if I tried to run exabgpcli with --env and it shows timeout.
Thank you. |
What I suggested requires code change. What you suggested should have worked for me. Please use |
I tried the command and it shows this.
Is what I should expect? Thank you. |
The command I gave you is for master, for 4.2, it may be |
Oh, I see I understand what you mean. The output is like this. [root@localhost ~]# exabgp --di --env /root/exabgp_clean.env
|
Hi Team,
I run exabgp with two different configuration files but both configuration files use different named pipes.
When I run the command "exabgpcli show neighbor summary" to see the status of all the neighbors, it randomly sends the command to different pipes so I can only get half of the result I want.
Is there a way that I can control which pipe that exabgpcli sends to?
Thank you.
Exabgp Version
[root@localhost ~]# exabgpcli version
exabgp 4.2.21
PIPE Files created like this
Configuration File 1
exabgp_clean.conf
Configuration File 2
exabgp_rtbh.conf
The text was updated successfully, but these errors were encountered: