Skip to content

Requirement for EVPN overlay #5118

Answered by gmuloc
Olen asked this question in Data Model Schemas
Feb 28, 2025 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hi @Olen it seems you are overwriting the default node_type_keys - you should not as this is what determine the behavior for a node which should unlock you:

node_type_keys:
- key: l3leaf
  type: l3leaf
- key: spine
  type: spine

you are missing quite a few keys in there as compared to the defaults (in particular the EVPN role and whether or not to enable l2 and l3 services):

node_type_keys:

  - key: spine
    type: spine
    default_evpn_role: server
    default_ptp_priority1: 20
    cv_tags_topology_type: spine

  - key: l3leaf
    type: l3leaf
    connected_endpoints: true
    default_evpn_role: client
    mlag_support: true
    network_services:
      l2: true
      l3: true
    vtep…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Olen
Comment options

Answer selected by carlbuchmann
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants