-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
python or rest API? #2819
Comments
Hi @bodleytunes , There is no such thing yet, but here are two suggestions:
The first daemon to get support for this will be |
Brilliant thanks for the heads up. I will just use the vtysh -c commands
for now.
Cheers,
Jon.
…On Fri, 10 Aug 2018 at 15:32 Rafael Zalamena ***@***.***> wrote:
Hi @bodleytunes <https://github.com/bodleytunes> ,
There is no such thing yet, but here are two suggestions:
-
Short term: use vtysh -c "<command>", but if it is not enough you may
write your FRR script of commands to a text file and load it with: vtysh
-f <your-frr-script-file>.
-
Long term: the FRR northbound interface is being implemented, the CLI
and everything else is going to use it. You will be able to create
programming language bindings, create RESTful interfaces to access it or
directly access it using configd/yang models. It is still under active
development and needs help / testers --> #2705
<#2705> .
The first daemon to get support for this will be ripd.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2819 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAly57Ni00mtWzxEb8mQ5oXiwjr4ay9Xks5uPZlzgaJpZM4V4DKf>
.
|
Hi,
This isn't an issue, more of a question, but I was wondering if there is a way to control FRR other than from the cli, either via some means like REST, python or unix socket, even bash?
I was hoping to use something like Dpinger to check a link quality by pinging something remotely and then based on a threshold, tell FRR to make a change to IBGP to signal an upstream router to change a next hop. Sort of a poor mans IP SLA.
I have done the same thing using keepaliveD and two vpn tunnels but I wanted to do away with need for tunnels and keep everything local.
May be a daft question, but I thought i'd ask anyway! :)
Cheers!
Jon.
The text was updated successfully, but these errors were encountered: