Skip to content

CLI and FRR vtysh integration #153

Answered by troglobit
minexn asked this question in Q&A
Discussion options

You must be logged in to vote

Short answer

Yes

Slightly longer answer

FRR comes with a "northbound" integration with Sysrepo. Ideally, we would be able to leverage that for all our dynamic routing needs in Infix. We would then load FRR's YANG models into Sysrepo, configuration could be done via any of our front-ends (CLI or NETCONF), and FRR would apply the changes to the relevant protocol implementations.

However, the models they have are very "clunky" and complex. This is the JSON document needed to add a static interface route to the loopback interface:

{
  "frr-routing:routing": {
    "control-plane-protocols": {
      "control-plane-protocol": [
        {
          "type": "frr-staticd:staticd",
          "name": "

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by troglobit
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants