You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which section of the data model is this issue related to?
vxlan.underlay
Expected Behavior
"REPLICATION_MODE": "Ingress"
Actual Behavior
REPLICATION_MODE is missing in fabric config.
Ansible Playbook
---
# This is the main entry point playbook for calling the various roles in this collection.
- hosts: marehler_vnd3any_errors_fatal: truegather_facts: noroles:
# -----------------------# DataCenter Roles# Role: cisco.netascode_dc_vxlan.dtc manages NDFC workflows#
- role: cisco.nac_dc_vxlan.dtc.create
- role: cisco.nac_dc_vxlan.dtc.deploy
- role: cisco.nac_dc_vxlan.dtc.remove
In the dc_vxlan_fabric_replication.j2 template, there is a condition to include REPLICATION_MODE only if 'enable_ipv6_underlay' is false. This seems to assume that ingress replication was not supported with IPv6 underlay what is not true.
Proposed Fix
Remove the if condition in the template.
The text was updated successfully, but these errors were encountered:
@marehler looking back at our pre-releases, this looks like it's been carried like this for a little bit, so good find and thanks for reporting it here as we've not had a lot of IPv6 adoption yet. I've implemented the fix as well as some fixes for better supporting an IPv6 underlay in general that relate to your other issue, #239.
Ansible Version
Ansible Collection Versions
Cisco NDFC Version
Cisco NX-OS Version
Which role is this issue related to?
cisco.nac_dc_vxlan.dtc.create
Which section of the data model is this issue related to?
vxlan.underlay
Expected Behavior
Actual Behavior
REPLICATION_MODE is missing in fabric config.
Ansible Playbook
Steps to Reproduce
Relevant Debug Output
No response
RCA
In the dc_vxlan_fabric_replication.j2 template, there is a condition to include REPLICATION_MODE only if 'enable_ipv6_underlay' is false. This seems to assume that ingress replication was not supported with IPv6 underlay what is not true.
Proposed Fix
Remove the if condition in the template.
The text was updated successfully, but these errors were encountered: