Skip to content

EVPN A/A How to use unique VTEP IP and not anycast one #705

Closed Locked Answered by titom73
onurgashi asked this question in Q&A
Discussion options

You must be logged in to vote

In case you don't want MLAG configured in a node group, you can configure mlag: false and then it will generate a Loopback1 IP per device and not shared across devices.

Inventory configuration:

l3leaf:
    EAPI_LEAF3:
      bgp_as: 65103
      mlag: false
      filter:
        tenants: [ 'Tenant_A', 'Tenant_B' ]
        tags: [ 'POD03', 'DC1' ]
      nodes:
        EAPI-LEAF3A:
          id: 5
          mgmt_ip: 10.73.254.17/24
          mac_address: '0c:1d:c0:1d:62:01'
          spine_interfaces: [Ethernet7, Ethernet7]
        EAPI-LEAF4A:
          id: 6
          mgmt_ip: 10.73.254.18/24
          mac_address: '0c:1d:c0:1d:62:01'
          spine_interfaces: [Ethernet8, Ethernet8]

And t…

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

onurgashi
Feb 10, 2021
Collaborator Author

You must be logged in to vote
0 replies
Comment options

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

onurgashi Feb 10, 2021
Collaborator Author

Answer selected by ClausHolbechArista
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
Converted from issue

This discussion was converted from issue #704 on February 10, 2021 15:44.