Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

duplicate RD on MX L3 #36

Open
ksator opened this issue Oct 25, 2016 · 0 comments
Open

duplicate RD on MX L3 #36

ksator opened this issue Oct 25, 2016 · 0 comments

Comments

@ksator
Copy link
Contributor

ksator commented Oct 25, 2016

Hello,

this template generates a duplicate RD on MX:
https://github.com/JNPRAutomate/ansible-junos-evpn-vxlan/blob/master/roles/overlay-evpn-mx-l3/templates/main.conf.j2

so each tenant has 2 routing instances (VRF and VS) with the same RD so the config doesnt commit on MX devices.

route-distinguisher {{ loopback_ip }}:{{tenant.id}}

I fixed it locally using a diff value for each routing instance but we should fix in on this repo:

$ more roles/overlay-evpn-mx-l3/templates/main.conf.j2 | grep disti
        route-distinguisher {{ loopback_ip }}:10{{tenant.id}};
        route-distinguisher {{ loopback_ip }}:{{tenant.id}};

many thanks

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant