Giter VIP home page Giter VIP logo

Comments (3)

gmuloc avatar gmuloc commented on August 16, 2024

Hello - thanks for opening this issue - this is not present as it was never required so far (AVD is using peer groups rather than network neighbor statements for EVPN). Remarked this as an enhancement and hopefully someone can pick this up. If you are interested in adding it yourself let us know and we can provide guidance.

from ansible-avd.

aceplean avatar aceplean commented on August 16, 2024

Thanks for reading.
However the peers associated with AF EVPN have to be defined somehow presently we use peer_group with the name key set to the peer IP address, works but kludgey (-- you mention network statements above, that is not related to my issue and network statements cannot substitute for peer identities).

Anyway, I would hope it'd be fairly simple to add (reference data more than code) since those same settings are already present in other address-families?

from ansible-avd.

gmuloc avatar gmuloc commented on August 16, 2024

Thanks - updated my comment I meant neighbor and not network.

This is how it is done today in AVD. You should be able to do the same though I don't know your usecase.

router bgp 65101
   router-id 10.255.0.3
   [...]
   neighbor EVPN-OVERLAY-PEERS peer group
   neighbor EVPN-OVERLAY-PEERS update-source Loopback0
   neighbor EVPN-OVERLAY-PEERS bfd
   neighbor EVPN-OVERLAY-PEERS ebgp-multihop 3
   neighbor EVPN-OVERLAY-PEERS password 7 Q4fqtbqcZ7oQuKfuWtNGRQ==
   neighbor EVPN-OVERLAY-PEERS send-community
   neighbor EVPN-OVERLAY-PEERS maximum-routes 0
   [...]
   neighbor 10.255.0.1 peer group EVPN-OVERLAY-PEERS <<<<<<<< your neighbor with IP in the generic config
   neighbor 10.255.0.1 remote-as 65100
   neighbor 10.255.0.1 description dc1-spine1
   [...]
   !
   address-family evpn
      neighbor EVPN-OVERLAY-PEERS activate.  <<<<<<<<<<<<<<<<< only peer-group needed
   !

That being said, adding neighbor under EVPN address family should be fairly simple so someone may pick it up as a good first issue.

from ansible-avd.

Related Issues (20)

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.