Giter Club home page Giter Club logo

Comments (2)

jhlasnik avatar jhlasnik commented on August 26, 2024

After further testing it seems trying to apply any specific bgp neighbor config it will cause the service to crash.

root@clab-cx-sw1:mgmt:~# nv set vrf default router bgp neighbor 101.1.1.1 remote-as 1001
root@clab-cx-sw1:mgmt:~# nv config diff
- set:
    vrf:
      default:
        router:
          bgp:
            neighbor:
              101.1.1.1:
                remote-as: 1001
                type: numbered
root@clab-cx-sw1:mgmt:~# nv config apply
reloadingError: Could not connect to nvued.
To start nvued, use

    sudo systemctl start nvued

To check the status of nvued, use

    sudo systemctl status nvued

To configure nvued to start when the device boots, use

    sudo systemctl enable nvued

from cx.

networkop avatar networkop commented on August 26, 2024

I can't reproduce this. Started with a clean 5.3 image and did this:

nv set vrf default router bgp neighbor 101.1.1.1 remote-as 1001
nv config apply -y

It complained about missing ASN and router-id, so I did:

nv set router bgp autonomous-system 65100
nv set router bgp router-id 1.1.1.1
nv config apply -y

And the config got applied successfully.

Do you have any prior configuration in FRR or do you mount/overwrite some of the FRR files (in /etc/frr dir)? I suspect there's something preventing your frr from running (check systemctl status frr).

from cx.

Related Issues (12)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.