-
Notifications
You must be signed in to change notification settings - Fork 27
Add MVPN VRI ID range #682
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
| L3VNI_IPv6_MCAST_GROUP: "{{ vxlan.underlay.multicast.ipv6.trmv6_default_group | default(defaults.vxlan.underlay.multicast.ipv6.trmv6_default_group) }}" | ||
| {% endif %} | ||
| {% endif %} | ||
| {% if (((vxlan.underlay.multicast.ipv4.trm_enable | default(defaults.vxlan.underlay.multicast.ipv4.trm_enable) | ansible.builtin.bool) and |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add NDFC version check. The MVPN VRI ID requires NDFC >= 12.2.2
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should add one extra if condition. The doc says "TRM enabled with IPv4 underlay while fabric allows L3VNI w/o VLAN option". So we should check if vxlan.global.ebgp.enable_mvpn_vri_id_range is set to true
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added the NDFC version check. The check that vxlan.global.ebgp.enable_mvpn_vri_id_range is set to true is already there. Please see line 37 in dc_vxlan_fabric_replication.j2, and line 67 in ebgp_vxlan_fabric_evpn.j2.
Related Issue(s)
Fixes #666.
Related Collection Role
Related Data Model Element
Proposed Changes
Add MVPN_VRI_ID_RANGE parameter to eBGP and VXLAN EVPN fabric templates.
Test Notes
Cisco Nexus Dashboard Version
3.2.1i
Checklist